| 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',
|
|
|