commit | 5c869191c19f2a253ccb70d13c71d640244d0b62 | [log] [tgz] |
---|---|---|
author | Edward Lemur <ehmaldonado@chromium.org> | Fri Oct 11 20:08:17 2019 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 11 20:08:17 2019 +0000 |
tree | 7167e12a7b7e484727f1da69d84b3cf71bdaecd3 | |
parent | e69ef8241bfa01801b1252378746b9cca0602a3c [diff] [blame] |
Reland "depot_tools: Use vpython to execute fetch." This is a reland of 028367fe4a43d8e38fc34649865d65bec632925a Should be good to go https://bugs.chromium.org/p/chromium/issues/detail?id=993053#c36 Original change's description: > depot_tools: Use vpython to execute fetch. > > Bug: 1002153 > Change-Id: I11286bebc23bedada239d6ddb8ebb86207a41485 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1815707 > Reviewed-by: Anthony Polito <apolito@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Bug: 1002153 Change-Id: I20dbec88a030e0de201eaac88147e83028505102 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1854750 Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
diff --git a/fetch.py b/fetch.py index 56abfb9..72e52c7 100755 --- a/fetch.py +++ b/fetch.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env vpython # Copyright (c) 2013 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.