diff options
author | Derek Young <dyoung@nslu2-linux.org> | 2005-07-26 23:07:31 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-26 23:07:31 +0000 |
commit | 40b0f3c48b27cd5488f727e6c577169c4745ffc9 (patch) | |
tree | bc7e9aca82068f7fe47d88753057a62b87d66eb9 /Makefile | |
parent | b36ee885439367a96df407a319ef4e7224a05dc7 (diff) |
Add commented out possible solution for initial database population
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ setup-monotone monotone/nslu2-linux.db: ( 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.* ) + # Above may be supplemented by following someday + # wget http://www.nslu2-linux.org/nslu2-linux.initial.db -O monotone/nslu2-linux.db downloads: [ -e downloads ] || mkdir -p downloads |