aboutsummaryrefslogtreecommitdiff
path: root/tests/pki.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-04-07 13:34:34 -0400
committerLeo Famulari <leo@famulari.name>2021-04-08 15:12:05 -0400
commitc44dd82a6654aae8faea9a3a35370200d0337c07 (patch)
treedbbfa8a557493cac3293f584500c3c8e69673f58 /tests/pki.scm
parent1cdf95c14fe77aab2b279edacf1acc15efe3aa54 (diff)
downloadguix-c44dd82a6654aae8faea9a3a35370200d0337c07.tar.gz
guix-c44dd82a6654aae8faea9a3a35370200d0337c07.zip
gnu: linux-libre 5.4: Update to 5.4.110.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.110. (linux-libre-5.4-pristine-source): Update hash.
Diffstat (limited to 'tests/pki.scm')
0 files changed, 0 insertions, 0 deletions
lt;ludo@gnu.org> Brian Cully 2022-05-18services: Make <service-type> 'description' field mandatory....* gnu/services.scm (<service-type>)[description]: Remove default value. * tests/services.scm: Add 'description' field to each 'service-type' form. Ludovic Courtès 2022-04-10services: Test 'shepherd-service-upgrade' with transient services....This is a followup to eeb8ac43c8c0b0cc69422766070dbefc55f5c5c1. * tests/services.scm ("shepherd-service-upgrade: transient service"): New test. Ludovic Courtès 2022-04-10services: herd: Adjust to <live-service> changes....This is a followup to a2c759c8304c461d096ab763568e7f71546ff4e8. * guix/scripts/system/reconfigure.scm (running-services): Fill in the 'transient?' field of <live-service>. * tests/services.scm ("shepherd-service-upgrade: one unchanged, one upgraded, one new") ("shepherd-service-upgrade: service depended on is not unloaded") ("shepherd-service-upgrade: obsolete services that depend on each other"): Adjust calls to 'live-service'. Ludovic Courtès