From: Neal Norwitz Date: Tue, 27 Jun 2006 04:32:20 +0000 (+0000) Subject: Use a different install dir than 2.5. Otherwise running the 2.4 version at the same... X-Git-Tag: v2.4.4c1~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b3cf300af48aed0bad42b401cc09c89a0084823;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Misc/build.sh b/Misc/build.sh index 26cc9845d102..bf4ff4f81c91 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -51,7 +51,7 @@ FAILURE_CC="nnorwitz@gmail.com" REMOTE_SYSTEM="neal@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"