Update URL to download dartium and content shell for testing

BUG=
R=sortie@google.com, lrn@google.com

Review URL: https://codereview.chromium.org/2496213002 .
This commit is contained in:
William Hesse 2016-11-14 14:10:33 +01:00
parent 6689fb80cd
commit d498781077

View file

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