mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Deactivate automatic upload of the docs to python.org, they will now be built by a job on that machine.
This commit is contained in:
parent
7522734708
commit
f1539bd4fc
1 changed files with 6 additions and 5 deletions
|
@ -271,8 +271,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/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue