[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#53476: [PATCH] home: 'reconfigure' checks for potential downgrades.
From: |
Ludovic Courtès |
Subject: |
bug#53476: [PATCH] home: 'reconfigure' checks for potential downgrades. |
Date: |
Fri, 28 Jan 2022 23:56:03 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Ludovic Courtès <ludo@gnu.org> skribis:
> * guix/scripts/home.scm (show-help, %options): Add "--allow-downgrades".
> (%default-options): Remove 'build-mode'; add 'validate-reconfigure'.
> (perform-action): Add #:validate-reconfigure. Call
> 'check-forward-update' when ACTION is 'reconfigure.
> (process-action): Pass #:validate-reconfigure to 'perform-action'.
> * gnu/home/services.scm (home-provenance): Export.
> * doc/guix.texi (Invoking guix home): Document '--allow-downgrades'.
Pushed as 23ccfd3840d957e28fdbe3e3af9f588320c04fe3.
Ludo’.