[Python-checkins] r47119 - python/branches/release24-maint/Misc/build.sh

neal.norwitz python-checkins at python.org
Tue Jun 27 06:32:20 CEST 2006


Author: neal.norwitz
Date: Tue Jun 27 06:32:20 2006
New Revision: 47119

Modified:
   python/branches/release24-maint/Misc/build.sh
Log:
Use a different install dir than 2.5.  Otherwise running the 2.4 version at the same time as the 2.5 versions would break the 2.5 tests since the install dir was removed.

Modified: python/branches/release24-maint/Misc/build.sh
==============================================================================
--- python/branches/release24-maint/Misc/build.sh	(original)
+++ python/branches/release24-maint/Misc/build.sh	Tue Jun 27 06:32:20 2006
@@ -51,7 +51,7 @@
 REMOTE_SYSTEM="neal at dinsdale.python.org"
 REMOTE_DIR="/data/ftp.python.org/pub/docs.python.org/dev/2.4"
 RESULT_FILE="$DIR/build/index.html"
-INSTALL_DIR="/tmp/python-test/local"
+INSTALL_DIR="/tmp/python-test-2.4/local"
 RSYNC_OPTS="-aC -e ssh"
 
 REFLOG="build/reflog.txt.out"


More information about the Python-checkins mailing list