#!@SHELL@ # A shorthand for "guix offload", for use by the daemon. if test "x$GUIX_UNINSTALLED" = "x" then prefix="@prefix@" exec_prefix="@exec_prefix@" exec "@bindir@/guix" offload "$@" else exec guix offload "$@" fi ='Atom feed' href='https://git.koszko.org/guix/atom/build-aux/hydra?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/build-aux/hydra
AgeCommit message (Expand)Author
2016-06-21hydra: Fix the construction of system test jobs....Ludovic Courtès
2016-06-21hydra: 'evaluate' now validates job alists....Ludovic Courtès
2016-06-21hydra: Set the guile-for-build for the test jobs....Ludovic Courtès
2016-06-20hydra: Add jobs for the system tests....Ludovic Courtès
2016-04-13hydra: Add 'hydra-jobs.scm' target to compute the Hydra jobs....Ludovic Courtès
2016-04-13hydra: Really completely disable grafting....Ludovic Courtès
2016-03-24doc: We now need 1 GiB for the installation USB image....Ludovic Courtès
2016-03-03hydra: Completely disable grafting....Ludovic Courtès
2016-03-03hydra: Improve readability....Ludovic Courtès