[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59866] [PATCH 0/2] services: mpd: Refactor MPD service
From: |
mirai |
Subject: |
[bug#59866] [PATCH 0/2] services: mpd: Refactor MPD service |
Date: |
Wed, 7 Dec 2022 13:42:53 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 |
It already does! The second commit introduces the bulk of the changes :)
On 2022-12-07 08:59, ( wrote:
> On Tue Dec 6, 2022 at 11:22 PM GMT, wrote:
>> Modernizes and expands 'mpd-service-type'.
>> Performs "pretty-formatting" to the generated configuration file
>> at the cost of a few extra procedures.
>> It also deprecates some of the fields (abbreviated forms).
>>
>> Bruno Victal (2):
>> services: mpd: use 'define-configuration'.
>> services: mpd: Refactor MPD service.
>>
>> doc/guix.texi | 172 +++++++++++--
>> gnu/services/audio.scm | 549 ++++++++++++++++++++++++++++++-----------
>> 2 files changed, 556 insertions(+), 165 deletions(-)
>>
>>
>> base-commit: b94724e8b2102be0fe9d19e9dfe44d6f7101bd4b
>> --
>> 2.38.1
>
> Could you also add support for ``herd configuration'' (added in #59197)?
> -- (
[bug#59866] [PATCH v2] services: mpd: Refactor MPD service., mirai, 2022/12/07
[bug#59866] [PATCH v3] services: mpd: Refactor MPD service., mirai, 2022/12/16
[bug#59866] [PATCH v4 1/2] services: mpd: use 'define-configuration'., mirai, 2022/12/21