Skip to content

Commit fe5fa44

Browse files
committed
---
yaml --- r: 3688 b: refs/heads/master c: 5547e5d h: refs/heads/master v: v3
1 parent e8f4e5a commit fe5fa44

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
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: 6ee1ffe4ac5918b094098589f75188e13dc8a791
2+
refs/heads/master: 5547e5dd216f2b062809b52abff01b5baca0d6a0

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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +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" ],
20-
"macos": ["rustc", "lib/glue.o", "lib/libstd.dylib" ],
21-
"winnt": ["rustc.exe", "lib/glue.o", "lib/std.dll" ]
22-
}
23-
2418
snapshot_files = {
2519
"linux": ["rustc", "lib/glue.o", "lib/libstd.so", "lib/libstd.rlib" ],
2620
"macos": ["rustc", "lib/glue.o", "lib/libstd.dylib", "lib/libstd.rlib" ],

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-07 6ee1ffe
2+
linux-i386 5080aaffc36748f41fa8bf8030ef5a51976e673f
3+
macos-i386 34db4f38c40ef5e7d08eb3e994def595297589bb
4+
winnt-i386 ed541e6e657731d10df04048b357fda5db63ad08
5+
16
S 2011-07-06 8e585e7
27
linux-i386 df3dd532da83012aaae2a74eb55a43536292cbae
38
macos-i386 f53c000d1fc9963fe334ef3e3560b70d5860e845

0 commit comments

Comments
 (0)