From 555d674030637c0ced94e6a8ba6a8a492ddce0a6 Mon Sep 17 00:00:00 2001 From: gfk Date: Sun, 21 Sep 2008 01:22:50 +0000 Subject: [PATCH] Fixed the script to work with the new sourceforge upload mechanism. --- scripts/nightly/make-docs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/nightly/make-docs.sh b/scripts/nightly/make-docs.sh index 32bcbb3..a2241c7 100755 --- a/scripts/nightly/make-docs.sh +++ b/scripts/nightly/make-docs.sh @@ -33,7 +33,7 @@ mv lcdproc-${DOCS}.txt ${BRANCH}-${DOCS}.txt #${SCP} -r -qB \ ${RSYNC} -qr \ ${BRANCH}-${DOCS}.html ${BRANCH}-${DOCS}.txt \ -gfk@lcdproc.sourceforge.net:www-lcdproc/docs/ +gfk,lcdproc@web.sourceforge.net:htdocs/docs/ # Finish the process on the server -#${SSH} -q -l gfk lcdproc.sourceforge.net "sh lcdproc-compress-html-docs.sh ${BRANCH}-${DOCS}-html" +#${SSH} -q -l gfk shell.sourceforge.net "sh lcdproc-compress-html-docs.sh ${BRANCH}-${DOCS}-html"