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

Unified Diff: tools/get_archive.py

Issue 2496213002: Update URL to download dartium and content shell for testing (Closed)
Patch Set: Created 4 years, 1 month 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
diff --git a/tools/get_archive.py b/tools/get_archive.py
index 7517f54de1dcc797bbb087b0dbc28f2165ab33be..fe1ac516031fc93290a146eba9cabc18e00845c6 100755
--- a/tools/get_archive.py
+++ b/tools/get_archive.py
@@ -114,7 +114,7 @@ def GetDartiumRevision(name, bot, directory, version_file, latest_pattern,
None, we return the latest revision. If the revision number is specified
but unavailable, find the nearest older revision and use that instead.
"""
- osdict = {'Darwin':'mac', 'Linux':'lucid64', 'Windows':'win'}
+ osdict = {'Darwin':'mac-x64', 'Linux':'linux-x64', 'Windows':'win-ia32'}
def FindPermanentUrl(out, osname, the_revision_num):
output_lines = out.split()
@@ -318,7 +318,9 @@ def main():
# Issue 13399 Quick fix, update with channel support.
bot = 'inc-be'
if args.debug:
- bot = 'debug-be'
+ print >>sys.stderr, (
+ 'Debug versions of Dartium and content_shell not available')
+ return 1
if positional[0] == 'dartium':
GetDartiumRevision('Dartium', bot, DARTIUM_DIR, DARTIUM_VERSION,
« 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