summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-06-30 09:56:22 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 09:56:22 +0000
commitfbf9d621ed0b800a47c2eacb01414ce50dec37b9 (patch)
tree39629f27c101194b282c32a936903d46f1c6e24b /Makefile
parent7ba05735b3c0b79e98d3a9168c73857ec48b430f (diff)
Updated Makefile for new repository location
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c56fcbc417..2cb86072b8 100644
--- a/Makefile
+++ b/Makefile
@@ -22,10 +22,10 @@ optware-build:
monotone-setup monotone/nslu2-linux.db unslung/Makefile openslug/Makefile:
[ -e monotone/nslu2-linux.db ] || ( mkdir -p monotone && monotone -d monotone/nslu2-linux.db db init )
- ( monotone -d monotone/nslu2-linux.db pull ewi546.ewi.utwente.nl org.openembedded )
+ ( 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-collection )
- ( monotone -d monotone/nslu2-linux.db pull mtn.nslu2-linux.org org )
+ ( monotone -d monotone/nslu2-linux.db pull monotone.nslu2-linux.org org )
[ -e MT ] || ( monotone -d monotone/nslu2-linux.db co -b org.nslu2-linux.dev . )
[ -e downloads ] || mkdir -p downloads
[ -e unslung/downloads ] || ( cd unslung ; ln -s ../downloads . )