aboutsummaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-01-10 21:51:18 +0100
committerLudovic Courtès <ludo@gnu.org>2021-02-01 17:32:35 +0100
commit60d72f536437bcef2a4e02faa1fe0c8076049fcc (patch)
tree77380eb1131be04537c3c69cfeb5a8addd4de62f /gnu/services
parent1b88b7bad297a97bbbe5334eacb501aadc8ddf8a (diff)
downloadguix-60d72f536437bcef2a4e02faa1fe0c8076049fcc.tar.gz
guix-60d72f536437bcef2a4e02faa1fe0c8076049fcc.zip
channels: Add 'channel->code'.
* guix/channels.scm (channel->code): New procedure, taken from... * guix/scripts/describe.scm (channel->sexp): ... here. Adjust callers accordingly.
Diffstat (limited to 'gnu/services')
0 files changed, 0 insertions, 0 deletions
(commencement-packages): ... this, and turn into a procedure. Filter packages that pass 'supported-package?'. (cuirass-jobs): Adjust accordingly. 2021-07-09ci: Add bootstrap packages to the core subset.Mathieu Othacehe * gnu/ci.scm (%bootstrap-packages): New variable. (cuirass-jobs): Add it to the core subset. 2021-07-09ci: Add bootstrap packages to the core subset.Mathieu Othacehe * gnu/ci.scm (%bootstrap-packages): New variable. (cuirass-jobs): Add it to the core subset. 2021-07-05ci: Change "core" subset to include the latest GCC and Guile.Ludovic Courtès * gnu/ci.scm (%core-packages): Replace GCC-7 by GCC-11 and GUILE-2.0 by GUILE-3.0. 2021-07-03ci: Remove duplicate ".SYSTEM" extension for cross-compilation jobs.Ludovic Courtès * gnu/ci.scm (package-cross-job): Remove ".SYSTEM". 2021-05-25ci: Add derivation inputs.Mathieu Othacehe * gnu/ci.scm (derivation->job): Add the derivation inputs to the job association list. 2021-05-25ci: Add derivation inputs.Mathieu Othacehe * gnu/ci.scm (derivation->job): Add the derivation inputs to the job association list. 2021-04-28ci: Add custom subset.Mathieu Othacehe * gnu/ci.scm (cuirass-jobs): Add 'custom susbset. 2021-04-28ci: Add arguments->systems procedure.Mathieu Othacehe * gnu/ci.scm (arguments->systems): New procedure. (cuirass-jobs): Use it. 2021-04-28ci: Factorize image->job procedure.Mathieu Othacehe * gnu/ci.scm (image-jobs): Extract ->job procedure into ... (image->job): ... this new procedure. 2021-04-18ci: tarball: Use "current-guix" as profile name.Mathieu Othacehe Fixes: <https://issues.guix.gnu.org/47841>. * gnu/ci.scm (tarball-jobs): Use "current-guix" as profile name. 2021-04-12ci: Fix system-tests subset.Mathieu Othacehe * gnu/ci.scm (system-test-jobs): Make sure that "all-system-tests" is also covered by the "current-guix-package" parameter. 2021-04-08ci: Introduce new subsets.Mathieu Othacehe Introduce 'images, 'system-tests and 'tarball subsets. * gnu/ci.scm (cuirass-jobs): Break the 'all subset into smaller subsets. 2021-04-08ci: Remove the job period argument.Mathieu Othacehe Cuirass now deals with periodicity directly on specifications. * gnu/ci.scm (derivation->job): Remove the period argument. (image-jobs, system-test-jobs, tarball-jobs): Adapt them. 2021-03-23ci: %cross-targets: Add powerpc64le-linux-gnu.Chris Marusich * gnu/ci.scm (%cross-targets): Add an entry for powerpc64le-linux-gnu.