From 5e174cbd419503afd2f84a30dd176afe60985f28 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Tue, 26 Jul 2005 06:45:31 +0000 Subject: [PATCH] Replaced the initial pull from vanille.de with a download of a prepared database from one of our mirrors --- Makefile | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index e301647bfe..447f4d0e05 100644 --- a/Makefile +++ b/Makefile @@ -47,18 +47,12 @@ optware-wl500g build-optware-wl500g: optware/wl500g/Makefile .PHONY: setup-monotone setup-monotone monotone/nslu2-linux.db: - [ -e monotone/nslu2-linux.db ] || ( mkdir -p monotone && monotone -d monotone/nslu2-linux.db db init ) - ( monotone -d monotone/nslu2-linux.db pull monotone.vanille.de org.openembedded.* ) - ( monotone -d monotone/nslu2-linux.db unset database default-server ) - ( monotone -d monotone/nslu2-linux.db unset database default-include-pattern ) + [ -e monotone/nslu2-linux.db ] || ( mkdir -p monotone && \ + wget http://ipkg-us-dyoung.nslu2-linux.org/monotone/nslu2-linux.db.gz -O monotone/nslu2-linux.db.gz && \ + gunzip monotone/nslu2-linux.db.gz ) + - ( monotone -d monotone/nslu2-linux.db unset database default-server ) + - ( monotone -d monotone/nslu2-linux.db unset database default-include-pattern ) ( monotone -d monotone/nslu2-linux.db pull monotone.nslu2-linux.org org.openembedded.* org.nslu2-linux.* ) - # Above may be supplemented by following someday - # It currently *requires* monotone 0.21, or it will fail with - # a mysterious sounding database error. - # wget http://www.nslu2-linux.org/monotone/nslu2-linux.db.gz -O monotone/nslu2-linux.db.gz - # or - # wget http://ipkg-us-dyoung.nslu2-linux.org/monotone/nslu2-linux.db.gz -O monotone/nslu2-linux.db.gz - # followed by decompressing it downloads: [ -e downloads ] || mkdir -p downloads -- 2.39.5