[Python-checkins] r78883 - in python/branches/release31-maint: Misc/build.sh

georg.brandl python-checkins at python.org
Fri Mar 12 22:30:42 CET 2010


Author: georg.brandl
Date: Fri Mar 12 22:30:42 2010
New Revision: 78883

Log:
Merged revisions 78882 via svnmerge from 
svn+ssh://svn.python.org/python/branches/py3k

................
  r78882 | georg.brandl | 2010-03-12 22:29:28 +0100 (Fr, 12 Mär 2010) | 9 lines
  
  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.
  ........
................


Modified:
   python/branches/release31-maint/   (props changed)
   python/branches/release31-maint/Misc/build.sh

Modified: python/branches/release31-maint/Misc/build.sh
==============================================================================
--- python/branches/release31-maint/Misc/build.sh	(original)
+++ python/branches/release31-maint/Misc/build.sh	Fri Mar 12 22:30:42 2010
@@ -273,8 +273,9 @@
 echo "</html>" >> $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/


More information about the Python-checkins mailing list