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

Unified Diff: tools/dartium/fetch_reference_build.py

Issue 244643006: Migrate dartium_tools from chrome branch to dart repo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Replace obsolete roll scripts with terry's Created 6 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: tools/dartium/fetch_reference_build.py
diff --git a/tools/bots/fetch_reference_build.py b/tools/dartium/fetch_reference_build.py
similarity index 91%
copy from tools/bots/fetch_reference_build.py
copy to tools/dartium/fetch_reference_build.py
index 9ca6f5dafc91fe410466b1c7781371f0a4333522..077d49cd92353b105f3310f634b38596677145bf 100755
--- a/tools/bots/fetch_reference_build.py
+++ b/tools/dartium/fetch_reference_build.py
@@ -11,7 +11,7 @@
Must be run from the root of a Dartium or multivm checkout.
Usage:
- $ ./src/dart/tools/bots/fetch_reference_build_revision.py
+ $ ./src/dart/tools/dartium/fetch_reference_build_revision.py
"""
import os
@@ -35,7 +35,7 @@ def main(argv):
return
get_script = os.path.join('src', 'dart', 'tools',
- 'bots', 'get_chromium_build.py')
+ 'dartium', 'get_chromium_build.py')
get_script = os.path.abspath(get_script)
exit_code = subprocess.call(['python', get_script,
'-r', request_revision,

Powered by Google App Engine
This is Rietveld 408576698