Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9920437

Browse files
committed
Merged revisions 78880 via svnmerge from
svn+ssh://[email protected]/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. ........
1 parent 624dbf6 commit 9920437

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Misc/build.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,9 @@ echo "</body>" >> $RESULT_FILE
273273
echo "</html>" >> $RESULT_FILE
274274

275275
## copy results
276-
chgrp -R webmaster build/html
277-
chmod -R g+w build/html
278-
rsync $RSYNC_OPTS build/html/* $REMOTE_SYSTEM:$REMOTE_DIR
279-
cd ../build
280-
rsync $RSYNC_OPTS index.html *.out $REMOTE_SYSTEM:$REMOTE_DIR/results/
276+
## (not used anymore, the daily build is now done directly on the server)
277+
#chgrp -R webmaster build/html
278+
#chmod -R g+w build/html
279+
#rsync $RSYNC_OPTS build/html/* $REMOTE_SYSTEM:$REMOTE_DIR
280+
#cd ../build
281+
#rsync $RSYNC_OPTS index.html *.out $REMOTE_SYSTEM:$REMOTE_DIR/results/

0 commit comments

Comments
 (0)