diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-08-11 12:31:02 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-08-11 12:31:24 -0700 |
| commit | 4e0a9928459d658fb8495650454fa44e6eed2464 (patch) | |
| tree | 121f31d32077c005502c63028fb01e99b51326aa | |
| parent | 21a70b38ba8aa3b50959c1b9f573391c7692611b (diff) | |
Download snapshots using HTTPS
cc #16123
| -rw-r--r-- | src/etc/snapshot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/snapshot.py b/src/etc/snapshot.py index b44adc040b7..82302da17b8 100644 --- a/src/etc/snapshot.py +++ b/src/etc/snapshot.py @@ -28,7 +28,7 @@ if not src_dir: raise Exception("missing env var CFG_SRC_DIR") snapshotfile = os.path.join(src_dir, "src", "snapshots.txt") -download_url_base = "http://static.rust-lang.org/stage0-snapshots" +download_url_base = "https://static.rust-lang.org/stage0-snapshots" download_dir_base = "dl" download_unpack_base = os.path.join(download_dir_base, "unpack") |
