Commit ee67b97d authored by Robert Iannucci's avatar Robert Iannucci Committed by Commit Bot

Roll python to actually correct packages.

For bonus points, this also fixes PRESUBMIT so that it actually checks
the manifests.

TBR=bpastene@chromium.org, tandrii@chromium.org

Bug: 1032743
Change-Id: I4dac5a520e333e3c429597684a44ece83d21c5fb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1960950Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
parent 6865d132
......@@ -100,8 +100,8 @@ def CommonChecks(input_api, output_api, tests_to_black_list, run_on_python3):
rel_file = lambda rel: input_api.os_path.join(root, rel)
cipd_manifests = set(rel_file(input_api.os_path.join(*x)) for x in (
('cipd_manifest.txt',),
('bootstrap', 'win', 'manifest.txt'),
('bootstrap', 'win', 'manifest_bleeding_edge.txt'),
('bootstrap', 'manifest.txt'),
('bootstrap', 'manifest_bleeding_edge.txt'),
# Also generate a file for the cipd client itself.
('cipd_client_version',),
......
......@@ -18,10 +18,10 @@
$VerifiedPlatform windows-386 windows-amd64 linux-amd64 mac-amd64
@Subdir python
infra/python/cpython/${platform} version:2.7.17.chromium.22
infra/3pp/tools/cpython/${platform} version:2.7.17.chromium.22
@Subdir python3
infra/python/cpython3/${os}-${arch=amd64} version:3.8.0.chromium.8
infra/3pp/tools/cpython3/${os}-${arch=amd64} version:3.8.0.chromium.8
@Subdir git
infra/3pp/tools/git/${os}-${arch} version:2.24.1.chromium.5
......@@ -18,10 +18,10 @@
$VerifiedPlatform windows-386 windows-amd64 linux-amd64 mac-amd64
@Subdir python
infra/python/cpython/${platform} version:2.7.17.chromium.22
infra/3pp/tools/cpython/${platform} version:2.7.17.chromium.22
@Subdir python3
infra/python/cpython3/${os}-${arch=amd64} version:3.8.0.chromium.8
infra/3pp/tools/cpython3/${os}-${arch=amd64} version:3.8.0.chromium.8
@Subdir git
infra/3pp/tools/git/${os}-${arch} version:2.24.1.chromium.5
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment