From 20470d44ba040169dd4a8da5791d9cb928c09abb Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Tue, 28 Sep 2010 14:45:44 +0000 Subject: [PATCH] also upload the man page from the new xCAT-test rpm git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7702 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- buildcore.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildcore.sh b/buildcore.sh index 053ae243e..c95a079d9 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -398,6 +398,7 @@ if [ "$OSNAME" != "AIX" -a "$REL" = "devel" -a "$PROMOTE" != 1 ]; then rm -rf opt rpm2cpio ../$XCATCORE/xCAT-client-*.$NOARCH.rpm | cpio -id '*.html' rpm2cpio ../$XCATCORE/perl-xCAT-*.$NOARCH.rpm | cpio -id '*.html' + rpm2cpio ../$XCATCORE/xCAT-test-*.$NOARCH.rpm | cpio -id '*.html' while ! rsync -rv opt/xcat/share/doc/man1 opt/xcat/share/doc/man3 opt/xcat/share/doc/man5 opt/xcat/share/doc/man8 $UPLOADUSER,xcat@web.sourceforge.net:htdocs/ do : ; done cd ..