Switch snapshots to static.rust-lang.org.

This commit is contained in:
Graydon Hoare 2012-12-11 12:55:43 -08:00
parent 94a76843f4
commit fb498ff59f

View File

@ -18,7 +18,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://dl.rust-lang.org/stage0-snapshots"
download_url_base = "http://static.rust-lang.org/stage0-snapshots"
download_dir_base = "dl"
download_unpack_base = os.path.join(download_dir_base, "unpack")