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

Unified Diff: scripts/slave/recipes/infra/depot_tools_builder.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/recipes/infra/depot_tools_builder.py
diff --git a/scripts/slave/recipes/infra/depot_tools_builder.py b/scripts/slave/recipes/infra/depot_tools_builder.py
index b27ef163f5eb2c6216806583edd12ebd03245c1c..306bf9b64b8b567efc89f030cd30221b6c1d829b 100644
--- a/scripts/slave/recipes/infra/depot_tools_builder.py
+++ b/scripts/slave/recipes/infra/depot_tools_builder.py
@@ -11,6 +11,7 @@ DEPS = [
'recipe_engine/step',
'depot_tools/git',
+ 'depot_tools/infra_paths',
'file',
'gsutil',
@@ -29,8 +30,8 @@ PROPERTIES = {
def RunSteps(api, revision):
# prepare the output dir and zip paths
- api.path['checkout'] = api.path['slave_build'].join('depot_tools')
- zip_out = api.path['slave_build'].join('depot_tools.zip')
+ api.path['checkout'] = api.infra_paths['slave_build'].join('depot_tools')
+ zip_out = api.infra_paths['slave_build'].join('depot_tools.zip')
with api.step.nest('clean workspace'):
api.file.rmtree('rm depot_tools', api.path['checkout'])

Powered by Google App Engine
This is Rietveld 408576698