diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-06-17 18:17:15 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-06-17 18:19:37 -0700 |
| commit | bd93e1abcda185e18a7e008a70ec2840397f94f4 (patch) | |
| tree | 8e6b40082f80b2e45e6ea3f47719e2f331778bd7 /src | |
| parent | e0afcb400b7fcecc777f6ef6758f20d28af62ee3 (diff) | |
| download | rust-bd93e1abcda185e18a7e008a70ec2840397f94f4.tar.gz rust-bd93e1abcda185e18a7e008a70ec2840397f94f4.zip | |
Register new snapshots. Update location of stage0's libstd
Diffstat (limited to 'src')
| -rwxr-xr-x | src/etc/get-snapshot.py | 2 | ||||
| -rw-r--r-- | src/etc/snapshot.py | 9 | ||||
| -rw-r--r-- | src/snapshots.txt | 5 |
3 files changed, 6 insertions, 10 deletions
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 |
