diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-08-14 14:28:38 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-08-14 14:38:08 -0700 |
| commit | 25b85df3704de79467dafa30ed185e8d94cd46c7 (patch) | |
| tree | ac8712fe3edbdd0f9560a64fa6cfff6ea348d551 /src | |
| parent | 83128f441b6857d048ed712bbfdb38cd2f5a9a13 (diff) | |
Register new snapshots
Use main.o from the snapshot
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 8d789477c26..bacdc36a6e3 100644 --- a/src/etc/snapshot.py +++ b/src/etc/snapshot.py @@ -15,15 +15,6 @@ download_url_base = "http://dl.rust-lang.org/stage0-snapshots" download_dir_base = "dl" download_unpack_base = os.path.join(download_dir_base, "unpack") -old_snapshot_files = { - "linux": ["rustc", "lib/glue.o", "lib/libstd.so", - "librustrt.so", "librustllvm.so", "lib/intrinsics.bc"], - "macos": ["rustc", "lib/glue.o", "lib/libstd.dylib", - "librustrt.dylib", "librustllvm.dylib", "lib/intrinsics.bc"], - "winnt": ["rustc.exe", "lib/glue.o", "lib/std.dll", - "rustrt.dll", "rustllvm.dll", "lib/intrinsics.bc"] - } - snapshot_files = { "linux": ["rustc", "lib/glue.o", "lib/libstd.so", "lib/main.o", "librustrt.so", "librustllvm.so", "lib/intrinsics.bc"], diff --git a/src/snapshots.txt b/src/snapshots.txt index 751346075f5..30d8d2af5b0 100644 --- a/src/snapshots.txt +++ b/src/snapshots.txt @@ -1,3 +1,8 @@ +S 2011-08-14 83128f4 + linux-i386 8074d0b9d2a2f5084e4920a72262af28d0521b66 + macos-i386 8e52161f00f24de345d727a1671bb20597165687 + winnt-i386 0a4b419ed326b9da80a93d6d23db24a40bb37c8b + S 2011-08-09 e5533a5 linux-i386 6fedd9943689fa3457e77e62d0f8b100fecfe69c macos-i386 f87e7dc9d27856ee39eea9a2c44b6b4d25113ac5 |
