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
This commit is contained in:
bp-sawyers 2009-10-27 17:15:15 +00:00
parent ea6046397f
commit 0a26da1225

View File

@ -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 ..