From 1618159c3f0ec5cafc0181ca6074f988c118a1f0 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 12 May 2011 22:43:39 +0200 Subject: calling x2go-packageupload after x2go-buildpackage --- bin/x2go-buildallpackages | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/x2go-buildallpackages b/bin/x2go-buildallpackages index 72ffb1d..cb877bf 100755 --- a/bin/x2go-buildallpackages +++ b/bin/x2go-buildallpackages @@ -58,13 +58,13 @@ COMPONENT=${1:-""} # build the newest code... (nightly-builds) [ "x$COMPONENT" = "xheuler" ] || [ -z $COMPONENT ] && { echo -e $LIB_PACKAGES_HEULER + $APP_PACKAGES_HEULER | while read pkg comp checkout; do - x2go-buildpackage $pkg $comp $checkout + x2go-buildpackage $pkg $comp $checkout && x2go-packageupload $pkg $comp $checkout done } # build all packages tagged as ,,build-main'Ä [ "x$COMPONENT" = "xmain" ] || [ -z $COMPONENT ] && { echo -e $LIB_PACKAGES_MAIN + $APP_PACKAGES_MAIN | while read pkg comp checkout; do - x2go-buildpackage $pkg $comp $checkout + x2go-buildpackage $pkg $comp $checkout && x2go-packageupload $pkg $comp $checkout done } -- cgit v1.2.3