Register new snapshots (containing libcore auto-importing it now).

This commit is contained in:
Graydon Hoare 2011-12-07 16:36:56 -08:00
parent 3ccdd2a098
commit 501c514e89
2 changed files with 7 additions and 3 deletions

View File

@ -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)

View File

@ -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