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:
parent
37aa2cee7b
commit
004b52a665
10
buildcore.sh
10
buildcore.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user