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
This commit is contained in:
bp-sawyers 2009-07-28 15:30:45 +00:00
parent 029c84eb48
commit 4a90db991e

View File

@ -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