From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d5dfX-0000Ru-P3 for guix-patches@gnu.org; Tue, 02 May 2017 15:41:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d5dfS-0006kW-SJ for guix-patches@gnu.org; Tue, 02 May 2017 15:41:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53350) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d5dfS-0006kN-Or for guix-patches@gnu.org; Tue, 02 May 2017 15:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d5dfS-0000nv-Im for guix-patches@gnu.org; Tue, 02 May 2017 15:41:02 -0400 Subject: bug#26685: certbot service Resent-Message-ID: References: <87mvb0ubog.fsf@lassieur.org> <8737crmv8h.fsf@lassieur.org> From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur In-reply-to: Date: Tue, 02 May 2017 21:40:39 +0200 Message-ID: <8760hj59oo.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Andy Wingo Cc: 26685@debbugs.gnu.org Andy Wingo writes: > On Sat 29 Apr 2017 11:14, Clément Lassieur writes: > >> Andy Wingo writes: >> >>> BTW if you are interested in using/hacking on this, I think we could >>> just get it into master and patch it from there. WDYT? >> >> Ok! > > Cool :) I guess to do this, we need #26684 first. Would you mind > reviewing it? Sure! I'm doing it. > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26684 > > Maybe there is a nicer way to do that, but it seems like a useful, > not-incompatible change to make, so for me it seems safe to go in. YMMV > though :) > > Andy