1
Fork 0

Register new snapshots

Also finish transition of snapshot scripts for new glue.o location
This commit is contained in:
Brian Anderson 2011-06-29 17:43:58 -07:00
parent 865534978f
commit a82aeb7af6
3 changed files with 6 additions and 8 deletions

View file

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

View file

@ -15,13 +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")
# FIXME: This is transitional for moving glue.o to the lib directory
old_snapshot_files = {
"linux": ["rustc", "glue.o", "lib/libstd.so" ],
"macos": ["rustc", "glue.o", "lib/libstd.dylib" ],
"winnt": ["rustc.exe", "glue.o", "lib/std.dll" ]
}
snapshot_files = {
"linux": ["rustc", "lib/glue.o", "lib/libstd.so" ],
"macos": ["rustc", "lib/glue.o", "lib/libstd.dylib" ],

View file

@ -1,3 +1,8 @@
S 2011-06-29 8655349
linux-i386 23313e17a4535fb484f4c26f0d1e38622a43e78e
macos-i386 bd5c9c5dcf71fd9767ae47009c45714dd32982ba
winnt-i386 6c769bf178a9b655fc25df8b432141cbdb11b5ee
S 2011-06-17 175fd8e
linux-i386 ba92b05deee82f2d8f954cf014de1faec1167e36
macos-i386 6bacf4769deda26b614b4ba36bcb46f65649cce0