From 004b52a665223b115c1a251ab0f776609bcbb6ac Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Tue, 21 Sep 2010 14:28:10 +0000 Subject: [PATCH] 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 --- buildcore.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/buildcore.sh b/buildcore.sh index 536ba67b1..7191151be 100755 --- a/buildcore.sh +++ b/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