]> granicus.if.org Git - python/commitdiff
Deactivate automatic upload of the docs to python.org, they will now be built by...
authorGeorg Brandl <georg@python.org>
Fri, 12 Mar 2010 21:27:23 +0000 (21:27 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 12 Mar 2010 21:27:23 +0000 (21:27 +0000)
Misc/build.sh

index 9e38b92445b89010cafc17d92e34d72ed2dc417b..2f7bff18b55d606045d0346b9c1f8898d45973db 100755 (executable)
@@ -271,8 +271,9 @@ echo "</body>" >> $RESULT_FILE
 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/