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

Unified Diff: recipes/recipes/publish_tarball.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/publish_tarball.expected/basic.json
diff --git a/recipes/recipes/publish_tarball.expected/basic.json b/recipes/recipes/publish_tarball.expected/basic.json
index 32ed364f26edd81911dbbe51f2a4e79fb1b58db5..44cd961098e6eeb34d547ea33c29f003865cad5f 100644
--- a/recipes/recipes/publish_tarball.expected/basic.json
+++ b/recipes/recipes/publish_tarball.expected/basic.json
@@ -118,7 +118,7 @@
"clean",
"-dffx"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[START_DIR]/src",
"name": "git clean"
},
{
@@ -130,7 +130,7 @@
"-D",
"--nohooks"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[START_DIR]/src",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -139,7 +139,7 @@
{
"cmd": [
"touch",
- "[SLAVE_BUILD]/src/chrome/test/data/webui/i18n_process_css_test.html"
+ "[START_DIR]/src/chrome/test/data/webui/i18n_process_css_test.html"
],
"name": "touch chrome/test/data/webui/i18n_process_css_test.html"
},
@@ -153,7 +153,7 @@
"--verbose",
"--progress",
"--src-dir",
- "[SLAVE_BUILD]/src"
+ "[START_DIR]/src"
],
"cwd": "[TMP_BASE]/export_tarball_tmp_1",
"name": "export_tarball"
@@ -235,7 +235,7 @@
"--verbose",
"--progress",
"--src-dir",
- "[SLAVE_BUILD]/src"
+ "[START_DIR]/src"
],
"cwd": "[TMP_BASE]/export_tarball_tmp_2",
"name": "export_tarball (2)"
@@ -312,7 +312,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], symlinks=bool(sys.argv[3]))\n",
- "[SLAVE_BUILD]/src",
+ "[START_DIR]/src",
"[TMP_BASE]/tmp_tmp_3/src",
"1"
],
@@ -876,7 +876,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], symlinks=bool(sys.argv[3]))\n",
- "[SLAVE_BUILD]/src",
+ "[START_DIR]/src",
"[TMP_BASE]/tmp_tmp_5/src",
"1"
],

Powered by Google App Engine
This is Rietveld 408576698