diff options
author | Derek Young <dyoung@nslu2-linux.org> | 2005-07-26 23:22:42 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-26 23:22:42 +0000 |
commit | 4a8b8bce2a22d227020c9ce762808c3562078c5b (patch) | |
tree | 84f15ea1a4d05f0606a0b65a58f687cfea4927e2 /Makefile | |
parent | a286353a62e89107c33c9b93a61087f79d9bbc6a (diff) |
Added some comments qualifying the usage of initial db strategy
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ setup-monotone monotone/nslu2-linux.db: ( 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/nslu2-linux.initial.db -O monotone/nslu2-linux.db downloads: |