From 4c1df7b8a2a53fe262d5dfb09c896d09932e6021 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Fri, 12 Jun 2009 16:02:30 +0000 Subject: [PATCH] small fixes to buildcore.sh git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3562 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- buildcore.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildcore.sh b/buildcore.sh index ef61b4db6..68d7ecf03 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -1,7 +1,7 @@ #!/bin/sh # Build and upload the xcat-core code. This script and the rest of the xcat-core source should -# be in a dir called /src/xcat-code, where is the same as the release dir it will be +# be in a dir called /src/xcat-core, where is the same as the release dir it will be # uploaded to in sourceforge (e.g. devel, or 2.2). # Usage: buildcore.sh [promote] @@ -180,7 +180,7 @@ chmod g+w $TARNAME # Upload the tarball and individual RPMs to sourceforge rsync -rLv --delete $CORE $UPLOADUSER,xcat@web.sourceforge.net:htdocs/yum/$REL/ -if [ "$1" = "promote" -a "$1" != "devel" ]; then +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." @@ -189,7 +189,7 @@ else fi # Extract and upload the man pages in html format -if [ "$1" != "promote" ]; then +if [ "$REL" = "devel" -a "$1" != "promote" ]; then mkdir -p man cd man rm -rf opt