[Python-checkins] r67550 - python/branches/py3k/Misc/build.sh
georg.brandl
python-checkins at python.org
Fri Dec 5 08:32:39 CET 2008
Author: georg.brandl
Date: Fri Dec 5 08:32:39 2008
New Revision: 67550
Log:
Update build URL.
Modified:
python/branches/py3k/Misc/build.sh
Modified: python/branches/py3k/Misc/build.sh
==============================================================================
--- python/branches/py3k/Misc/build.sh (original)
+++ python/branches/py3k/Misc/build.sh Fri Dec 5 08:32:39 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/docs.python.org/dev/py3k"
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