summaryrefslogtreecommitdiff
path: root/build-aux/hydra/guix.scm
AgeCommit message (Collapse)Author
2016-01-13hydra: Add missing phase and inputs for 'make dist' job.Ludovic Courtès
* build-aux/hydra/guix.scm (tarball-package): Inherit from 'guix-devel' rather than 'guix'. Pass #:phases to 'dist-package'.
2015-10-14hydra: Add Graphviz and help2man as inputs to the Guix job set.Ludovic Courtès
* build-aux/hydra/guix.scm (tarball-package): Add GRAPHVIZ and HELP2MAN to 'native-inputs' of GUIX.
2015-05-02hydra: Update Guix job set.Ludovic Courtès
* build-aux/hydra/guix.scm (tarball-package): Remove 'nix-checkout' parameter. Remove 'arguments', 'native-inputs', and 'location' fields. Adjust caller accordingly. (hydra-jobs): Remove 'nix-checkout'.
2014-01-18hydra: Add debugging for the Guix job set.Ludovic Courtès
* build-aux/hydra/guix.scm: Set '%load-verbosely'.
2013-09-18hydra: Pass the directory name of the Nix checkout.Ludovic Courtès
* build-aux/hydra/guix.scm (hydra-jobs): Extract the 'file-name' item from NIX-CHECKOUT, and pass that to 'tarball-package'.
2013-09-18hydra: Fix typo.Ludovic Courtès
* build-aux/hydra/guix.scm (tarball-package): Unquote 'nix-checkout'.
2013-09-18hydra: Add missing import.Ludovic Courtès
* build-aux/hydra/gnu-system.scm, build-aux/hydra/guix.scm: Use (guix derivations).
2013-09-18hydra: Return the .drv file names, not the <derivation> objects.Ludovic Courtès
* build-aux/hydra/gnu-system.scm (package->alist): Call 'derivation-file-name' on the result of 'package-derivation'. * build-aux/hydra/guix.scm (package->alist): Likewise.
2013-09-18hydra: Point the Git submodule to our local copy.Ludovic Courtès
* build-aux/hydra/guix.scm (tarball-package): Add 'nix-checkout' parameter. Replace 'patch-bootstrap-script' phase by 'set-nix-module'. (hydra-jobs): Get the 'nix' value from ARGUMENTS, and pass it to 'tarball-package'.
2013-09-03hydra: Add Graphviz as an input to the "tarball" job.Ludovic Courtès
* build-aux/hydra/guix.scm (tarball-package): Add GRAPHVIZ to `native-inputs'.
2013-09-03hydra: Add Git as an input to the "tarball" job.Ludovic Courtès
* build-aux/hydra/guix.scm (tarball-package): Add `native-inputs' field.
2013-08-25hydra: Comment out all Git invocations in `bootstrap'.Ludovic Courtès
* build-aux/hydra/guix.scm (tarball-package): Comment out all `git' invocations.
2013-08-25hydra: Add missing import.Ludovic Courtès
* build-aux/hydra/guix.scm: Use (srfi srfi-26).
2013-08-25hydra: Return a symbol/thunk pair.Ludovic Courtès
* build-aux/hydra/guix.scm (hydra-jobs): Return a symbol/thunk pair.
2013-08-24hydra: Extract the actual file name from the Guix checkout.Ludovic Courtès
* build-aux/hydra/guix.scm (hydra-jobs): Extract the `file-name' part of CHECKOUT.
2013-08-24hydra: Add job to run "make distcheck" on Guix.Ludovic Courtès
* build-aux/hydra/guix.scm: New file. * Makefile.am (EXTRA_DIST): Add it.