GNU bug report logs - #50915
[PATCH] scripts: home: Support dry-run.

Previous Next

Package: guix-patches;

Reported by: Efraim Flashner <efraim <at> flashner.co.il>

Date: Thu, 30 Sep 2021 13:55:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 50915 in the body.
You can then email your comments to 50915 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#50915; Package guix-patches. (Thu, 30 Sep 2021 13:55:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Efraim Flashner <efraim <at> flashner.co.il>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 30 Sep 2021 13:55:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: guix-patches <at> gnu.org
Subject: [PATCH] scripts: home: Support dry-run.
Date: Thu, 30 Sep 2021 16:53:49 +0300
[Message part 1 (text/plain, inline)]
* guix/scripts/home.scm (%options): Add option for dry-run.
---
 guix/scripts/home.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/guix/scripts/home.scm b/guix/scripts/home.scm
index 75df6d707d..87529b0c3c 100644
--- a/guix/scripts/home.scm
+++ b/guix/scripts/home.scm
@@ -107,6 +107,9 @@ (define %options
                  (lambda args
                    (show-help)
                    (exit 0)))
+         (option '(#\n "dry-run") #f #f
+                 (lambda (opt name arg result)
+                   (alist-cons 'dry-run? #t result)))
          (option '(#\V "version") #f #f
                  (lambda args
                    (show-version-and-exit "guix show")))

base-commit: 7b59508ca711d1fe299de3f8d9710da36aeb6829
-- 
2.33.0

[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#50915; Package guix-patches. (Fri, 01 Oct 2021 17:19:02 GMT) Full text and rfc822 format available.

Message #8 received at 50915 <at> debbugs.gnu.org (full text, mbox):

From: Xinglu Chen <public <at> yoctocell.xyz>
To: Efraim Flashner <efraim <at> flashner.co.il>, 50915 <at> debbugs.gnu.org
Subject: Re: [bug#50915] [PATCH] scripts: home: Support dry-run.
Date: Fri, 01 Oct 2021 19:17:57 +0200
[Message part 1 (text/plain, inline)]
On Thu, Sep 30 2021, Efraim Flashner wrote:

> * guix/scripts/home.scm (%options): Add option for dry-run.
> ---
>  guix/scripts/home.scm | 3 +++
>  1 file changed, 3 insertions(+)

LGTM!
[signature.asc (application/pgp-signature, inline)]

Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Mon, 04 Oct 2021 08:30:02 GMT) Full text and rfc822 format available.

Notification sent to Efraim Flashner <efraim <at> flashner.co.il>:
bug acknowledged by developer. (Mon, 04 Oct 2021 08:30:02 GMT) Full text and rfc822 format available.

Message #13 received at 50915-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: 50915-done <at> debbugs.gnu.org
Subject: Re: bug#50915: Acknowledgement ([PATCH] scripts: home: Support
 dry-run.)
Date: Mon, 4 Oct 2021 11:27:21 +0300
[Message part 1 (text/plain, inline)]
Patch pushed.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 01 Nov 2021 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 177 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.