Register new snapshots

Understand 'pkgid' in stage0. As a bonus, the snapshot now contains now metadata
(now that those changes have landed), and the snapshot download is half as large
as it used to be!
This commit is contained in:
Alex Crichton 2013-12-11 08:16:06 -08:00
parent 9eb89a6c6e
commit d9ea475feb
9 changed files with 20 additions and 63 deletions

View file

@ -10,14 +10,7 @@
// rustpkg - a package manager and build system for Rust
#[pkgid="rustpkg#0.9-pre"];
// NOTE: remove after the next snapshot
#[link(name = "rustpkg",
package_id = "rustpkg",
vers = "0.9-pre",
uuid = "25de5e6e-279e-4a20-845c-4cabae92daaf",
url = "https://github.com/mozilla/rust/tree/master/src/librustpkg")];
#[pkgid = "rustpkg#0.9-pre"];
#[license = "MIT/ASL2"];
#[crate_type = "dylib"];