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

Unified Diff: tools/bots/dartium_android.py

Issue 1166743005: Remove GetSVNRevision from tools/utils.py (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: address comments Created 5 years, 6 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 | « tools/bots/dart_sdk.py ('k') | tools/bots/linux_distribution_support.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/dartium_android.py
diff --git a/tools/bots/dartium_android.py b/tools/bots/dartium_android.py
index 8f740bf500bacf21fd7f537f25777fb3c6ce4681..29623e5113ebd0d67b2904291139780551ee3e16 100644
--- a/tools/bots/dartium_android.py
+++ b/tools/bots/dartium_android.py
@@ -52,7 +52,7 @@ def UploadAPKs(options):
# Archive content shell
local = os.path.join(options.build_products_dir, CS_LOCATION)
- for revision in [utils.GetSVNRevision(), 'latest']:
+ for revision in [utils.GetArchiveVersion(), 'latest']:
# TODO(whesse): pass in arch and mode from reciepe
remote = namer.dartium_android_apk_filepath(revision,
'content_shell-android',
« no previous file with comments | « tools/bots/dart_sdk.py ('k') | tools/bots/linux_distribution_support.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698