From fcc53491ef087b4f94e549a9eba2d67bf2714f5f Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Mon, 24 Aug 2009 21:54:58 +0000 Subject: [PATCH] Update FRS path to upload to git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4041 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- buildcore.sh | 2 +- builddep.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildcore.sh b/buildcore.sh index c6d6af641..9fdea4c8a 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -200,7 +200,7 @@ do : ; done if [ "$PROMOTE" = 1 -a "$REL" != "devel" ]; then # upload tarball to FRS area #scp $TARNAME $UPLOADUSER@web.sourceforge.net:uploads/ - while ! rsync -v $TARNAME "$UPLOADUSER,xcat@web.sourceforge.net:/home/frs/project/x/xc/xcat/xcat/$REL.x Linux/" + while ! rsync -v $TARNAME $UPLOADUSER,xcat@web.sourceforge.net:/home/frs/project/x/xc/xcat/xcat/$REL.x_Linux/ do : ; done else while ! rsync -v $TARNAME $UPLOADUSER,xcat@web.sourceforge.net:htdocs/yum/$REL/ diff --git a/builddep.sh b/builddep.sh index 687283eeb..d6f37c1af 100755 --- a/builddep.sh +++ b/builddep.sh @@ -54,6 +54,6 @@ do : ; done #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 FRS Area -#scp ../$DFNAME "$UPLOADUSER@web.sourceforge.net:/home/frs/project/x/xc/xcat/xcat-dep/2.x Linux/" -while ! rsync -v ../$DFNAME "$UPLOADUSER,xcat@web.sourceforge.net:/home/frs/project/x/xc/xcat/xcat-dep/2.x Linux/" +#scp ../$DFNAME $UPLOADUSER@web.sourceforge.net:/home/frs/project/x/xc/xcat/xcat-dep/2.x_Linux/ +while ! rsync -v ../$DFNAME $UPLOADUSER,xcat@web.sourceforge.net:/home/frs/project/x/xc/xcat/xcat-dep/2.x_Linux/ do : ; done