summaryrefslogtreecommitdiff
path: root/guix/scripts/build.scm
AgeCommit message (Expand)Author
2021-05-28guix build: Emit "nothing to do" warning only when needed....Ludovic Courtès
2021-05-28scripts: Commands warn when passed zero arguments....Ludovic Courtès
2021-03-31scripts: Scripts that defaulted to -v2 now default to -v3....Ludovic Courtès
2021-03-19guix package: Autoload Guile-JSON and (guix describe)....Ludovic Courtès
2020-11-21transformations: Show '--help-transform' only where applicable....Ludovic Courtès
2020-11-13guix build: Expose log-url for third parties....John Soo
2020-10-31guix build: Move transformation options to (guix transformations)....Ludovic Courtès
2020-10-31guix build: 'options->transformation' no longer takes a 'store' parameter....Ludovic Courtès
2020-10-31guix build: Remove unnecessary (replacement #f)....Ludovic Courtès
2020-10-31guix build: 'package-with-source' no longer takes a 'store' parameter....Ludovic Courtès
2020-10-20guix build: Move package transformation options behind '--help-transform'....Ludovic Courtès
2020-10-20guix build: Add '--with-debug-info'....Ludovic Courtès
2020-10-12guix build: Add '--with-c-toolchain'....Ludovic Courtès
2020-10-02guix build: Record package transformations in manifest entries....Ludovic Courtès
2020-09-29guix build: Add a hint for unspecified value....Julien Lepiller
2020-09-27guix build: Add '--without-tests'....Ludovic Courtès
2020-09-21guix: scripts: build: Mention 'PACKAGE' in '--with-source' option....zimoun
2020-09-10scripts: Use 'define-command' and have 'guix help' use that....Ludovic Courtès
2020-08-03scripts: Pass #:verbosity to 'build-notifier'....Ludovic Courtès
2020-04-16scripts/build: options->things-to-build: Handle .json files....Ricardo Wurmus
2020-03-29'--dry-run' no longer implies '--no-grafts'....Ludovic Courtès
2020-03-29guix build: Use 'map/accumulate-builds'....Ludovic Courtès
2020-03-22guix build: Use 'with-build-handler'....Ludovic Courtès
2020-03-05guix build: Parameterize '%graft?' upfront....Ludovic Courtès
2020-03-05guix build: Allow non-package objects in manifest....Ludovic Courtès
2020-02-14guix build: Add '--manifest' option....Marius Bakke
2020-01-24guix build, archive, graph: Disable absolute file port name canonicalization....Ludovic Courtès
2020-01-07More module autoload changes....Ludovic Courtès
2020-01-06Adjust module autoloads....Ludovic Courtès
2019-11-26guix build: '--keep-failed' implies '--no-offload'....Ludovic Courtès
2019-11-26Use 'offload?' instead of 'build-hook?' internally....Ludovic Courtès
2019-11-26guix build, daemon: Rename "--no-build-hook" to "--no-offload"....Ludovic Courtès
2019-11-17guix build: Handle "guix build /….drv" correctly for non-existent derivations....Ludovic Courtès
2019-10-25guix build: Remove obsolete TODO....Ludovic Courtès
2019-10-25guix build: Warn when '--keep-failed' is passed to a remote daemon....Ludovic Courtès
2019-07-26guix build: '--with-commit' recognizes "v[0-9]" tags....Ludovic Courtès
2019-06-23guix build: '--log-file' no longer returns several log files....Ludovic Courtès
2019-06-23guix build: Use 'warning' for warnings....Ludovic Courtès
2019-06-18guix build: '--log-file' looks for build logs of equivalent derivations....Ludovic Courtès
2019-05-14guix build: Gracefully handle invalid '--with-git-url' specs....Ludovic Courtès
2019-05-01build: Change default substitute server to "ci.guix.gnu.org"....Ludovic Courtès
2019-04-19guix build: Accept multiple '-s' options....Ludovic Courtès
2019-04-15guix build: Fix relative file name canonicalization for '--root'....Ludovic Courtès
2019-03-17guix build: '--with-branch' strips slashes from the version string....Ludovic Courtès
2019-03-17guix build: '--with-commit' makes recursive checkouts....Ludovic Courtès
2019-03-17guix build: Transformation options match packages by spec....Ludovic Courtès
2019-03-17guix build: Factorize 'package-git-url'....Ludovic Courtès
2019-03-17guix build: Add '--with-git-url'....Ludovic Courtès
2019-02-11Avoid name clash with 'build' from (guix store) and (guix status)....Ludovic Courtès
2019-02-08guix build: '--with-branch' & co. fetch submodules....Ludovic Courtès