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

Unified Diff: scripts/slave/recipe_modules/gsutil/example.expected/basic.json

Issue 2035863004: gsutil: use depot_tools.gsutil_py_path instead of path['depot_tools'] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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: scripts/slave/recipe_modules/gsutil/example.expected/basic.json
diff --git a/scripts/slave/recipe_modules/gsutil/example.expected/basic.json b/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
index 6d119aa75b7e6c40d19cbc66863c062b9e350895..6293fa2a332851ce076893e27799f427cf6fa06e 100644
--- a/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
@@ -5,7 +5,7 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
"----",
"-h",
"Cache-Control:no-cache",
@@ -30,7 +30,7 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
"----",
"cp",
"gs://chromium-recipe-test/some/random/path/**",
@@ -44,7 +44,7 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
"--force-version",
"3.25",
"----",
@@ -60,7 +60,7 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
"----",
"cp",
"gs://chromium-recipe-test/some/random/path/to/boom",
@@ -74,7 +74,7 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
"----",
"cp",
"gs://chromium-recipe-test/staging/to/boom",
@@ -88,7 +88,7 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
"----",
"signurl",
"path/to/key",
@@ -102,7 +102,7 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
"----",
"rm",
"gs://chromium-recipe-test/staging/to/boom"

Powered by Google App Engine
This is Rietveld 408576698