diff options
author | sebmarchand <sebmarchand@chromium.org> | 2014-12-04 12:59:52 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-04 21:00:23 +0000 |
commit | 4e8e135c7016b2bf676da596234de478e0f6a89a (patch) | |
tree | 7c7c097bbfab7a506557330601dba441d89babd6 /build/get_syzygy_binaries.py | |
parent | 4f58d2f2f49f1360edb7abf7faf256926934dec2 (diff) | |
download | chromium_src-4e8e135c7016b2bf676da596234de478e0f6a89a.zip chromium_src-4e8e135c7016b2bf676da596234de478e0f6a89a.tar.gz chromium_src-4e8e135c7016b2bf676da596234de478e0f6a89a.tar.bz2 |
Get the Syzygy binaries from an https server.
BUG=
Review URL: https://codereview.chromium.org/778643012
Cr-Commit-Position: refs/heads/master@{#306886}
Diffstat (limited to 'build/get_syzygy_binaries.py')
-rwxr-xr-x | build/get_syzygy_binaries.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/get_syzygy_binaries.py b/build/get_syzygy_binaries.py index b5424c2..08460e9 100755 --- a/build/get_syzygy_binaries.py +++ b/build/get_syzygy_binaries.py @@ -24,8 +24,8 @@ import zipfile _LOGGER = logging.getLogger(os.path.basename(__file__)) # The URL where official builds are archived. -_SYZYGY_ARCHIVE_URL = ('http://syzygy-archive.commondatastorage.googleapis.com/' - 'builds/official/%(revision)s') +_SYZYGY_ARCHIVE_URL = ('https://syzygy-archive.commondatastorage.googleapis.com' + '/builds/official/%(revision)s') # A JSON file containing the state of the download directory. If this file and # directory state do not agree, then the binaries will be downloaded and |