mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Register new snapshots (containing libcore auto-importing it now).
This commit is contained in:
parent
3ccdd2a098
commit
501c514e89
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user