From: Rod Whitby Date: Thu, 4 Aug 2005 01:43:43 +0000 (+0000) Subject: Made the branches explicit in the initial monotone setup step. X-Git-Tag: Release-2010-05/1~9453^2~2960^2^2~9^2~2^2~3^2^2~4^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37b24fe2099e67df079a15ed252731bb2659c1c7;p=openembedded.git Made the branches explicit in the initial monotone setup step. --- 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