From 501c514e892b4d3a4b8ce1f89d4bd42b3f266ef2 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 7 Dec 2011 16:36:56 -0800 Subject: [PATCH] Register new snapshots (containing libcore auto-importing it now). --- src/etc/get-snapshot.py | 3 --- src/snapshots.txt | 7 +++++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/etc/get-snapshot.py b/src/etc/get-snapshot.py index 630e3dd8a9eb..40fbd70cf71c 100755 --- a/src/etc/get-snapshot.py +++ b/src/etc/get-snapshot.py @@ -10,9 +10,6 @@ def unpack_snapshot(triple, snap): tar = tarfile.open(dl_path) kernel = get_kernel(triple) for name in snapshot_files[kernel]: - # FIXME: temporary hack to make transition, remove soon. - if "core" in name: - continue p = "rust-stage0/" + name stagep = os.path.join(triple, "stage0") fp = os.path.join(stagep, name) diff --git a/src/snapshots.txt b/src/snapshots.txt index c6664d67a2ad..fe0e65bc240f 100644 --- a/src/snapshots.txt +++ b/src/snapshots.txt @@ -1,3 +1,10 @@ +S 2011-12-07 3ccdd2a + linux-i386 7c639851d8a4ae43f781ad4592b6d3b6e0f4837b + macos-i386 8fdf95481943aff1953d93eed31528c221d33373 + winnt-i386 628f0421557d0bd34db38acb0f5ce61d236b723d + linux-x86_64 25c9701d38d39e620489c7368ec6b7277cac5164 + macos-x86_64 8e672750ca0dac91782b4fadd36545f0b88e9ccf + S 2011-12-06 1652b92 winnt-i386 345aeebce0010d86ad03a094928614117d150849 linux-i386 c5d3ad9c54e8d2a3899ca66de4092f7fa2b3ab79