mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
[recipes] Manual roll.
Update "import DEPS" syntax and package_repo_resource. recipe_engine: https://crrev.com/a42dce4e0b0db8bd6b7688030e723197919306db [engine] Rewrite/simplify loading infrastructure. (iannucci@chromium.org) R=jchinlee@chromium.org, martiniss@chromium.org, tandrii@chromium.org Recipe-Manual-Change: skia Recipe-Manual-Change: skiabuildbot Recipe-Manual-Change: build Recipe-Manual-Change: build_limited_scripts_slave Recipe-Manual-Change: infra Recipe-Manual-Change: release_scripts Bug: 914992 Change-Id: Ie3a3be9124e1ca4abd5e79af2f8c946b3ce906ff Reviewed-on: https://chromium-review.googlesource.com/c/1464761 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Stephen Martinis <martiniss@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
This commit is contained in:
committed by
Commit Bot
parent
2b14855de9
commit
efc7e91fa7
@@ -17,7 +17,7 @@ class GitClApi(recipe_api.RecipeApi):
|
||||
my_loc = self.c.repo_location if self.c else None
|
||||
with self.m.context(cwd=self.m.context.cwd or my_loc):
|
||||
return self.m.step(
|
||||
name, [self.package_repo_resource('git_cl.py'), subcmd] + args,
|
||||
name, [self.repo_resource('git_cl.py'), subcmd] + args,
|
||||
**kwargs)
|
||||
|
||||
def get_description(self, patch_url=None, codereview=None, **kwargs):
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[
|
||||
{
|
||||
"cmd": [
|
||||
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
|
||||
"RECIPE_REPO[depot_tools]/git_cl.py",
|
||||
"upload",
|
||||
"--message-file",
|
||||
"Do the thing foobar\nNow with emoji: \ud83d\ude04"
|
||||
@@ -10,7 +10,7 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
|
||||
"RECIPE_REPO[depot_tools]/git_cl.py",
|
||||
"issue"
|
||||
],
|
||||
"name": "git_cl issue",
|
||||
@@ -18,7 +18,7 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
|
||||
"RECIPE_REPO[depot_tools]/git_cl.py",
|
||||
"description",
|
||||
"-d",
|
||||
"--rietveld",
|
||||
@@ -29,7 +29,7 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
|
||||
"RECIPE_REPO[depot_tools]/git_cl.py",
|
||||
"description",
|
||||
"-n",
|
||||
"-",
|
||||
@@ -49,7 +49,7 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
|
||||
"RECIPE_REPO[depot_tools]/git_cl.py",
|
||||
"description",
|
||||
"-d"
|
||||
],
|
||||
@@ -66,7 +66,7 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
|
||||
"RECIPE_REPO[depot_tools]/git_cl.py",
|
||||
"description",
|
||||
"-n",
|
||||
"-"
|
||||
@@ -78,7 +78,7 @@
|
||||
},
|
||||
{
|
||||
"cmd": [
|
||||
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
|
||||
"RECIPE_REPO[depot_tools]/git_cl.py",
|
||||
"description",
|
||||
"-d"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user