From fc1dde48ccfead6965f60d411ae5e6edbed0d1e6 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Wed, 22 Jul 2009 17:55:06 +0000 Subject: [PATCH] Switched to rsync to upload man pages to sourceforge, because scp kept disconnecting git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3864 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- buildcore.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildcore.sh b/buildcore.sh index 8ab606fd7..e10a2cf57 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -203,6 +203,7 @@ if [ "$REL" = "devel" -a "$1" != "promote" ]; then rm -rf opt rpm2cpio ../$CORE/xCAT-client-*.noarch.rpm | cpio -id '*.html' rpm2cpio ../$CORE/perl-xCAT-*.noarch.rpm | cpio -id '*.html' - scp -r opt/xcat/share/doc/man1 opt/xcat/share/doc/man3 opt/xcat/share/doc/man5 opt/xcat/share/doc/man7 opt/xcat/share/doc/man8 $UPLOADUSER,xcat@web.sourceforge.net:htdocs/ + # Note: for some reason scp kept getting "Connection reset by peer" part way thru + rsync -rv opt/xcat/share/doc/man1 opt/xcat/share/doc/man3 opt/xcat/share/doc/man5 opt/xcat/share/doc/man7 opt/xcat/share/doc/man8 $UPLOADUSER,xcat@web.sourceforge.net:htdocs/ cd .. fi