Added xCAT-test rpm to buildcore

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7561 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2010-09-21 14:28:10 +00:00
parent 37aa2cee7b
commit 004b52a665

View File

@ -186,6 +186,16 @@ fi
# Note: not putting xCAT-rmc into instxcat for aix here, because it has to be installed
# after xCAT.
if $GREP xCAT-test $SVNUP; then
UPLOAD=1
./maketestrpm
rm -f $DESTDIR/xCAT-test*rpm
rm -f $SRCDIR/xCAT-test*rpm
mv $source/RPMS/$NOARCH/xCAT-test-$VER*rpm $DESTDIR
mv $source/SRPMS/xCAT-test-$VER*rpm $SRCDIR
fi
# Note: not putting xCAT-test into instxcat for aix, because it is optional
if [ "$OSNAME" != "AIX" ]; then
if $GREP xCAT-nbroot $SVNUP; then
UPLOAD=1