[Python-checkins] r73584 - python/branches/release31-maint/Misc/build.sh

benjamin.peterson python-checkins at python.org
Sun Jun 28 00:06:56 CEST 2009


Author: benjamin.peterson
Date: Sun Jun 28 00:06:56 2009
New Revision: 73584

Log:
update doc upload URL

Modified:
   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	Sun Jun 28 00:06:56 2009
@@ -50,9 +50,9 @@
 #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/py3k"
+REMOTE_DIR="/data/ftp.python.org/pub/www.python.org/doc/3.1"
 RESULT_FILE="$DIR/build/index.html"
-INSTALL_DIR="/tmp/python-test-3.0/local"
+INSTALL_DIR="/tmp/python-test-3.1/local"
 RSYNC_OPTS="-aC -e ssh"
 
 # Always run the installed version of Python.


More information about the Python-checkins mailing list