diff options
| author | Rod Whitby <rod@whitby.id.au> | 2005-08-04 01:43:43 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-04 01:43:43 +0000 |
| commit | 37b24fe2099e67df079a15ed252731bb2659c1c7 (patch) | |
| tree | 0f847ed576fa676f78cbdd2d7d4f4953f2a8cd89 | |
| parent | adb956dde2b84c9f0d83543f17421b6d713e1323 (diff) | |
Made the branches explicit in the initial monotone setup step.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
