[Python-checkins] r73582 - python/branches/py3k/Misc/build.sh

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


Author: benjamin.peterson
Date: Sun Jun 28 00:00:30 2009
New Revision: 73582

Log:
update install dir version

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	Sun Jun 28 00:00:30 2009
@@ -52,7 +52,7 @@
 REMOTE_SYSTEM="neal at dinsdale.python.org"
 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"
+INSTALL_DIR="/tmp/python-test-3.2/local"
 RSYNC_OPTS="-aC -e ssh"
 
 # Always run the installed version of Python.


More information about the Python-checkins mailing list