summaryrefslogtreecommitdiff
path: root/guix/scripts/build.scm
Commit message (Expand)AuthorAge
* 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
* guix build: '--with-branch' strips slashes from the version string.Ludovic Courtès2019-03-17
* guix build: '--with-commit' makes recursive checkouts.Ludovic Courtès2019-03-17
* guix build: Transformation options match packages by spec.Ludovic Courtès2019-03-17
* guix build: Factorize 'package-git-url'.Ludovic Courtès2019-03-17
* guix build: Add '--with-git-url'.Ludovic Courtès2019-03-17
* Avoid name clash with 'build' from (guix store) and (guix status).Ludovic Courtès2019-02-11
* guix build: '--with-branch' & co. fetch submodules.Ludovic Courtès2019-02-08
* guix build: Re-purpose '--verbosity' and add '--debug'.Ludovic Courtès2019-01-11
* guix build: Honor '--system' for file-like objects and gexps.Ludovic Courtès2019-01-05
* build: Default to https://ci.guix.info for substitutes.Ludovic Courtès2018-12-04
* guix build: Add '--with-commit'.Ludovic Courtès2018-11-30
* guix build: Add '--with-branch' transformation option.Ludovic Courtès2018-11-30
* status: Build upon multiplexed build output.Ludovic Courtès2018-10-15
* guix build: '-f' accepts file-like objects.Ludovic Courtès2018-10-09
* Add (guix status) and use it for pretty colored output.Ludovic Courtès2018-09-27
* guix: Do not close current-error-port.Ricardo Wurmus2018-09-11
* ui: Add soft port for styling and filtering build output.Ricardo Wurmus2018-09-09
* guix build: Nicely report unbound variables with hints.Ludovic Courtès2018-05-04
* guix build: 'guix build --log-file' gracefully reports certificate errors.Ludovic Courtès2018-03-26
* guix build: Support '--with-source=PACKAGE@VERSION=URI'.Ludovic Courtès2017-12-23
* guix: Revert accidentally committed changes.Ricardo Wurmus2017-09-28
* import: Add JSON importer.Ricardo Wurmus2017-09-28
* derivations: Introduce 'read-derivation-from-file'.Ludovic Courtès2017-06-12
* ui: Rename '_' to 'G_'.Ludovic Courtès2017-05-03
* build: Add and export procedure 'register-root*'.Chris Marusich2017-04-06
* build: Export register-root procedure.Chris Marusich2017-04-05