[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (b4ab965 -> a9a67da)
From: |
guix-commits |
Subject: |
branch master updated (b4ab965 -> a9a67da) |
Date: |
Sat, 8 May 2021 01:06:15 -0400 (EDT) |
apteryx pushed a change to branch master
in repository guix.
from b4ab965 gnu: linux-libre: Default to schedutil cpufreq governor on
arm and arm64.
new 1a2704a services: configuration: Avoid a compilation warning.
new 3f9a12d services: configuration: Allow disabling serialization.
new b3e99d3 services: configuration: Allow specifying a custom serializer.
new dd0826f services: configuration: Fix %location accessor name.
new a77e3a5 services: configuration: Add tests.
new a9a67da services: docker: Disable configuration serialization.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 1 +
gnu/services/configuration.scm | 161 ++++++++++++++++++++++-----------------
gnu/services/docker.scm | 10 +--
tests/services/configuration.scm | 83 ++++++++++++++++++++
4 files changed, 179 insertions(+), 76 deletions(-)
create mode 100644 tests/services/configuration.scm
- branch master updated (b4ab965 -> a9a67da),
guix-commits <=
- 03/06: services: configuration: Allow specifying a custom serializer., guix-commits, 2021/05/08
- 01/06: services: configuration: Avoid a compilation warning., guix-commits, 2021/05/08
- 02/06: services: configuration: Allow disabling serialization., guix-commits, 2021/05/08
- 04/06: services: configuration: Fix %location accessor name., guix-commits, 2021/05/08
- 05/06: services: configuration: Add tests., guix-commits, 2021/05/08
- 06/06: services: docker: Disable configuration serialization., guix-commits, 2021/05/08