summaryrefslogtreecommitdiff
path: root/guix-build.in
AgeCommit message (Collapse)Author
2012-09-04guix-build: Add `--derivations'.Ludovic Courtès
* guix-build.in (show-help): Add `--derivations'. (%options): Likewise. (guix-build): Handle it.
2012-09-04guix-build: Add `--source'.Ludovic Courtès
* guix-build.in (derivations-from-package-expressions): Add `source?' parameter. Honor it. (show-help): Add `--source'. (%options): Likewise. (guix-build): Honor `--source'.
2012-08-31guix-build: Fix the "unrecognized option" error message.Ludovic Courtès
* guix-build.in (guix-build): Show the option name when an unrecognized option is passed.
2012-07-12guix-build: Default the number of build cores to (current-processor-count).Ludovic Courtès
* guix-build.in (guix-build): Use (current-processor-count) build cores by default.
2012-07-07guix-build: Add `--cores'.Ludovic Courtès
* guix-build.in (leave): New macro, formerly in `guix-build'. (show-help): Document `--cores'. (%options): Add `--cores'. (guix-build): Remove `leave' macro from here. Pass the `cores' option value to `set-build-options'.
2012-07-02guix-build: Display multiple outputs when needed.Ludovic Courtès
* guix-build.in (guix-build): Display multiple outputs when there's more than one.
2012-07-01Add `guix-build'.Ludovic Courtès
* guix-build.in: New file. * configure.ac: Emit `guix-build'. Add `commands-exec'. * Makefile.am (bin_SCRIPTS): New variable. * po/POTFILES.in: Add `guix-build.in'.