Skip to content

Commit 5e6d4ee

Browse files
committed
---
yaml --- r: 35467 b: refs/heads/master c: fb498ff h: refs/heads/master i: 35465: 521b403 35463: 911a043 v: v3
1 parent a568ec2 commit 5e6d4ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 94a76843f4e3d1c2054565593f39a2b75d69cf1a
2+
refs/heads/master: fb498ff59f3de4da58d9f6e90fd989482c901fc5
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024

trunk/src/etc/snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def scrub(b):
1818
raise Exception("missing env var CFG_SRC_DIR")
1919

2020
snapshotfile = os.path.join(src_dir, "src", "snapshots.txt")
21-
download_url_base = "http://dl.rust-lang.org/stage0-snapshots"
21+
download_url_base = "http://static.rust-lang.org/stage0-snapshots"
2222
download_dir_base = "dl"
2323
download_unpack_base = os.path.join(download_dir_base, "unpack")
2424

0 commit comments

Comments
 (0)