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

Unified Diff: tools/get_drt.py

Issue 8230019: get_drt: pin version number again until we fix bucket ACL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 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/get_drt.py
diff --git a/tools/get_drt.py b/tools/get_drt.py
index ceedbd5b4b6076f597446f989f827bfd71b8a844..cecfba5f2def8c92d00c30df1ce0618fdfea7bed 100755
--- a/tools/get_drt.py
+++ b/tools/get_drt.py
@@ -30,7 +30,7 @@ DRT_DARTIUM_LATEST_PATTERN = (
'gs://dartium-archive/latest/dartium-%(osname)s-inc-*.zip')
DRT_DARTIUM_PERMANENT_PREFIX = 'gs://dartium-archive/dartium-%(osname)s-inc'
DRT_CHROMIUM_LATEST_PATTERN = (
- 'gs://dart-dump-render-tree/latest/chromium-%(osname)s-*.zip')
+ 'gs://dart-dump-render-tree/latest/chromium-%(osname)s-103752.zip')
sys.path.append(GSUTIL_DIR + '/boto')
import boto
« 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