diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-03-08 21:10:29 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-03-08 21:10:29 (GMT) |
commit | 4a6f4825f4d4de76e73ca15d413089078970f4a2 (patch) | |
tree | a95d7184ccc8a0311d7542ec73bd6c1cb494465c /Tools/buildbot | |
parent | 79993a90e2c3668283324681e9d97c30807221de (diff) | |
download | cpython-4a6f4825f4d4de76e73ca15d413089078970f4a2.zip cpython-4a6f4825f4d4de76e73ca15d413089078970f4a2.tar.gz cpython-4a6f4825f4d4de76e73ca15d413089078970f4a2.tar.bz2 |
Backs out buildbot clean trigger.
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | Tools/buildbot/build.bat | 2 |
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
|