From 1e2e259a7c7530b7f3ad6e25cc5e9df9bb69b71b Mon Sep 17 00:00:00 2001 From: Mark Huang <mlhuang@cs.princeton.edu> Date: Mon, 9 Aug 2004 15:13:59 +0000 Subject: [PATCH] - not interested in yum-arch output (but print errors if any) --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.47.0