From: Benjamin Peterson Date: Sat, 27 Jun 2009 22:00:30 +0000 (+0000) Subject: update install dir version X-Git-Tag: v3.2a1~2989 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ddc2d908e3067340927bbe6a0538d97f4b327fe;p=thirdparty%2FPython%2Fcpython.git update install dir version --- diff --git a/Misc/build.sh b/Misc/build.sh index b5ef6975c73b..5b4a38627e2b 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -52,7 +52,7 @@ FAILURE_MAILTO="python-checkins@python.org" REMOTE_SYSTEM="neal@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.