From: Rod Whitby Date: Tue, 26 Jul 2005 06:45:31 +0000 (+0000) Subject: Replaced the initial pull from vanille.de with a download of a prepared database... X-Git-Tag: Release-2010-05/1~9453^2~2960^2^2~9^2~2^2~3^2^2~4^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e174cbd419503afd2f84a30dd176afe60985f28;p=openembedded.git Replaced the initial pull from vanille.de with a download of a prepared database from one of our mirrors --- 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