summaryrefslogtreecommitdiff
path: root/guix/scripts/build.scm
Commit message (Expand)AuthorAge
...
* 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
* Add (guix memoization).Ludovic Courtès2017-01-28
* guix environment, build: Allow absolute file names with '--root'.Ludovic Courtès2017-01-19
* guix build: Add '--repair'.Ludovic Courtès2017-01-15
* guix build: Do not force 'build-cores', 'max-build-jobs', and 'max-silent-time'.Ludovic Courtès2017-01-15
* guix build: '--with-source' overrides the 'replacement' of a package.Ludovic Courtès2016-12-21
* guix build: Add '--with-graft'.Ludovic Courtès2016-10-17
* guix build: Factorize transformation option parsing.Ludovic Courtès2016-10-17
* guix build: Extract '--with-input' replacement spec parsing.Ludovic Courtès2016-10-17
* guix build: Gracefully handle packages without source for '-S'.Ludovic Courtès2016-09-27
* ui: Do not shadow '_' where it's used as a literal syntax match.Ludovic Courtès2016-09-20
* guix build: Rewrite '--with-input' in terms of 'package-input-rewriting'.Ludovic Courtès2016-09-01
* guix scripts: Disable grafting on dry runs.Roel Janssen2016-08-28
* guix build: Catch 'getaddrinfo-error' for '--log-file'.Ludovic Courtès2016-05-14
* guix build: Do not show what to build when '-d' is used.Ludovic Courtès2016-05-14
* utils: Move combinators to (guix combinators).Ludovic Courtès2016-05-04
* guix build: '--with-source' correctly matches versioned file names.Ludovic Courtès2016-03-23
* guix build: Add '--quiet'.Ludovic Courtès2016-03-08
* guix build: Set the build options early.Ludovic Courtès2016-03-05
* guix build: -S returns the replacement's source.Ludovic Courtès2016-03-03
* guix build: Move '--no-grafts' to the common build options.Ludovic Courtès2016-03-02
* derivations: Move grafts to (guix grafts).Ludovic Courtès2016-02-22
* guix build: Add '--with-input'.Ludovic Courtès2016-02-01
* guix build: Separate transformation options.Ludovic Courtès2016-02-01
* guix build: Transformations operate on single objects.Ludovic Courtès2016-02-01