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

Unified Diff: scripts/slave/recipes/infra/publish_tarball.py

Issue 1101673005: Extract functions from path recipe module so that step can depend on it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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/publish_tarball.py
diff --git a/scripts/slave/recipes/infra/publish_tarball.py b/scripts/slave/recipes/infra/publish_tarball.py
index 02fa802644c9bee2137b6d4131063c1d7bd9c804..8edf393d89dc7d7e8e4367acf4ebccd525c66122 100644
--- a/scripts/slave/recipes/infra/publish_tarball.py
+++ b/scripts/slave/recipes/infra/publish_tarball.py
@@ -5,6 +5,7 @@
DEPS = [
'bot_update',
'chromium',
+ 'file',
'gclient',
'gsutil',
'omahaproxy',
@@ -30,7 +31,7 @@ def export_tarball(api, args, source, destination):
'chromium-browser-official',
destination)
finally:
- api.path.rmtree('temp dir', temp_dir)
+ api.file.rmtree('temp dir', temp_dir)
def GenSteps(api):
« no previous file with comments | « scripts/slave/recipes/crashpad/continuous.py ('k') | scripts/slave/recipes/perf/telemetry_generate_large_profile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698