From cc51ec64a601820cfcc7075e57d16d315c9f9146 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Fri, 31 Jul 2009 19:04:21 +0000 Subject: [PATCH] Small change to build script git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3910 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- buildcore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildcore.sh b/buildcore.sh index 2af2c2b34..40a11714f 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -187,7 +187,7 @@ chgrp xcat $TARNAME chmod g+w $TARNAME # Upload the tarball and individual RPMs to sourceforge -rsync -rLv --delete $CORE $UPLOADUSER,xcat@web.sourceforge.net:htdocs/yum/$REL/ +rsync -urLv --delete $CORE $UPLOADUSER,xcat@web.sourceforge.net:htdocs/yum/$REL/ if [ "$1" = "promote" -a "$REL" != "devel" ]; then # upload tarball to FRS area #scp $TARNAME $UPLOADUSER@web.sourceforge.net:uploads/