From: Mark Huang Date: Mon, 9 Aug 2004 15:13:59 +0000 (+0000) Subject: - not interested in yum-arch output (but print errors if any) X-Git-Tag: planetlab-2_0-branch-point~14 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1e2e259a7c7530b7f3ad6e25cc5e9df9bb69b71b;p=build.git - not interested in yum-arch output (but print errors if any) --- diff --git a/build.sh b/build.sh index 9a5f459e..f6ee6ed8 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ # crontabs to build nightly releases (default). Can also be invoked # manually to build a tagged release (-r) in the current directory. # -# $Id: build.sh,v 1.5 2004/06/09 14:46:04 mlh-pl_rpm Exp $ +# $Id: build.sh,v 1.6 2004/08/05 22:43:51 mlh-pl_rpm Exp $ # # Set defaults @@ -68,7 +68,7 @@ elif [ "$TAG" = "HEAD" ] ; then for i in RPMS SRPMS ; do ssh ${ALPHA_BOOT} mkdir -p ${ALPHA_ROOT}/${BASE}/${i} find ${BASE}/${i} -type f | xargs -i scp {} ${ALPHA_BOOT}:${ALPHA_ROOT}/${BASE}/${i} - ssh ${ALPHA_BOOT} yum-arch ${ALPHA_ROOT}/${BASE}/${i} + ssh ${ALPHA_BOOT} yum-arch ${ALPHA_ROOT}/${BASE}/${i} >/dev/null done # Update symlink ssh ${ALPHA_BOOT} ln -nsf ${ALPHA_ROOT}/${BASE}/RPMS/ ${ALPHA_RPMS}