[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42849] [PATCH 1/3] install: Factorize cow-store procedure.
From: |
Ludovic Courtès |
Subject: |
[bug#42849] [PATCH 1/3] install: Factorize cow-store procedure. |
Date: |
Sun, 30 Aug 2020 21:51:44 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi!
Mathieu Othacehe <othacehe@gnu.org> skribis:
> Move the cow-store procedure from the service declaration in (gnu system
> install) to (gnu build install), so that it can be called from within a
> different context than Shepherd.
>
> * gnu/build/install.scm (mount-cow-store, umount-cow-store): New procedures.
> * gnu/system/install.scm (make-cow-store): Remove it,
> (cow-store-service-type): adapt it accordingly.
Nitpick: Unlike K&R back then, I think we can afford the ‘n’ in
‘unmount’. :-)
Other than that LGTM!
Ludo’.