diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-08-19 02:30:13 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-08-19 02:30:13 (GMT) |
commit | 77861e17f10a987586d6b4f05fbd7ecc235a84bb (patch) | |
tree | 69a1789a22e75f687a0dab46d06f6ba8b7a15372 /Tools | |
parent | 631a35c71a0c1f4fb31aad04407825cee2fe8a48 (diff) | |
parent | e7e69391e362fbb3de2a2da7beaebb4b7d6cf612 (diff) | |
download | cpython-77861e17f10a987586d6b4f05fbd7ecc235a84bb.zip cpython-77861e17f10a987586d6b4f05fbd7ecc235a84bb.tar.gz cpython-77861e17f10a987586d6b4f05fbd7ecc235a84bb.tar.bz2 |
Issue #24847: Fixes Tix revision number and reverts fix for the wrong revision.
Triggers clean on buildbots.
Diffstat (limited to 'Tools')
-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
|