summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-08-19 15:04:31 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-08-19 15:04:31 (GMT)
commitdc7756599025ea28f917393e34bd0c922cc1166e (patch)
treeb051635c8454fec416207ec525ade0d60c843002 /Tools
parentdf6f8bf47b9801c9808a595f8133be3cf6949eb6 (diff)
parent807404921a17ae9232f028377dc186025b0fed1d (diff)
downloadcpython-dc7756599025ea28f917393e34bd0c922cc1166e.zip
cpython-dc7756599025ea28f917393e34bd0c922cc1166e.tar.gz
cpython-dc7756599025ea28f917393e34bd0c922cc1166e.tar.bz2
Removes --clean-only option from buildbots.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/buildbot/build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/build.bat b/Tools/buildbot/build.bat
index 622f876..5e840cc 100644
--- a/Tools/buildbot/build.bat
+++ b/Tools/buildbot/build.bat
@@ -7,7 +7,7 @@ call "%~dp0clean.bat" %*
@rem a new version of an external library, especially Tcl/Tk):
@rem 1) uncomment the following line:
-call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
+@rem call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
@rem 2) commit and push
@rem 3) wait for all Windows bots to start a build with that changeset