From unknown Fri Jun 20 18:10:03 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#35794 <35794@debbugs.gnu.org> To: bug#35794 <35794@debbugs.gnu.org> Subject: Status: [PATCH] services: guix-publish: Log to a file. Reply-To: bug#35794 <35794@debbugs.gnu.org> Date: Sat, 21 Jun 2025 01:10:03 +0000 retitle 35794 [PATCH] services: guix-publish: Log to a file. reassign 35794 guix-patches submitter 35794 Christopher Baines severity 35794 normal tag 35794 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat May 18 17:47:25 2019 Received: (at submit) by debbugs.gnu.org; 18 May 2019 21:47:25 +0000 Received: from localhost ([127.0.0.1]:33108 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hS7Ar-0001mx-2b for submit@debbugs.gnu.org; Sat, 18 May 2019 17:47:25 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33501) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hS7Ao-0001mf-K2 for submit@debbugs.gnu.org; Sat, 18 May 2019 17:47:23 -0400 Received: from lists.gnu.org ([209.51.188.17]:59838) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hS7Aj-0004Cd-Ed for submit@debbugs.gnu.org; Sat, 18 May 2019 17:47:17 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hS7Ai-0005oH-Es for guix-patches@gnu.org; Sat, 18 May 2019 17:47:17 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,UNPARSEABLE_RELAY autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hS6zv-0004sF-Db for guix-patches@gnu.org; Sat, 18 May 2019 17:36:08 -0400 Received: from mira.cbaines.net ([2a01:7e00::f03c:91ff:fe69:8da9]:53820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hS6zv-0004qm-87 for guix-patches@gnu.org; Sat, 18 May 2019 17:36:07 -0400 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id 0C9C517025 for ; Sat, 18 May 2019 22:36:04 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 27765874 for ; Sat, 18 May 2019 21:36:03 +0000 (UTC) From: Christopher Baines To: guix-patches@gnu.org Subject: [PATCH] services: guix-publish: Log to a file. Date: Sat, 18 May 2019 22:36:03 +0100 Message-Id: <20190518213603.31145-1-mail@cbaines.net> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a01:7e00::f03c:91ff:fe69:8da9 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) This makes it easier to read the output, as it's recorded in a file. * gnu/services/base.scm (guix-publish-shepherd-service): Add #:log-file t= o make-forkexec-constructor. --- gnu/services/base.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/services/base.scm b/gnu/services/base.scm index f709ca5519..4593ac202f 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm @@ -1793,7 +1793,8 @@ archive' public keys, with GUIX." #:environment-variables (list (string-append "GUIX_LOCPATH=3D" #$glibc-utf8-locales "/lib/lo= cale") - "LC_ALL=3Den_US.utf8"))) + "LC_ALL=3Den_US.utf8") + #:log-file "/var/log/guix-publish.log")) (stop #~(make-kill-destructor))))))) =20 (define %guix-publish-accounts --=20 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Mon May 20 16:58:19 2019 Received: (at 35794) by debbugs.gnu.org; 20 May 2019 20:58:19 +0000 Received: from localhost ([127.0.0.1]:38143 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hSpMQ-0001LS-Tl for submit@debbugs.gnu.org; Mon, 20 May 2019 16:58:19 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34480) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hSpMO-0001LE-Sg for 35794@debbugs.gnu.org; Mon, 20 May 2019 16:58:17 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hSpMJ-0006td-Cw; Mon, 20 May 2019 16:58:11 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=57924 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hSpMI-0000RY-Fd; Mon, 20 May 2019 16:58:11 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Christopher Baines Subject: Re: [bug#35794] [PATCH] services: guix-publish: Log to a file. References: <20190518213603.31145-1-mail@cbaines.net> Date: Mon, 20 May 2019 22:58:08 +0200 In-Reply-To: <20190518213603.31145-1-mail@cbaines.net> (Christopher Baines's message of "Sat, 18 May 2019 22:36:03 +0100") Message-ID: <87ef4sq1wf.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35794 Cc: 35794@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Christopher Baines skribis: > This makes it easier to read the output, as it's recorded in a file. > > * gnu/services/base.scm (guix-publish-shepherd-service): Add #:log-file to > make-forkexec-constructor. LGTM! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon May 20 16:59:18 2019 Received: (at 35794) by debbugs.gnu.org; 20 May 2019 20:59:18 +0000 Received: from localhost ([127.0.0.1]:38148 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hSpNO-0001NJ-7t for submit@debbugs.gnu.org; Mon, 20 May 2019 16:59:18 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34642) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hSpNN-0001N6-06 for 35794@debbugs.gnu.org; Mon, 20 May 2019 16:59:17 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hSpNH-0007NP-PG; Mon, 20 May 2019 16:59:11 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=57926 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hSpNG-0001v8-Ex; Mon, 20 May 2019 16:59:11 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Christopher Baines Subject: Re: [bug#35794] [PATCH] services: guix-publish: Log to a file. References: <20190518213603.31145-1-mail@cbaines.net> Date: Mon, 20 May 2019 22:59:08 +0200 In-Reply-To: <20190518213603.31145-1-mail@cbaines.net> (Christopher Baines's message of "Sat, 18 May 2019 22:36:03 +0100") Message-ID: <878sv0q1ur.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35794 Cc: 35794@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Christopher Baines skribis: > + #:log-file "/var/log/guix-publish.log")) It=E2=80=99d probably make sense to extend =E2=80=98rottlog-service-type=E2= =80=99 in a subsequent patch so that this file is automatically rotated (especially since it can grow pretty quickly.) Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri May 31 13:28:20 2019 Received: (at 35794) by debbugs.gnu.org; 31 May 2019 17:28:20 +0000 Received: from localhost ([127.0.0.1]:36088 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hWlKG-0004AN-GF for submit@debbugs.gnu.org; Fri, 31 May 2019 13:28:20 -0400 Received: from mira.cbaines.net ([212.71.252.8]:53242) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hWlKE-0004A7-55 for 35794@debbugs.gnu.org; Fri, 31 May 2019 13:28:18 -0400 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id D2C5617030 for <35794@debbugs.gnu.org>; Fri, 31 May 2019 18:28:11 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id e5cf13ae for <35794@debbugs.gnu.org>; Fri, 31 May 2019 17:28:11 +0000 (UTC) From: Christopher Baines To: 35794@debbugs.gnu.org Subject: [PATCH] services: guix-publish: Configure log rotation. Date: Fri, 31 May 2019 18:28:11 +0100 Message-Id: <20190531172811.15086-1-mail@cbaines.net> X-Mailer: git-send-email 2.21.0 In-Reply-To: <878sv0q1ur.fsf@gnu.org> References: <878sv0q1ur.fsf@gnu.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35794 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/services/base.scm (%guix-publish-log-rotations): New variable. (guix-publish-service-type): Extend the rottlog-service-type. --- gnu/services/base.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gnu/services/base.scm b/gnu/services/base.scm index 4593ac202f..1b3beb1c75 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm @@ -1807,6 +1807,10 @@ archive' public keys, with GUIX." (home-directory "/var/empty") (shell (file-append shadow "/sbin/nologin"))))) +(define %guix-publish-log-rotations + (list (log-rotation + (files (list "/var/log/guix-publish.log"))))) + (define (guix-publish-activation config) (let ((cache (guix-publish-configuration-cache config))) (if cache @@ -1828,6 +1832,8 @@ archive' public keys, with GUIX." guix-publish-shepherd-service) (service-extension account-service-type (const %guix-publish-accounts)) + (service-extension rottlog-service-type + (const %guix-publish-log-rotations)) (service-extension activation-service-type guix-publish-activation))) (default-value (guix-publish-configuration)) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Fri May 31 13:35:36 2019 Received: (at 35794) by debbugs.gnu.org; 31 May 2019 17:35:36 +0000 Received: from localhost ([127.0.0.1]:36101 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hWlRI-0004SY-9f for submit@debbugs.gnu.org; Fri, 31 May 2019 13:35:36 -0400 Received: from mira.cbaines.net ([212.71.252.8]:53250) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hWlRG-0004SQ-K2 for 35794@debbugs.gnu.org; Fri, 31 May 2019 13:35:35 -0400 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id 2D4C61701E; Fri, 31 May 2019 18:35:33 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 2f0eac8e; Fri, 31 May 2019 17:35:32 +0000 (UTC) References: <20190518213603.31145-1-mail@cbaines.net> <878sv0q1ur.fsf@gnu.org> User-agent: mu4e 1.2.0; emacs 26.2 From: Christopher Baines To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#35794] [PATCH] services: guix-publish: Log to a file. In-reply-to: <878sv0q1ur.fsf@gnu.org> Date: Fri, 31 May 2019 18:35:32 +0100 Message-ID: <871s0emsrf.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 35794 Cc: 35794@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Christopher Baines skribis: > >> + #:log-file "/var/log/guix-publish.log")) > > It=E2=80=99d probably make sense to extend =E2=80=98rottlog-service-type= =E2=80=99 in a > subsequent patch so that this file is automatically rotated (especially > since it can grow pretty quickly.) Sure, I've set another patch to this effect. I'm not sure what the optimal rotation frequency is, or what the options are, so I've just left it as the default for now. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAlzxZeRfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9Xf20A//U208N3UfrfEXNhsOIm22k2rksQ9hm/tcAcMU1UeGEo3io0kuOEZHaWB6 6o5aKasjrHbxfoIlVDKq9/liZnyY5gJLoW4qKbjQZDQJqQzwZyJjPkL8ELkQysYj +LM/NHZdKunD+aRBnrt6GQBQjD0pjsO1l0Nn98o74/sNmKW/PE2YwyTtEqnj4dvZ SnyqrMpr5Br7nMOikUBcK8H0PLpku8vcSTFBiRt2Mb9ExUpBEu2QMKMbnSQP61YM EN5rKjmbIorMyXOMbthrLfNgEoFa5rTfY25RjlKIuxwE4EWgNNH8Cs+kxtHiib/A Yd7VxnYK57BpO1OsKFBZjLE2U7dEo7cTu6BAHmV3hruWl7ljWJc3XamaE4VJQ5YF q0dfImN9mZcGH4qpTaVUbdWPL2xGKJiP3EtrnFI572RlGoIh9eUQgOuD6QFBhpc8 HG+FSzARkGY3Dclbqd/19FYkMrDDXmQfFnP/rxpR+0hoA0Uo/aifZsRRaDL9/wV1 /3ia0RL2vqKh44pwB6/lEWPnQ4CvTnVl5lon5u7hfOzyLunHWehEmuV+6vwzDjH8 1bgIfjycGjHTm1pdQzfAFyufoH+RjzbGOmLhK0BUj9bgmOAQmbuDTieTnWfRuKM7 RQGAOTSRltwBelimgQWGU33djN5NUA8SxiNC2QF1YyKdGsLcqnQ= =NZHd -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 07 03:45:12 2019 Received: (at 35794) by debbugs.gnu.org; 7 Jun 2019 07:45:12 +0000 Received: from localhost ([127.0.0.1]:51325 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hZ9Yl-0006Dy-QE for submit@debbugs.gnu.org; Fri, 07 Jun 2019 03:45:11 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42415) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hZ9Yl-0006Dj-44 for 35794@debbugs.gnu.org; Fri, 07 Jun 2019 03:45:11 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hZ9Yf-0005aW-Ud; Fri, 07 Jun 2019 03:45:05 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=37676 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hZ9Ye-0002OE-94; Fri, 07 Jun 2019 03:45:04 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Christopher Baines Subject: Re: [bug#35794] [PATCH] services: guix-publish: Configure log rotation. References: <878sv0q1ur.fsf@gnu.org> <20190531172811.15086-1-mail@cbaines.net> Date: Fri, 07 Jun 2019 09:45:02 +0200 In-Reply-To: <20190531172811.15086-1-mail@cbaines.net> (Christopher Baines's message of "Fri, 31 May 2019 18:28:11 +0100") Message-ID: <87blz9j0u9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35794 Cc: 35794@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Christopher Baines skribis: > * gnu/services/base.scm (%guix-publish-log-rotations): New variable. > (guix-publish-service-type): Extend the rottlog-service-type. LGTM! From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 10 03:00:34 2019 Received: (at 35794-done) by debbugs.gnu.org; 10 Jun 2019 07:00:35 +0000 Received: from localhost ([127.0.0.1]:55886 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1haEIE-0003Fg-M9 for submit@debbugs.gnu.org; Mon, 10 Jun 2019 03:00:34 -0400 Received: from mira.cbaines.net ([212.71.252.8]:59090) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1haEIC-0003FY-OY for 35794-done@debbugs.gnu.org; Mon, 10 Jun 2019 03:00:33 -0400 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id D69FE17042; Mon, 10 Jun 2019 08:00:31 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id b62d15ea; Mon, 10 Jun 2019 07:00:31 +0000 (UTC) References: <878sv0q1ur.fsf@gnu.org> <20190531172811.15086-1-mail@cbaines.net> <87blz9j0u9.fsf@gnu.org> User-agent: mu4e 1.2.0; emacs 26.2 From: Christopher Baines To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#35794] [PATCH] services: guix-publish: Configure log rotation. In-reply-to: <87blz9j0u9.fsf@gnu.org> Date: Mon, 10 Jun 2019 08:00:31 +0100 Message-ID: <878su9ylf4.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 35794-done Cc: 35794-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Christopher Baines skribis: > >> * gnu/services/base.scm (%guix-publish-log-rotations): New variable. >> (guix-publish-service-type): Extend the rottlog-service-type. > > LGTM! Great, I've pushed these patches now :) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAlz+AA9fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XfStw/+MAqN1hLvihXn1Gff06FUgBEKTiiFuzVWDyKnvqWeQbxyFMGSdXIF3UOz TpekSQxiwM1bzZljnAHdzTvHh3UYsQuivZcbFwdUPW0ypxhMkuLm3T+NKGbg9Z6R b3EYhDF3stBYroKEMSVL/6Ve/ACglRhKbSIxah6uSYxcqhN88xiIsjLVbwrIHbzK KqMlEcxN/lx8CthmO0LzN5fsgU4k654BlW9mY/6Zax0M9x+qcXdPqHWqj9mxua6i Z8z2GrS0sYdml0ETi2SPJGyOTDgEyo8h09k2MzCrqn1q0TgCoa1bc8Nre4JT0nQG 0tL3RJNihzDXb312WrHOoj3+5jfdk5Gb8/Kty+iC1ySCiY0sKeN40ccMNuA9dAvG gbtZjrO9tjQnuladowx784ndneAwNvi9NPTanKkZEsfXu0a0aQG7k3A55JAjeg75 doJxbZ7BGiey1BtpLvW8G+UoZ6VOKtxK5PP/0SBcoU0WRGoc+1gbZyFA6UsQOYnA gsPPH8Xibth+DuW2H9CcprYHIXvNawjDedNE0dyq9R2Dmbuk68wEO5MEx7qFNcGn TJEPHltqxVnw45Gu/WSGyRkzLMdgmonlC8GX5uYNLRX9um1HiX1w/jLzAWYOniXw NaZSKcVaOf8lipR0szi0QMXi/rAi0CLezxUdU0DD7ytAcJp/Uk8= =hUXF -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 18:10:03 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 08 Jul 2019 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator