From 4a90db991eba6c39bcea4a23fefdeb970ff98c0d Mon Sep 17 00:00:00 2001
From: bp-sawyers <bp-sawyers@8638fb3e-16cb-4fca-ae20-7b5d299a9bcd>
Date: Tue, 28 Jul 2009 15:30:45 +0000
Subject: [PATCH] use rsync instead of less reliable scp to upload to
 sourceforge

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3889 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
---
 buildcore.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildcore.sh b/buildcore.sh
index de48a7c66..2af2c2b34 100755
--- a/buildcore.sh
+++ b/buildcore.sh
@@ -193,7 +193,7 @@ if [ "$1" = "promote" -a "$REL" != "devel" ]; then
 	#scp $TARNAME $UPLOADUSER@web.sourceforge.net:uploads/
 	echo "$TARNAME has been built.  Remember to upload it to sourceforge using its File Manager."
 else
-	scp $TARNAME $UPLOADUSER,xcat@web.sourceforge.net:htdocs/yum/$REL/
+	rsync -v $TARNAME $UPLOADUSER,xcat@web.sourceforge.net:htdocs/yum/$REL/
 fi
 
 # Extract and upload the man pages in html format