Use HTTPS for libchromiumcontent's URL
authorCheng Zhao <zcbenz@gmail.com>
Wed, 9 Dec 2015 10:14:37 +0000 (18:14 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Wed, 9 Dec 2015 10:14:37 +0000 (18:14 +0800)
Without using the subdomain we should be able to work around the domain
license problem of python.

script/lib/config.py

index c1545e0..132f5b8 100644 (file)
@@ -7,7 +7,7 @@ import sys
 
 
 BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
-    'http://github-janky-artifacts.s3.amazonaws.com/libchromiumcontent'
+    'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent'
 LIBCHROMIUMCONTENT_COMMIT = 'cfbe8ec7e14af4cabd1474386f54e197db1f7ac1'
 
 PLATFORM = {