From: Rod Whitby Date: Fri, 29 Jul 2005 07:41:12 +0000 (+0000) Subject: Added the upload-sources target for pushing sources to mirrors X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f64ef92c8c405258694ed81a75f0b6bc6135f293;p=openembedded.git Added the upload-sources target for pushing sources to mirrors --- diff --git a/Makefile b/Makefile index 861e5a609a..3723990a33 100644 --- a/Makefile +++ b/Makefile @@ -218,7 +218,7 @@ push-openembedded: update-openembedded # Targets for use by core team members only .PHONY: upload -upload: upload-openslug-cross upload-unslung-modules upload-optware-nslu2-cross upload-optware-wl500g-cross +upload: upload-openslug-cross upload-unslung-modules upload-optware-nslu2-cross upload-optware-wl500g-cross upload-sources .PHONY: upload-openslug-cross upload-openslug-cross: openslug/Makefile @@ -248,6 +248,10 @@ upload-optware-wl500g-cross: optware/wl500g/Makefile rsync -vl optware/wl500g/packages/Packages* unslung@ipkg.nslu2-linux.org:nslu/feeds/unslung/wl500g/ rsync -vlrt --delete optware/wl500g/packages/ unslung@ipkg.nslu2-linux.org:nslu/feeds/unslung/wl500g/ +.PHONY: upload-sources +upload-sources: + rsync -vlrt --exclude='ixp400*' downloads/ unslung@ipkg.nslu2-linux.org:nslu/sources/ + .PHONY: import-bitbake import-bitbake: bitbake/bin/bitbake svn co svn://svn.berlios.de/bitbake/trunk/bitbake