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

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

[debbugs-tracker] bug#29739: closed ([PATCH] services: certbot: Fix cert


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29739: closed ([PATCH] services: certbot: Fix certbot renewal job.)
Date: Sun, 17 Dec 2017 20:54:02 +0000

Your message dated Sun, 17 Dec 2017 20:52:58 +0000
with message-id <address@hidden>
and subject line Re: [bug#29739] [PATCH] services: certbot: Fix certbot renewal 
job.
has caused the debbugs.gnu.org bug report #29739,
regarding [PATCH] services: certbot: Fix certbot renewal job.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29739: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29739
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] services: certbot: Fix certbot renewal job. Date: Sat, 16 Dec 2017 19:18:43 +0000
Quote the list of hosts, to avoid generating a broken job definition.

* gnu/services/certbot.scm (certbot-renewal-jobs): Quote the hosts when
  passing them in to the job gexp.
---
 gnu/services/certbot.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/certbot.scm b/gnu/services/certbot.scm
index dc072ea8d..0d72a4b70 100644
--- a/gnu/services/certbot.scm
+++ b/gnu/services/certbot.scm
@@ -72,7 +72,7 @@
                                (string-concatenate
                                 (map (lambda (host)
                                        (string-append " -d " host))
-                                     #$hosts))))))))))
+                                     '#$hosts))))))))))
 
 (define certbot-activation
   (match-lambda
-- 
2.15.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#29739] [PATCH] services: certbot: Fix certbot renewal job. Date: Sun, 17 Dec 2017 20:52:58 +0000 User-agent: mu4e 0.9.18; emacs 25.3.1
Ludovic Courtès <address@hidden> writes:

> Christopher Baines <address@hidden> skribis:
>
>> Quote the list of hosts, to avoid generating a broken job definition.
>>
>> * gnu/services/certbot.scm (certbot-renewal-jobs): Quote the hosts when
>>   passing them in to the job gexp.
>
> Good catch, LGTM!

Great, I've now pushed this :)

Thanks for reviewing.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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