Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: recipe_modules/git/example.expected/platform_win.json

Issue 1785443002: depot_tools: adjust for resource API changes in recipe engine (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: recipe_modules/git/example.expected/platform_win.json
diff --git a/recipe_modules/git/example.expected/platform_win.json b/recipe_modules/git/example.expected/platform_win.json
index 1ccd6c719007d65e1599f29c1320faf954874ac4..f71d6390e08babe4ee64450db5bff49d1db41585 100644
--- a/recipe_modules/git/example.expected/platform_win.json
+++ b/recipe_modules/git/example.expected/platform_win.json
@@ -1,9 +1,9 @@
[
{
"cmd": [
- "RECIPE_PACKAGE[depot_tools]\\bootstrap\\win\\win_tools.bat"
+ "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
],
- "cwd": "RECIPE_PACKAGE[depot_tools]",
+ "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
"name": "ensure git tooling on windows"
},
{
@@ -16,14 +16,14 @@
"--url",
"https://chromium.googlesource.com/chromium/src.git",
"--git_cmd_path",
- "RECIPE_PACKAGE[depot_tools]\\git.bat"
+ "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat"
],
"cwd": "[SLAVE_BUILD]",
"name": "git setup"
},
{
"cmd": [
- "RECIPE_PACKAGE[depot_tools]\\git.bat",
+ "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
"retry",
"fetch",
"origin",
@@ -35,7 +35,7 @@
},
{
"cmd": [
- "RECIPE_PACKAGE[depot_tools]\\git.bat",
+ "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
"checkout",
"-f",
"FETCH_HEAD"
@@ -45,7 +45,7 @@
},
{
"cmd": [
- "RECIPE_PACKAGE[depot_tools]\\git.bat",
+ "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
"rev-parse",
"HEAD"
],
@@ -58,7 +58,7 @@
},
{
"cmd": [
- "RECIPE_PACKAGE[depot_tools]\\git.bat",
+ "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
"clean",
"-f",
"-d",
@@ -69,7 +69,7 @@
},
{
"cmd": [
- "RECIPE_PACKAGE[depot_tools]\\git.bat",
+ "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
"submodule",
"sync"
],
@@ -78,7 +78,7 @@
},
{
"cmd": [
- "RECIPE_PACKAGE[depot_tools]\\git.bat",
+ "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
"submodule",
"update",
"--init",
@@ -89,7 +89,7 @@
},
{
"cmd": [
- "RECIPE_PACKAGE[depot_tools]\\git.bat",
+ "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
"-c",
"foo=bar",
"count-objects",
@@ -101,7 +101,7 @@
},
{
"cmd": [
- "RECIPE_PACKAGE[depot_tools]\\git.bat",
+ "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
"config",
"--get",
"remote.origin.url"
@@ -115,7 +115,7 @@
},
{
"cmd": [
- "RECIPE_PACKAGE[depot_tools]\\git.bat",
+ "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
"show",
"HEAD",
"--format=%at",
@@ -127,7 +127,7 @@
},
{
"cmd": [
- "RECIPE_PACKAGE[depot_tools]\\git.bat",
+ "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
"fetch",
"origin",
"--tags"
@@ -137,7 +137,7 @@
},
{
"cmd": [
- "RECIPE_PACKAGE[depot_tools]\\git.bat",
+ "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
"status"
],
"cwd": "[SLAVE_BUILD]\\src",
@@ -145,7 +145,7 @@
},
{
"cmd": [
- "RECIPE_PACKAGE[depot_tools]\\git.bat",
+ "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
"status"
],
"cwd": "[SLAVE_BUILD]\\src",
@@ -153,7 +153,7 @@
},
{
"cmd": [
- "RECIPE_PACKAGE[depot_tools]\\git.bat",
+ "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
"status"
],
"cwd": "[SLAVE_BUILD]\\src",
@@ -161,7 +161,7 @@
},
{
"cmd": [
- "RECIPE_PACKAGE[depot_tools]\\git.bat",
+ "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
"rebase",
"origin/master"
],
@@ -170,7 +170,7 @@
},
{
"cmd": [
- "RECIPE_PACKAGE[depot_tools]\\git.bat",
+ "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
"bundle",
"create",
"[SLAVE_BUILD]\\all.bundle",

Powered by Google App Engine
This is Rietveld 408576698