diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-08-19 02:29:51 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-08-19 02:29:51 (GMT) |
commit | e7e69391e362fbb3de2a2da7beaebb4b7d6cf612 (patch) | |
tree | 2dd70cd6a7f8783aba27366750d60b5b46248d21 /Tools/buildbot | |
parent | 9f0cbbc3769c716affc630102800f43ee64b3524 (diff) | |
download | cpython-e7e69391e362fbb3de2a2da7beaebb4b7d6cf612.zip cpython-e7e69391e362fbb3de2a2da7beaebb4b7d6cf612.tar.gz cpython-e7e69391e362fbb3de2a2da7beaebb4b7d6cf612.tar.bz2 |
Issue #24847: Fixes Tix revision number and reverts fix for the wrong revision.
Triggers clean on buildbots.
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 5e840cc..622f876 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:
-@rem call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
+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
|