rust/src/librustpkg
Alex Crichton d9ea475feb 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!
2013-12-15 22:17:59 -08:00
..
2013-12-08 02:55:28 -05:00
2013-12-08 02:55:28 -05:00
2013-12-15 22:17:59 -08:00
2013-11-24 18:22:50 -05:00
2013-12-08 02:55:28 -05:00
2013-12-08 02:55:28 -05:00
2013-10-24 14:21:57 -07:00
2013-12-08 02:55:28 -05:00

Right now, commands that work are "build" and "clean".

`rustpkg build` and `rustpkg clean` should work

for example:
$ cd ~/rust/src/librustpkg/testsuite/pass
$ rustpkg build hello-world
... some output ...
$ rustpkg clean hello-world

-------------
the following test packages in librustpkg/testsuite/pass:
      * hello-world
      * install-paths
      * simple-lib
      * deeply/nested/path
      * fancy-lib

   It fails on the following test packages:
      * external-crate (no support for `extern mod` inference yet)

and should fail with proper error messages
on all of the test packages in librustpkg/testsuite/fail
      * no-inferred-crates