diff options
| author | jp30 <jp30@nslu2-linux.org> | 2005-07-27 07:13:39 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-27 07:13:39 +0000 |
| commit | ecca5d2a1f1572fcda0862a7e9ad6e002bc1df87 (patch) | |
| tree | 3992941b04a8e7bb06752beaa507d8af431b896c /Makefile | |
| parent | 87d14d029ffcf90065c56747854b475d9beba187 (diff) | |
| parent | 9c9a3ffa105708a111932d1fb201055fae6138c0 (diff) | |
merge of 6f569e40f806d552c6c14147b17fd927fb9d5718
and f2153059b494ed4c1ea6c9bfeeedc03e774ad564
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -42,6 +42,10 @@ 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 + # 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: [ -e downloads ] || mkdir -p downloads @@ -187,7 +191,7 @@ publish-master: push-master .PHONY: upload-openslug-cross upload-openslug-cross: openslug/Makefile - rsync -avr openslug/tmp/deploy/ipk/ unslung@nslu.sf.net:nslu/feeds/openslug/unstable/ + rsync --omit-dir-times --delete -av --exclude="morgue" openslug/tmp/deploy/ipk/ unslung@nslu.sf.net:nslu/feeds/openslug/unstable/ .PHONY: upload-unslung-modules upload-unslung-modules: unslung/Makefile |
