From: Rod Whitby Date: Thu, 28 Jul 2005 10:07:09 +0000 (+0000) Subject: More merging in publish-openembedded, and updated autobuild (to be called from cron) X-Git-Tag: Release-2010-05/1~9453^2~2960^2^2~9^2~2^2~3^2^2~4^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71fe9cf98f09abfa1d0b79bddc951793e8620afe;p=openembedded.git More merging in publish-openembedded, and updated autobuild (to be called from cron) --- diff --git a/Makefile b/Makefile index f412c36f81..579f4136c8 100644 --- a/Makefile +++ b/Makefile @@ -219,9 +219,7 @@ push-openembedded: update-openembedded .PHONY: autobuild autobuild: - while true ; do \ - ${MAKE} update build upload ; \ - done + ${MAKE} update build upload .PHONY: upload upload: upload-openslug-cross upload-unslung-modules upload-optware-nslu2-cross upload-optware-wl500g-cross upload-sources @@ -278,6 +276,9 @@ import-openembedded: openembedded/conf/machine/nslu2.conf if [ `monotone automate heads org.openembedded.dev | wc -l` != "1" ] ; then \ monotone merge -b org.openembedded.dev ; \ fi + if [ `monotone automate heads org.openembedded.nslu2-linux | wc -l` != "1" ] ; then \ + monotone merge -b org.openembedded.nslu2-linux ; \ + fi monotone propagate org.openembedded.dev org.openembedded.nslu2-linux if [ `monotone automate heads org.openembedded.nslu2-linux | wc -l` != "1" ] ; then \ monotone merge -b org.openembedded.nslu2-linux ; \ @@ -285,6 +286,12 @@ import-openembedded: openembedded/conf/machine/nslu2.conf .PHONY: export-openembedded export-openembedded: openembedded/conf/machine/nslu2.conf + if [ `monotone automate heads org.openembedded.nslu2-linux | wc -l` != "1" ] ; then \ + monotone merge -b org.openembedded.nslu2-linux ; \ + fi + if [ `monotone automate heads org.openembedded.dev | wc -l` != "1" ] ; then \ + monotone merge -b org.openembedded.dev ; \ + fi monotone propagate org.openembedded.nslu2-linux org.openembedded.dev if [ `monotone automate heads org.openembedded.dev | wc -l` != "1" ] ; then \ monotone merge -b org.openembedded.dev ; \