Commit 9920437a authored by Georg Brandl's avatar Georg Brandl

Merged revisions 78880 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78880 | georg.brandl | 2010-03-12 22:27:23 +0100 (Fr, 12 Mär 2010) | 1 line

  Deactivate automatic upload of the docs to python.org, they will now be built by a job on that machine.
........
parent 624dbf62
...@@ -273,8 +273,9 @@ echo "</body>" >> $RESULT_FILE ...@@ -273,8 +273,9 @@ echo "</body>" >> $RESULT_FILE
echo "</html>" >> $RESULT_FILE echo "</html>" >> $RESULT_FILE
## copy results ## copy results
chgrp -R webmaster build/html ## (not used anymore, the daily build is now done directly on the server)
chmod -R g+w build/html #chgrp -R webmaster build/html
rsync $RSYNC_OPTS build/html/* $REMOTE_SYSTEM:$REMOTE_DIR #chmod -R g+w build/html
cd ../build #rsync $RSYNC_OPTS build/html/* $REMOTE_SYSTEM:$REMOTE_DIR
rsync $RSYNC_OPTS index.html *.out $REMOTE_SYSTEM:$REMOTE_DIR/results/ #cd ../build
#rsync $RSYNC_OPTS index.html *.out $REMOTE_SYSTEM:$REMOTE_DIR/results/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment