Skip to content

Commit 0795723

Browse files
committed
---
yaml --- r: 4009 b: refs/heads/master c: 9bd9456 h: refs/heads/master i: 4007: 4510fdc v: v3
1 parent 9eb518e commit 0795723

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 0ff76eb41fafad1a507a166febf837487fca86c5
2+
refs/heads/master: 9bd945639be45325e61bb26a90faf58fe7e56c17

trunk/src/etc/get-snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def unpack_snapshot(snap):
99
print("opening snapshot " + dl_path)
1010
tar = tarfile.open(dl_path)
1111
kernel = get_kernel()
12-
for name in old_snapshot_files[kernel]:
12+
for name in snapshot_files[kernel]:
1313
p = "rust-stage0/" + name
1414
fp = os.path.join("stage0", name)
1515
print("extracting " + fp)

trunk/src/etc/snapshot.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ def scrub(b):
1515
download_dir_base = "dl"
1616
download_unpack_base = os.path.join(download_dir_base, "unpack")
1717

18-
old_snapshot_files = {
19-
"linux": ["rustc", "lib/glue.o", "lib/libstd.so", "lib/libstd.rlib",
20-
"lib/librustrt.so", "librustllvm.so", "intrinsics.bc"],
21-
"macos": ["rustc", "lib/glue.o", "lib/libstd.dylib", "lib/libstd.rlib",
22-
"lib/librustrt.dylib", "librustllvm.dylib", "intrinsics.bc"],
23-
"winnt": ["rustc.exe", "lib/glue.o", "lib/std.dll", "lib/libstd.rlib",
24-
"lib/rustrt.dll", "rustllvm.dll", "intrinsics.bc"]
25-
}
26-
2718
snapshot_files = {
2819
"linux": ["rustc", "lib/glue.o", "lib/libstd.so", "lib/libstd.rlib",
2920
"lib/librustrt.so", "librustllvm.so", "lib/intrinsics.bc"],

trunk/src/snapshots.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
S 2011-07-19 0ff76eb
2+
linux-i386 56c91388d013b2934738f25d122e5587fa0dcb99
3+
macos-i386 55baa51c849fa56aff3d30d62f9b0d29d60f0f02
4+
winnt-i386 09e24c46bc9630ae16ee30ed642d8dd1440e8a56
5+
16
S 2011-07-14 7376e75
27
linux-i386 d2ec6a1aa586926f8f1a5f400b5edb5f9803c7b2
38
macos-i386 858c1acfc9676778b8dd6f82dd979d26cad34799

0 commit comments

Comments
 (0)