summaryrefslogtreecommitdiffstats
path: root/Misc/build.sh
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-03-12 21:27:23 (GMT)
committerGeorg Brandl <georg@python.org>2010-03-12 21:27:23 (GMT)
commitf1539bd4fc32e757e1f3bf1c7afd334dcc867628 (patch)
treedf5fb815981df6d99582e8ab80de8c98f33851ab /Misc/build.sh
parent752273470836709888a82a9c45b3c96d23f61133 (diff)
downloadcpython-f1539bd4fc32e757e1f3bf1c7afd334dcc867628.zip
cpython-f1539bd4fc32e757e1f3bf1c7afd334dcc867628.tar.gz
cpython-f1539bd4fc32e757e1f3bf1c7afd334dcc867628.tar.bz2
Deactivate automatic upload of the docs to python.org, they will now be built by a job on that machine.
Diffstat (limited to 'Misc/build.sh')
-rwxr-xr-xMisc/build.sh11
1 files changed, 6 insertions, 5 deletions
diff --git a/Misc/build.sh b/Misc/build.sh
index 9e38b92..2f7bff1 100755
--- a/Misc/build.sh
+++ b/Misc/build.sh
@@ -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/