emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50915: closed ([PATCH] scripts: home: Support dry-run.)


From: GNU bug Tracking System
Subject: bug#50915: closed ([PATCH] scripts: home: Support dry-run.)
Date: Mon, 04 Oct 2021 08:30:02 +0000

Your message dated Mon, 4 Oct 2021 11:27:21 +0300
with message-id <YVq66ctAHEII0AQM@3900XT>
and subject line Re: bug#50915: Acknowledgement ([PATCH] scripts: home: Support 
dry-run.)
has caused the debbugs.gnu.org bug report #50915,
regarding [PATCH] scripts: home: Support dry-run.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50915: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50915
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] scripts: home: Support dry-run. Date: Thu, 30 Sep 2021 16:53:49 +0300
* 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

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#50915: Acknowledgement ([PATCH] scripts: home: Support dry-run.) Date: Mon, 4 Oct 2021 11:27:21 +0300
Patch pushed.

-- 
Efraim Flashner   <efraim@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]