Age | Commit message (Expand) | Author |
2020-10-01 | ci: Add log and outputs keys....Add 'log and 'outputs properties to hydra objects. This way Cuirass won't
have to go through every derivation to add those properties.
* gnu/ci.scm (package->alist, image-jobs, system-test-jobs, tarball-jobs): Add
'log and 'outputs properties.
* build-aux/hydra/guix-modular.scm (build-job): Ditto.
| Mathieu Othacehe |
2020-10-01 | ci: Add nix-name and system keys....Add 'nix-name and 'system properties to hydra objects. This way Cuirass won't
have to go through every derivation to add those properties.
* gnu/ci.scm (package->alist, image-jobs, system-test-jobs, tarball-jobs): Add
'nix-name and 'system properties.
* build-aux/hydra/guix-modular.scm (build-job): Ditto.
| Mathieu Othacehe |
2020-03-05 | hydra: Remove uses of _IOLBF...._IOLBF & co. were deprecated in Guile 2.2 and removed in 3.0.
* build-aux/hydra/gnu-system.scm: Pass 'line instead of _IOLBF to 'setvbuf'.
* build-aux/hydra/guix-modular.scm: Likewise.
| Ludovic Courtès |
2018-06-10 | hydra: guix-modular: Build the full Guix....* build-aux/hydra/guix-modular.scm (build-job): Pass #:pull-version to
BUILD.
| Ludovic Courtès |
2018-04-08 | hydra: guix-modular: Honor the 'systems' argument....* build-aux/hydra/guix-modular.scm (hydra-jobs)[systems]: Define as in
gnu-system.scm.
Honor SYSTEMS.
| Ludovic Courtès |
2018-04-08 | hydra: guix-modular: Explicitly build for the latest 2.2....* build-aux/hydra/guix-modular.scm (build-job): Pass #:guile-version to
'build'.
| Ludovic Courtès |
2018-04-08 | hydra: 'guix-modular' jobs use the new 'build-self'....* build-aux/hydra/guix-modular.scm: Remove 'eval-when' form that fiddled
with '%load-path'.
(build-job): Load 'build-aux/build-self.scm' and call the procedure it
returns.
* build-aux/hydra/evaluate.scm: The 'build-things' replacement no longer
calls 'exit'.
| Ludovic Courtès |
2018-04-08 | cuirass: Add job specs for the modular Guix....* build-aux/cuirass/guix-modular.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
| Ludovic Courtès |
2017-11-21 | hydra: Add jobs for the modular Guix....* build-aux/hydra/guix-modular.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
| Ludovic Courtès |