summaryrefslogtreecommitdiff
path: root/guix-build.in
AgeCommit message (Expand)Author
2012-10-24guix-build: Change `--local-build' to `--no-substitutes'.•••* guix-build.in (%default-options): Add `substitutes?'. (show-help): Change `--local-build' to `--no-substitutes'. (guix-build): Adjust accordingly. Ludovic Courtès
2012-10-18guix-build: Add `--system'.•••* guix-build.in (derivations-from-package-expressions): New `system' parameter. Pass it to `package-derivation'. (%default-options): Add `system' pair. (show-help): Describe `--system'. (%options): Add it. (guix-build): Check the `system' pair in OPTS; pass it to `derivations-from-package-expressions' and `package-derivation'. Ludovic Courtès
2012-10-18guix-build: Add `--local-build'.•••* guix-build.in (show-help): Add `--local-build'. (%options): Likewise. (guix-build): Pass `set-build-options' the #:use-substitutes? argument accordingly. Ludovic Courtès
2012-10-05Support build-cores = 0; change `guix-build' to default to 0.•••* guix/build/gnu-build-system.scm (%parallel-job-count): New variable. (build, check): Use it instead of $NIX_BUILD_CORES. * guix-build.in (guix-build): Default to 0 for the #:build-cores option. Ludovic Courtès
2012-09-04guix-build: Add `--derivations'.•••* guix-build.in (show-help): Add `--derivations'. (%options): Likewise. (guix-build): Handle it. Ludovic Courtès
2012-09-04guix-build: Add `--source'.•••* guix-build.in (derivations-from-package-expressions): Add `source?' parameter. Honor it. (show-help): Add `--source'. (%options): Likewise. (guix-build): Honor `--source'. Ludovic Courtès
2012-08-31guix-build: Fix the "unrecognized option" error message.•••* guix-build.in (guix-build): Show the option name when an unrecognized option is passed. Ludovic Courtès
2012-07-12guix-build: Default the number of build cores to (current-processor-count).•••* guix-build.in (guix-build): Use (current-processor-count) build cores by default. Ludovic Courtès
2012-07-07guix-build: Add `--cores'.•••* 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'. Ludovic Courtès
2012-07-02guix-build: Display multiple outputs when needed.•••* guix-build.in (guix-build): Display multiple outputs when there's more than one. Ludovic Courtès
2012-07-01Add `guix-build'.•••* 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'. Ludovic Courtès