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

Unified Diff: scripts/slave/recipe_modules/git_clone_bundler/api.py

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 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/git_clone_bundler/api.py
diff --git a/scripts/slave/recipe_modules/git_clone_bundler/api.py b/scripts/slave/recipe_modules/git_clone_bundler/api.py
index 32fad44e200c7451f2a6e599ad6fc696b4ab77cb..4143af4981c0c3955e48a2c2399c97ab4ae2e13e 100644
--- a/scripts/slave/recipe_modules/git_clone_bundler/api.py
+++ b/scripts/slave/recipe_modules/git_clone_bundler/api.py
@@ -19,7 +19,7 @@ class GitCloneBundlerApi(recipe_api.RecipeApi):
@property
def base_path(self):
- return self.m.path['slave_build'].join('git_clone_bundler')
+ return self.m.infra_paths['slave_build'].join('git_clone_bundler')
@property
def bundle_dir(self):
« no previous file with comments | « scripts/slave/recipe_modules/git_clone_bundler/__init__.py ('k') | scripts/slave/recipe_modules/git_clone_bundler/example.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698