diff options
| author | Rod Whitby <rod@whitby.id.au> | 2005-07-26 06:45:31 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-26 06:45:31 +0000 |
| commit | 5e174cbd419503afd2f84a30dd176afe60985f28 (patch) | |
| tree | 64e9baa2a49f9420fe4cf71d3259c0f4d0a1c58c | |
| parent | d9026a6cd8512dd335a1cde07d13edf294772581 (diff) | |
Replaced the initial pull from vanille.de with a download of a prepared database from one of our mirrors
| -rw-r--r-- | Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
@@ -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 |
