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

Unified Diff: recipes/recipes/depot_tools_builder.expected/basic.json

Issue 2507373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 1 month 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: recipes/recipes/depot_tools_builder.expected/basic.json
diff --git a/recipes/recipes/depot_tools_builder.expected/basic.json b/recipes/recipes/depot_tools_builder.expected/basic.json
index 8898dbb567055f751b1fb6fe73590ad1ddff1b28..cb01115c06b420ba6b97372b2dc772f0f4781ac1 100644
--- a/recipes/recipes/depot_tools_builder.expected/basic.json
+++ b/recipes/recipes/depot_tools_builder.expected/basic.json
@@ -215,7 +215,7 @@
"--platform",
"linux-amd64",
"--dest-directory",
- "[SLAVE_BUILD]/cipd",
+ "[START_DIR]/cipd",
"--json-output",
"/path/to/tmp/json"
],
@@ -223,7 +223,7 @@
"~followup_annotations": [
"@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[START_DIR]/cipd/cipd\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-package-instance_id\"@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@"
@@ -271,7 +271,7 @@
},
{
"cmd": [
- "[SLAVE_BUILD]/cipd/cipd",
+ "[START_DIR]/cipd/cipd",
"create",
"-in",
"[TMP_BASE]/git_installer_tmp_1",
@@ -302,7 +302,7 @@
},
{
"cmd": [
- "[SLAVE_BUILD]/cipd/cipd",
+ "[START_DIR]/cipd/cipd",
"create",
"-in",
"[TMP_BASE]/git_installer_tmp_1",
@@ -342,7 +342,7 @@
},
{
"cmd": [
- "[SLAVE_BUILD]/cipd/cipd",
+ "[START_DIR]/cipd/cipd",
"create",
"-in",
"[TMP_BASE]/git_installer_tmp_2",
@@ -373,7 +373,7 @@
},
{
"cmd": [
- "[SLAVE_BUILD]/cipd/cipd",
+ "[START_DIR]/cipd/cipd",
"create",
"-in",
"[TMP_BASE]/git_installer_tmp_2",

Powered by Google App Engine
This is Rietveld 408576698