From: Georg Brandl Date: Fri, 12 Mar 2010 21:27:23 +0000 (+0000) Subject: Deactivate automatic upload of the docs to python.org, they will now be built by... X-Git-Tag: v2.7b1~380 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1539bd4fc32e757e1f3bf1c7afd334dcc867628;p=python Deactivate automatic upload of the docs to python.org, they will now be built by a job on that machine. --- diff --git a/Misc/build.sh b/Misc/build.sh index 9e38b92445..2f7bff18b5 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -271,8 +271,9 @@ echo "" >> $RESULT_FILE echo "" >> $RESULT_FILE ## copy results -chgrp -R webmaster build/html -chmod -R g+w build/html -rsync $RSYNC_OPTS build/html/* $REMOTE_SYSTEM:$REMOTE_DIR -cd ../build -rsync $RSYNC_OPTS index.html *.out $REMOTE_SYSTEM:$REMOTE_DIR/results/ +## (not used anymore, the daily build is now done directly on the server) +#chgrp -R webmaster build/html +#chmod -R g+w build/html +#rsync $RSYNC_OPTS build/html/* $REMOTE_SYSTEM:$REMOTE_DIR +#cd ../build +#rsync $RSYNC_OPTS index.html *.out $REMOTE_SYSTEM:$REMOTE_DIR/results/