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

Unified Diff: tools/dartium/download_multivm.py

Issue 297833012: Make download_multivm script work on testers, not just builders. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dartium/download_multivm.py
diff --git a/tools/dartium/download_multivm.py b/tools/dartium/download_multivm.py
index fd86c623c94fa13802f809d06ff8d7287739b577..a95f9f2546f6eaf9c2e8218528e9282d013178f2 100755
--- a/tools/dartium/download_multivm.py
+++ b/tools/dartium/download_multivm.py
@@ -36,7 +36,8 @@ def main():
target_dir = sys.argv[2]
archive_dir = (os.environ['BUILDBOT_BUILDERNAME']
.replace('linux', 'lucid64')
- .replace('multivm', 'multivm-dartium'))
+ .replace('multivm', 'multivm-dartium')
+ .replace('perf', 'build'))
utils = imp.load_source('utils', os.path.join(TOOLS_DIR, 'utils.py'))
with utils.TempDir() as temp_dir:
archive_file = archive_dir + '-' + revision + '.zip'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698