commit | 6bfbe35cce2380773e38bd622b35caed86d8aec0 | [log] [tgz] |
---|---|---|
author | Brian Ryner <bryner@google.com> | Fri Jan 21 03:54:03 2022 +0000 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 21 03:54:03 2022 +0000 |
tree | b79e652e373f00b7ca5ba7c0d9fd69d706b073eb | |
parent | b8f1ca305854ce7fe7d9310dd3c166b68db369e1 [diff] [blame] |
Revert "Use py3 in bot_update and gclient recipe_modules" This reverts commit bb88492ff3aa002d49b505738b3f488956e679cb. Reason for revert: Broke bot_update: https://logs.chromium.org/logs/infra/buildbucket/cr-buildbucket/8824463357494497185/+/u/bot_update/stdout Original change's description: > Use py3 in bot_update and gclient recipe_modules > > Recipe-Nontrivial-Roll: build > Recipe-Nontrivial-Roll: build_limited > Recipe-Nontrivial-Roll: chrome_release > Recipe-Nontrivial-Roll: chromiumos > Recipe-Nontrivial-Roll: infra > Bug: 1289280 > Change-Id: Id61bacf4acef319f7ea22161081b632677ca363c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3402082 > Reviewed-by: Yiwei Zhang <yiwzhang@google.com> > Reviewed-by: Gavin Mak <gavinmak@google.com> > Commit-Queue: Josip Sokcevic <sokcevic@google.com> Recipe-Nontrivial-Roll: build Recipe-Nontrivial-Roll: build_limited Recipe-Nontrivial-Roll: chrome_release Recipe-Nontrivial-Roll: chromiumos Recipe-Nontrivial-Roll: infra Bug: 1289280 Change-Id: I371d599b17b42edd7b1aae581695e75a80ebae83 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3403476 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
diff --git a/gclient.py b/gclient.py index 63abd6a..446be28 100755 --- a/gclient.py +++ b/gclient.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file.