mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Revert "Reland "depot_tools: Add httplib2 to .vpython""
This reverts commit88d7869db0. Reason for revert: Broke luci-go-presubmit. luci-go development has stopped. https://ci.chromium.org/p/infra/builders/try/luci-go-try-presubmit Original change's description: > Reland "depot_tools: Add httplib2 to .vpython" > > This is a reland ofe1410883a3> > Use vpython to execute git_cl.py, gerrit_util.py and presubmit_support.py on recipes. > > Original change's description: > > depot_tools: Add httplib2 to .vpython > > > > Check that things won't break before further changes are made. > > > > Bug: 1002153 > > Change-Id: I41866f26334bf9ec2732bc0f25007234a95130e4 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1854749 > > Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> > > Commit-Queue: Andrii Shyshkalov <tandrii@google.com> > > Reviewed-by: Andrii Shyshkalov <tandrii@google.com> > > Bug: 1002153 > Recipe-Nontrivial-Roll: build > Recipe-Nontrivial-Roll: chromiumos > Recipe-Nontrivial-Roll: infra > Recipe-Nontrivial-Roll: skia > Recipe-Nontrivial-Roll: build_limited_scripts_slave > Recipe-Nontrivial-Roll: release_scripts > Change-Id: Id94057eae8830dec197257df3ea35c0c4ff946b7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1856650 > Reviewed-by: Andrii Shyshkalov <tandrii@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> TBR=tandrii@google.com,ehmaldonado@chromium.org,apolito@google.com Change-Id: Ieecf0bf9164a14542a70ee6343763781a098a4a8 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1002153 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1858280 Reviewed-by: Nodir Turakulov <nodir@chromium.org> Commit-Queue: Nodir Turakulov <nodir@chromium.org>
This commit is contained in:
committed by
Commit Bot
parent
88d7869db0
commit
5abb9b7c5d
@@ -18,7 +18,7 @@ class GitClApi(recipe_api.RecipeApi):
|
||||
with self.m.context(cwd=self.m.context.cwd or my_loc):
|
||||
return self.m.python(
|
||||
name, self.repo_resource('git_cl.py'), [subcmd] + args,
|
||||
venv=True, **kwargs)
|
||||
**kwargs)
|
||||
|
||||
def get_description(self, patch_url=None, codereview=None, **kwargs):
|
||||
"""DEPRECATED. Consider using gerrit.get_change_description instead."""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[
|
||||
{
|
||||
"cmd": [
|
||||
"vpython",
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_REPO[depot_tools]/git_cl.py",
|
||||
"upload",
|
||||
@@ -12,7 +12,7 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"vpython",
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_REPO[depot_tools]/git_cl.py",
|
||||
"issue"
|
||||
@@ -21,7 +21,7 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"vpython",
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_REPO[depot_tools]/git_cl.py",
|
||||
"description",
|
||||
@@ -33,7 +33,7 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"vpython",
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_REPO[depot_tools]/git_cl.py",
|
||||
"description",
|
||||
@@ -54,7 +54,7 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"vpython",
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_REPO[depot_tools]/git_cl.py",
|
||||
"description",
|
||||
@@ -72,7 +72,7 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"vpython",
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_REPO[depot_tools]/git_cl.py",
|
||||
"description",
|
||||
@@ -85,7 +85,7 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"vpython",
|
||||
"python",
|
||||
"-u",
|
||||
"RECIPE_REPO[depot_tools]/git_cl.py",
|
||||
"description",
|
||||
|
||||
Reference in New Issue
Block a user