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

Unified Diff: tools/get_archive.py

Issue 24084008: Fix chrome bots to fetch the right dartium to run off. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 3 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_archive.py
===================================================================
--- tools/get_archive.py (revision 27590)
+++ tools/get_archive.py (working copy)
@@ -338,8 +338,9 @@
if args.revision and int(args.revision) < LAST_VALID[positional[0]]:
return TooEarlyError()
- # Use the incremental release bot ('dartium-*-inc') by default.
- bot = 'inc'
+ # Use the incremental release bot ('dartium-*-inc-be') by default.
+ # Issue 13399 Quick fix, update with channel support.
+ bot = 'inc-be'
if args.debug:
bot = 'debug'
« 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