Commit f6edc302 authored by binji@chromium.org's avatar binji@chromium.org

[NaCl SDK] Archive bundle should use https, not http

This broke the mono waterfall

BUG=none
TBR=noelallen@chromium.org
NOTRY=true


Review URL: https://chromiumcodereview.appspot.com/10824282

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151388 0039d316-1c4b-4281-b951-d872f2087c98
parent 1842fe24
......@@ -54,7 +54,7 @@ import getos
import http_download
import oshelpers
GSTORE = 'http://commondatastorage.googleapis.com/nativeclient-mirror/nacl/'
GSTORE = 'https://commondatastorage.googleapis.com/nativeclient-mirror/nacl/'
MAKE = 'nacl_sdk/make_3_81/make.exe'
CYGTAR = os.path.join(NACL_DIR, 'build', 'cygtar.py')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment