diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2008-10-03 04:10:46 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2008-10-03 04:10:46 (GMT) |
commit | daeaf6984cf366a41fce5669cf03391af399c6b1 (patch) | |
tree | 6a45a6a034fbdb2255a644e7ad71b800a2b22713 /Misc | |
parent | c3b21bd1cdc0fbce892febe0327a97a1c5257df9 (diff) | |
download | cpython-daeaf6984cf366a41fce5669cf03391af399c6b1.zip cpython-daeaf6984cf366a41fce5669cf03391af399c6b1.tar.gz cpython-daeaf6984cf366a41fce5669cf03391af399c6b1.tar.bz2 |
Disable the build for 2.6, only build docs
Diffstat (limited to 'Misc')
-rwxr-xr-x | Misc/build.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/build.sh b/Misc/build.sh index 23c1f8f..028a442 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -50,9 +50,9 @@ FAILURE_MAILTO="python-checkins@python.org" #FAILURE_CC="optional--uncomment and set to desired address" REMOTE_SYSTEM="neal@dinsdale.python.org" -REMOTE_DIR="/data/ftp.python.org/pub/docs.python.org/dev/" +REMOTE_DIR="/data/ftp.python.org/pub/docs.python.org/dev/2.6" RESULT_FILE="$DIR/build/index.html" -INSTALL_DIR="/tmp/python-test/local" +INSTALL_DIR="/tmp/python-test-2.6/local" RSYNC_OPTS="-aC -e ssh" # Always run the installed version of Python. @@ -77,7 +77,7 @@ LEAKY_TESTS="test_(asynchat|cmd_line|docxmlrpc|dumbdbm|file|ftplib|httpservers|i LEAKY_SKIPS="-x test_compiler test_logging" # Change this flag to "yes" for old releases to only update/build the docs. -BUILD_DISABLED="no" +BUILD_DISABLED="yes" ## utility functions current_time() { |