summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-08-04 01:43:43 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-04 01:43:43 +0000
commit37b24fe2099e67df079a15ed252731bb2659c1c7 (patch)
tree0f847ed576fa676f78cbdd2d7d4f4953f2a8cd89
parentadb956dde2b84c9f0d83543f17421b6d713e1323 (diff)
Made the branches explicit in the initial monotone setup step.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3f7321b8c1..6ed682c7df 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ setup-master MT/.configured:
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.* )
+ ( monotone -d monotone/nslu2-linux.db pull monotone.nslu2-linux.org org.{nslu2-linux.*,openembedded.{dev,dreambox,nslu2-linux}} )
[ -e MT/revision ] || ( monotone -d monotone/nslu2-linux.db co -b org.nslu2-linux.dev . )
touch MT/.configured