From 8de7ab54bc599516b802b08dc95794981a4238fa Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Thu, 23 Jul 2009 15:58:16 +0000 Subject: [PATCH] Change build scripts for new sourceforge upload process git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3869 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- buildcore.sh | 4 ++-- builddep.sh | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/buildcore.sh b/buildcore.sh index e10a2cf57..de48a7c66 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -190,8 +190,8 @@ chmod g+w $TARNAME rsync -rLv --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/ - echo "$TARNAME has been uploaded to the FRS uploads dir. Remember to move it into the release." + #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/ fi diff --git a/builddep.sh b/builddep.sh index 91c4c191b..d8847709f 100755 --- a/builddep.sh +++ b/builddep.sh @@ -47,12 +47,11 @@ if [ $UPLOAD == 0 ]; then exit 0; fi -# Upload the dir structure to SF yum area. Currently we do not have it preserver permissions +# Upload the dir structure to SF yum area. Currently we do not have it preserving permissions # because that gives errors when different users try to do it. rsync -rlv * $UPLOADUSER,xcat@web.sourceforge.net:htdocs/yum/xcat-dep/ #ssh jbjohnso@shell1.sf.net "cd /home/groups/x/xc/xcat/htdocs/yum/; rm -rf dep-snap; tar jxvf $DFNAME" # Upload the tarball to the SF uploads dir for the FRS -scp ../$DFNAME $UPLOADUSER@web.sourceforge.net:uploads/ -echo "$DFNAME has been uploaded to the FRS uploads dir. Remember to move it into the release." -#scp ../$DFNAME $UPLOADUSER@frs.sourceforge.net:uploads/ +#scp ../$DFNAME $UPLOADUSER@web.sourceforge.net:uploads/ +echo "$DFNAME has been built. Remember to upload it to sourceforge using its File Manager."