From bd93e1abcda185e18a7e008a70ec2840397f94f4 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 17 Jun 2011 18:17:15 -0700 Subject: Register new snapshots. Update location of stage0's libstd --- src/etc/get-snapshot.py | 2 +- src/etc/snapshot.py | 9 --------- src/snapshots.txt | 5 +++++ 3 files changed, 6 insertions(+), 10 deletions(-) (limited to 'src') diff --git a/src/etc/get-snapshot.py b/src/etc/get-snapshot.py index aa64a4fb49a..98e480defda 100755 --- a/src/etc/get-snapshot.py +++ b/src/etc/get-snapshot.py @@ -9,7 +9,7 @@ def unpack_snapshot(snap): print("opening snapshot " + dl_path) tar = tarfile.open(dl_path) kernel = get_kernel() - for name in old_snapshot_files[kernel]: + for name in snapshot_files[kernel]: p = "rust-stage0/" + name fp = os.path.join("stage0", name) print("extracting " + fp) diff --git a/src/etc/snapshot.py b/src/etc/snapshot.py index afa88cec5b3..e567de5ab68 100644 --- a/src/etc/snapshot.py +++ b/src/etc/snapshot.py @@ -21,15 +21,6 @@ snapshot_files = { "winnt": ["rustc.exe", "glue.o", "lib/std.dll" ] } -# This is a transitional list of files so that the unpacker knows to -# use the old directory layout and the snapshotter knows to use the -# new directory layout -old_snapshot_files = { - "linux": ["rustc", "glue.o", "libstd.so" ], - "macos": ["rustc", "glue.o", "libstd.dylib" ], - "winnt": ["rustc.exe", "glue.o", "std.dll" ] - } - def parse_line(n, line): global snapshotfile diff --git a/src/snapshots.txt b/src/snapshots.txt index 1226f4504c3..36590a0001c 100644 --- a/src/snapshots.txt +++ b/src/snapshots.txt @@ -1,3 +1,8 @@ +S 2011-06-17 175fd8e + linux-i386 ba92b05deee82f2d8f954cf014de1faec1167e36 + macos-i386 6bacf4769deda26b614b4ba36bcb46f65649cce0 + winnt-i386 057c6ae72ec2059806e33bc3578c71534779eac5 + S 2011-06-16 15f71b3 linux-i386 c81ac692140484ee8944ab50ca69347abdca30b4 macos-i386 ac27541e4438956cb29bd70c8d353c487a315634 -- cgit 1.4.1-3-g733a5