Minor updates to xcat build script

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2799 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2009-02-24 02:00:26 +00:00
parent a09b6bf08b
commit 16c5bf1bea

View File

@ -102,6 +102,7 @@ if [ $UPLOAD == 0 ]; then
echo "Nothing new detected"
exit 0;
fi
set -x
build-utils/rpmsign.exp $DESTDIR/*rpm
build-utils/rpmsign.exp $SRCDIR/*rpm
createrepo $DESTDIR
@ -118,4 +119,4 @@ tar jcvf $CFNAME core-snap
chgrp xcat $CFNAME
chmod g+w $CFNAME
scp $CFNAME $UPLOADUSER,xcat@web.sourceforge.net:htdocs/yum/devel/
rsync -rlv --delete core-snap $UPLOADUSER,xcat@web.sourceforge.net:htdocs/yum/devel/
rsync -av --delete core-snap $UPLOADUSER,xcat@web.sourceforge.net:htdocs/yum/devel/