aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/file-sharing.scm
diff options
context:
space:
mode:
authorVincent Legoll <vincent.legoll@gmail.com>2021-02-06 17:24:28 +0100
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-11-11 10:31:15 -0500
commitf1240adb9fe434aa7854bc0c8f0081e50389ca25 (patch)
treee49255a666ca839fbda8721d45f4777cf83f7816 /gnu/tests/file-sharing.scm
parentf09563abb3cda1fe0d3a12e43c8f5382fb50d4c3 (diff)
downloadguix-f1240adb9fe434aa7854bc0c8f0081e50389ca25.tar.gz
guix-f1240adb9fe434aa7854bc0c8f0081e50389ca25.zip
gnu: json-c: Update to 0.15.
* gnu/packages/web.scm (json-c): Update to 0.15. [source]: Remove obsolete patch 'json-c-CVE-2020-12762.patch'. * gnu/packages/patches/json-c-CVE-2020-12762.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/tests/file-sharing.scm')
0 files changed, 0 insertions, 0 deletions
pan class='msg-tooltip'>Rather than hardcoding a particular guile in the service definition. * gnu/services/guix.scm (bffe-shepherd-services): Use guile from the package. * gnu/packages/package-management.scm (bffe)[inputs]: Remove unnecessary guile-next input. Christopher Baines 2023-09-15services: guix: Add bffe-service-type....This is intended to replace the functionality of the Guix Build Coordinator queue builds script, and also provide a web interface for build farms. * gnu/services/guix.scm (<bffe-configuration>): New record type. (bffe-configuration, bffe-configuration?, bffe-configuration-package, bffe-configuration-user, bffe-configuration-group, bffe-configuration-arguments bffe-configuration-extra-environment-variables): New procedures. (bffe-service-type): New variable. * gnu/tests/guix.scm (%test-bffe): New variable. * doc/guix.texi (Guix Services): Document the new service. Christopher Baines 2023-08-26services: nar-herder: Specify a working directory....Mostly so that core dumps end up here. * gnu/services/guix.scm (nar-herder-shepherd-services): Specify a working directory. Christopher Baines 2023-08-26services: guix-data-service: Specify a working directory....Mostly so that core dumps end up here. * gnu/services/guix.scm (guix-data-service-shepherd-services): Specify a working directory. Christopher Baines 2023-08-26services: guix-build-coordinator: Specify a working directory....Mostly so that core dumps end up here. * gnu/services/guix.scm (guix-build-coordinator-shepherd-services): Specify a working directory. Christopher Baines 2023-08-21services: Add missing 'user-processes' requirements....* gnu/services/guix.scm (guix-build-coordinator-agent-shepherd-services): Add 'user-processes' requirement. * gnu/services/linux.scm (earlyoom-shepherd-service): Likewise. Ludovic Courtès 2023-07-26services: guix-data-service: Unlink the two shepherd services....So that they can be restarted in dependently. * gnu/services/guix.scm (guix-data-service-shepherd-services): Don't require the main service from the jobs service. Christopher Baines