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

Unified Diff: recipes/recipes/build_conda_cipd_pkg.expected/win.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/build_conda_cipd_pkg.expected/win.json
diff --git a/recipes/recipes/build_conda_cipd_pkg.expected/win.json b/recipes/recipes/build_conda_cipd_pkg.expected/win.json
index 8678a0390862ab4c7a4e5ed0e51a04fa642b6d0b..80545ae8f673b9f09f3fda01c7b73888c2495e29 100644
--- a/recipes/recipes/build_conda_cipd_pkg.expected/win.json
+++ b/recipes/recipes/build_conda_cipd_pkg.expected/win.json
@@ -7,7 +7,7 @@
"--platform",
"windows-amd64",
"--dest-directory",
- "[SLAVE_BUILD]\\cipd",
+ "[START_DIR]\\cipd",
"--json-output",
"/path/to/tmp/json"
],
@@ -15,7 +15,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@@@"
@@ -147,7 +147,7 @@
},
{
"cmd": [
- "[SLAVE_BUILD]\\cipd\\cipd",
+ "[START_DIR]\\cipd\\cipd",
"pkg-build",
"--in",
"[SLAVE_BUILD]\\conda_staging_dir",
@@ -173,7 +173,7 @@
},
{
"cmd": [
- "[SLAVE_BUILD]\\cipd\\cipd",
+ "[START_DIR]\\cipd\\cipd",
"pkg-register",
"[SLAVE_BUILD]\\conda_python.cipd",
"--json-output",
« no previous file with comments | « recipes/recipes/build_conda_cipd_pkg.expected/mac.json ('k') | recipes/recipes/build_repo_real_try.expected/ok-outer.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698