summaryrefslogtreecommitdiff
path: root/guix/scripts/build.scm
AgeCommit message (Expand)Author
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
2019-01-11guix build: Re-purpose '--verbosity' and add '--debug'....Ludovic Courtès
2019-01-05guix build: Honor '--system' for file-like objects and gexps....Ludovic Courtès
2018-12-04build: Default to https://ci.guix.info for substitutes....Ludovic Courtès
2018-11-30guix build: Add '--with-commit'....Ludovic Courtès
2018-11-30guix build: Add '--with-branch' transformation option....Ludovic Courtès
2018-10-15status: Build upon multiplexed build output....Ludovic Courtès
2018-10-09guix build: '-f' accepts file-like objects....Ludovic Courtès
2018-09-27Add (guix status) and use it for pretty colored output....Ludovic Courtès
2018-09-11guix: Do not close current-error-port....Ricardo Wurmus
2018-09-09ui: Add soft port for styling and filtering build output....Ricardo Wurmus
2018-05-04guix build: Nicely report unbound variables with hints....Ludovic Courtès
2018-03-26guix build: 'guix build --log-file' gracefully reports certificate errors....Ludovic Courtès
2017-12-23guix build: Support '--with-source=PACKAGE@VERSION=URI'....Ludovic Courtès
2017-09-28guix: Revert accidentally committed changes....Ricardo Wurmus
2017-09-28import: Add JSON importer....Ricardo Wurmus
2017-06-12derivations: Introduce 'read-derivation-from-file'....Ludovic Courtès
2017-05-03ui: Rename '_' to 'G_'....Ludovic Courtès
2017-04-06build: Add and export procedure 'register-root*'....Chris Marusich
2017-04-05build: Export register-root procedure....Chris Marusich
2017-01-28Add (guix memoization)....Ludovic Courtès
2017-01-19guix environment, build: Allow absolute file names with '--root'....Ludovic Courtès
2017-01-15guix build: Add '--repair'....Ludovic Courtès
2017-01-15guix build: Do not force 'build-cores', 'max-build-jobs', and 'max-silent-time'....Ludovic Courtès
2016-12-21guix build: '--with-source' overrides the 'replacement' of a package....Ludovic Courtès
2016-10-17guix build: Add '--with-graft'....Ludovic Courtès
2016-10-17guix build: Factorize transformation option parsing....Ludovic Courtès
2016-10-17guix build: Extract '--with-input' replacement spec parsing....Ludovic Courtès
2016-09-27guix build: Gracefully handle packages without source for '-S'....Ludovic Courtès
2016-09-20ui: Do not shadow '_' where it's used as a literal syntax match....Ludovic Courtès
2016-09-01guix build: Rewrite '--with-input' in terms of 'package-input-rewriting'....Ludovic Courtès
2016-08-28guix scripts: Disable grafting on dry runs....Roel Janssen
2016-05-14guix build: Catch 'getaddrinfo-error' for '--log-file'....Ludovic Courtès
2016-05-14guix build: Do not show what to build when '-d' is used....Ludovic Courtès
2016-05-04utils: Move combinators to (guix combinators)....Ludovic Courtès
2016-03-23guix build: '--with-source' correctly matches versioned file names....Ludovic Courtès