[Python-checkins] r67518 - python/branches/release30-maint/Misc/build.sh
georg.brandl
python-checkins at python.org
Thu Dec 4 14:49:55 CET 2008
Author: georg.brandl
Date: Thu Dec 4 14:49:54 2008
New Revision: 67518
Log:
Update upload location for stable 3.0 docs.
Modified:
python/branches/release30-maint/Misc/build.sh
Modified: python/branches/release30-maint/Misc/build.sh
==============================================================================
--- python/branches/release30-maint/Misc/build.sh (original)
+++ python/branches/release30-maint/Misc/build.sh Thu Dec 4 14:49:54 2008
@@ -50,7 +50,7 @@
#FAILURE_CC="optional--uncomment and set to desired address"
REMOTE_SYSTEM="neal at dinsdale.python.org"
-REMOTE_DIR="/data/ftp.python.org/pub/docs.python.org/dev/3.0"
+REMOTE_DIR="/data/ftp.python.org/pub/www.python.org/doc/3.0"
RESULT_FILE="$DIR/build/index.html"
INSTALL_DIR="/tmp/python-test-3.0/local"
RSYNC_OPTS="-aC -e ssh"
More information about the Python-checkins
mailing list