From: Mark Huang Date: Tue, 5 Oct 2004 01:44:36 +0000 (+0000) Subject: - yum-arch generates hundreds of kilobytes of useless output X-Git-Tag: planetlab-3_0-branch-point~22 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0f238711281752c8a914e0ba465b27c59f82ce98;p=build.git - yum-arch generates hundreds of kilobytes of useless output --- diff --git a/build.sh b/build.sh index 1e01fcfe..771cb169 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.14 2004/09/25 18:17:00 mlhuang Exp $ +# $Id: build.sh,v 1.15 2004/10/04 22:29:19 mlhuang Exp $ # # Set defaults @@ -95,7 +95,7 @@ elif [ -n "$BUILDS" ] ; 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}