From 0a26da122500e37ef7ef57bd24a2ba6af1de8cca Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Tue, 27 Oct 2009 17:15:15 +0000 Subject: [PATCH] Fixed bug in man page upload part of linux build script git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4457 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- buildcore.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buildcore.sh b/buildcore.sh index da47b4f7d..5c361bc99 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -217,8 +217,7 @@ if [ "$REL" = "devel" -a "$PROMOTE" != 1 ]; then cd man rm -rf opt rpm2cpio ../$XCATCORE/xCAT-client-*.noarch.rpm | cpio -id '*.html' - rpm2cpio ../$xCATCORE/perl-xCAT-*.noarch.rpm | cpio -id '*.html' - # Note: for some reason scp kept getting "Connection reset by peer" part way thru + rpm2cpio ../$XCATCORE/perl-xCAT-*.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 ..