mirror of
https://github.com/python/cpython.git
synced 2025-10-03 21:55:41 +00:00
Disable the build for 2.6, only build docs
This commit is contained in:
parent
c3b21bd1cd
commit
daeaf6984c
1 changed files with 3 additions and 3 deletions
|
@ -50,9 +50,9 @@ FAILURE_MAILTO="python-checkins@python.org"
|
||||||
#FAILURE_CC="optional--uncomment and set to desired address"
|
#FAILURE_CC="optional--uncomment and set to desired address"
|
||||||
|
|
||||||
REMOTE_SYSTEM="neal@dinsdale.python.org"
|
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"
|
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"
|
RSYNC_OPTS="-aC -e ssh"
|
||||||
|
|
||||||
# Always run the installed version of Python.
|
# 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"
|
LEAKY_SKIPS="-x test_compiler test_logging"
|
||||||
|
|
||||||
# Change this flag to "yes" for old releases to only update/build the docs.
|
# Change this flag to "yes" for old releases to only update/build the docs.
|
||||||
BUILD_DISABLED="no"
|
BUILD_DISABLED="yes"
|
||||||
|
|
||||||
## utility functions
|
## utility functions
|
||||||
current_time() {
|
current_time() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue