From 3e0aa115e86e5740bac34913b80c3a988de05369 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Wed, 23 Nov 2011 10:33:58 +0000 Subject: [PATCH] Changed location of uploaded doc tarball git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11036 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/getxcatdocs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-client/bin/getxcatdocs b/xCAT-client/bin/getxcatdocs index 79d8b25a1..1d0321212 100755 --- a/xCAT-client/bin/getxcatdocs +++ b/xCAT-client/bin/getxcatdocs @@ -105,7 +105,8 @@ system("tar -zcf $docname html pdf 2>&1"); if ($UPLOAD || $UPLOADONLY) { my $UPLOADUSER = 'bp-sawyers'; my $count = 1; - my $cmd = "rsync -v $docname $UPLOADUSER," . 'xcat@web.sourceforge.net:htdocs/doc/'; + #my $cmd = "rsync -v $docname $UPLOADUSER," . 'xcat@web.sourceforge.net:htdocs/doc/'; + my $cmd = "rsync -v $docname $UPLOADUSER," . 'xcat@web.sourceforge.net:/home/frs/project/x/xc/xcat/doc/'; print "$cmd\n"; while ($count<=5 && system("$cmd 2>&1")) { $count++; } }