From 99f6933eb5d79a5572cc05a191130883745688d6 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Thu, 16 Apr 2009 20:01:54 +0000 Subject: [PATCH] Update buildcore.sh to handle official release git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3210 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- buildcore.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildcore.sh b/buildcore.sh index 077072571..5f218e809 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -161,7 +161,9 @@ chmod g+w $TARNAME # Upload the tarball and individual RPMs rsync -rLv --delete $CORE $UPLOADUSER,xcat@web.sourceforge.net:htdocs/yum/$REL/ if [ "$2" = "promote" -a "$1" != "devel" ]; then - true #todo: upload tarball to FRS. + # upload tarball to FRS area + scp $TARNAME $UPLOADUSER@web.sourceforge.net:uploads/ + echo "$TARNAME has been uploaded to the FRS uploads dir. Remember to move it into the release." else scp $TARNAME $UPLOADUSER,xcat@web.sourceforge.net:htdocs/yum/$REL/ fi