diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-10-17 21:31:57 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-10-17 21:31:57 (GMT) |
commit | 4dc7278546992f1d985dd296fc0c0d884b57f0a5 (patch) | |
tree | c0211c8f590f9ce851dd7b990644bdd460540b3c /Tools/buildbot | |
parent | f88cad00877d4084a89ac7bdbd6d037e9b5d8b98 (diff) | |
parent | baa6d3a01f9716e96ccc8126c863a8e5916e910c (diff) | |
download | cpython-4dc7278546992f1d985dd296fc0c0d884b57f0a5.zip cpython-4dc7278546992f1d985dd296fc0c0d884b57f0a5.tar.gz cpython-4dc7278546992f1d985dd296fc0c0d884b57f0a5.tar.bz2 |
Issue #22644: Update the Windows build to OpenSSL 1.0.1j
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 d37ec7b..f68b88f 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 |