[Python-checkins] r66762 - python/branches/release26-maint/Misc/build.sh

neal.norwitz python-checkins at python.org
Sat Oct 4 09:32:52 CEST 2008


Author: neal.norwitz
Date: Fri Oct  3 06:10:46 2008
New Revision: 66762

Log:
Disable the build for 2.6, only build docs

Modified:
   python/branches/release26-maint/Misc/build.sh

Modified: python/branches/release26-maint/Misc/build.sh
==============================================================================
--- python/branches/release26-maint/Misc/build.sh	(original)
+++ python/branches/release26-maint/Misc/build.sh	Fri Oct  3 06:10:46 2008
@@ -50,9 +50,9 @@
 #FAILURE_CC="optional--uncomment and set to desired address"
 
 REMOTE_SYSTEM="neal at 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_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() {


More information about the Python-checkins mailing list