Skip to content

Commit

Permalink
Download snapshots using HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Aug 11, 2014
1 parent 21a70b3 commit 4e0a992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def scrub(b):
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")

Expand Down

5 comments on commit 4e0a992

@bors
Copy link
Contributor

@bors bors commented on 4e0a992 Aug 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from thestinger
at brson@4e0a992

@bors
Copy link
Contributor

@bors bors commented on 4e0a992 Aug 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging brson/rust/https = 4e0a992 into auto

@bors
Copy link
Contributor

@bors bors commented on 4e0a992 Aug 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brson/rust/https = 4e0a992 merged ok, testing candidate = 9e191cd

@bors
Copy link
Contributor

@bors bors commented on 4e0a992 Aug 12, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 9e191cd

Please sign in to comment.