summaryrefslogtreecommitdiff
path: root/guix/scripts/build.scm
Commit message (Expand)AuthorAge
* guix build: Print hints when -s or --target is passed an invalid string.Ludovic Courtès2022-08-04
* Move (gnu platform) and (gnu platforms ...) to guix/.Josselin Poiret2022-05-25
* scripts: build: Highlight the current system with --list-systems.Mathieu Othacehe2022-05-22
* scripts: Add --list-systems and --list-targets options.Mathieu Othacehe2022-05-22
* guix build: Warn when attempting to build an unsupported package.Ludovic Courtès2022-02-18
* Revert "guix build: Autoload (gnu packages)."Ludovic Courtès2021-06-29
* guix build: Autoload (gnu packages).Ludovic Courtès2021-06-29
* guix build: Emit "nothing to do" warning only when needed.Ludovic Courtès2021-05-28
* scripts: Commands warn when passed zero arguments.Ludovic Courtès2021-05-28
* scripts: Scripts that defaulted to -v2 now default to -v3.Ludovic Courtès2021-03-31
* guix package: Autoload Guile-JSON and (guix describe).Ludovic Courtès2021-03-19
* transformations: Show '--help-transform' only where applicable.Ludovic Courtès2020-11-21
* guix build: Expose log-url for third parties.John Soo2020-11-13
* guix build: Move transformation options to (guix transformations).Ludovic Courtès2020-10-31
* guix build: 'options->transformation' no longer takes a 'store' parameter.Ludovic Courtès2020-10-31
* guix build: Remove unnecessary (replacement #f).Ludovic Courtès2020-10-31
* guix build: 'package-with-source' no longer takes a 'store' parameter.Ludovic Courtès2020-10-31
* guix build: Move package transformation options behind '--help-transform'.Ludovic Courtès2020-10-20
* guix build: Add '--with-debug-info'.Ludovic Courtès2020-10-20
* guix build: Add '--with-c-toolchain'.Ludovic Courtès2020-10-12
* guix build: Record package transformations in manifest entries.Ludovic Courtès2020-10-02
* guix build: Add a hint for unspecified value.Julien Lepiller2020-09-29
* guix build: Add '--without-tests'.Ludovic Courtès2020-09-27
* guix: scripts: build: Mention 'PACKAGE' in '--with-source' option.zimoun2020-09-21
* scripts: Use 'define-command' and have 'guix help' use that.Ludovic Courtès2020-09-10
* scripts: Pass #:verbosity to 'build-notifier'.Ludovic Courtès2020-08-03
* scripts/build: options->things-to-build: Handle .json files.Ricardo Wurmus2020-04-16
* '--dry-run' no longer implies '--no-grafts'.Ludovic Courtès2020-03-29
* guix build: Use 'map/accumulate-builds'.Ludovic Courtès2020-03-29
* guix build: Use 'with-build-handler'.Ludovic Courtès2020-03-22
* guix build: Parameterize '%graft?' upfront.Ludovic Courtès2020-03-05
* guix build: Allow non-package objects in manifest.Ludovic Courtès2020-03-05
* guix build: Add '--manifest' option.Marius Bakke2020-02-14
* guix build, archive, graph: Disable absolute file port name canonicalization.Ludovic Courtès2020-01-24
* More module autoload changes.Ludovic Courtès2020-01-07
* Adjust module autoloads.Ludovic Courtès2020-01-06
* guix build: '--keep-failed' implies '--no-offload'.Ludovic Courtès2019-11-26
* Use 'offload?' instead of 'build-hook?' internally.Ludovic Courtès2019-11-26
* guix build, daemon: Rename "--no-build-hook" to "--no-offload".Ludovic Courtès2019-11-26
* guix build: Handle "guix build /….drv" correctly for non-existent derivations.Ludovic Courtès2019-11-17
* guix build: Remove obsolete TODO.Ludovic Courtès2019-10-25
* guix build: Warn when '--keep-failed' is passed to a remote daemon.Ludovic Courtès2019-10-25
* guix build: '--with-commit' recognizes "v[0-9]" tags.Ludovic Courtès2019-07-26
* guix build: '--log-file' no longer returns several log files.Ludovic Courtès2019-06-23
* guix build: Use 'warning' for warnings.Ludovic Courtès2019-06-23
* guix build: '--log-file' looks for build logs of equivalent derivations.Ludovic Courtès2019-06-18
* guix build: Gracefully handle invalid '--with-git-url' specs.Ludovic Courtès2019-05-14
* build: Change default substitute server to "ci.guix.gnu.org".Ludovic Courtès2019-05-01
* guix build: Accept multiple '-s' options.Ludovic Courtès2019-04-19
* guix build: Fix relative file name canonicalization for '--root'.Ludovic Courtès2019-04-15