[Python-checkins] r69608 - python/branches/release30-maint/Misc/build.sh

georg.brandl python-checkins at python.org
Sat Feb 14 09:55:22 CET 2009


Author: georg.brandl
Date: Sat Feb 14 09:55:22 2009
New Revision: 69608

Log:
Adapt doc build directory.


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	Sat Feb 14 09:55:22 2009
@@ -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/www.python.org/doc/3.0"
+REMOTE_DIR="/data/ftp.python.org/pub/www.python.org/doc/3.0.1"
 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