From unknown Mon Jun 16 23:47:47 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#30404 <30404@debbugs.gnu.org> To: bug#30404 <30404@debbugs.gnu.org> Subject: Status: [PATCH] Add cat-avatar-generator-service. Reply-To: bug#30404 <30404@debbugs.gnu.org> Date: Tue, 17 Jun 2025 06:47:47 +0000 retitle 30404 [PATCH] Add cat-avatar-generator-service. reassign 30404 guix-patches submitter 30404 Julien Lepiller severity 30404 normal tag 30404 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 09 15:44:57 2018 Received: (at submit) by debbugs.gnu.org; 9 Feb 2018 20:44:57 +0000 Received: from localhost ([127.0.0.1]:35727 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekFXV-0005kC-FY for submit@debbugs.gnu.org; Fri, 09 Feb 2018 15:44:57 -0500 Received: from eggs.gnu.org ([208.118.235.92]:47958) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekFXT-0005jy-6w for submit@debbugs.gnu.org; Fri, 09 Feb 2018 15:44:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekFXM-0005hE-LR for submit@debbugs.gnu.org; Fri, 09 Feb 2018 15:44:49 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:43406) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ekFXM-0005h8-Gb for submit@debbugs.gnu.org; Fri, 09 Feb 2018 15:44:48 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekFXL-0005Jm-3I for guix-patches@gnu.org; Fri, 09 Feb 2018 15:44:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekFXG-0005ed-32 for guix-patches@gnu.org; Fri, 09 Feb 2018 15:44:47 -0500 Received: from lepiller.eu ([89.234.186.109]:41934) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ekFXF-0005dX-Mu for guix-patches@gnu.org; Fri, 09 Feb 2018 15:44:42 -0500 Received: from localhost (static-176-182-42-79.ncc.abo.bbox.fr [176.182.42.79]) by lepiller.eu (OpenSMTPD) with ESMTPSA id 550e6c0a (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Fri, 9 Feb 2018 20:45:39 +0000 (UTC) Date: Fri, 9 Feb 2018 21:44:09 +0100 From: Julien Lepiller To: guix-patches@gnu.org Subject: [PATCH] Add cat-avatar-generator-service. Message-ID: <20180209214356.640edd8f@lepiller.eu> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/iLQVVYzmLW0t=zJ3apk0.EE" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) 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: -4.0 (----) --MP_/iLQVVYzmLW0t=zJ3apk0.EE Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, attached is a simple and cute package :) It's a simple service that uses the nginx service and the php integration. By the way, if you don't know the author of this package, he's awesome: https://www.peppercarrot.com/ --MP_/iLQVVYzmLW0t=zJ3apk0.EE Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-Add-cat-avatar-generator.patch >From 5375bd9633cb37b3f26d16742fdc451f3296f723 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Fri, 12 Jan 2018 23:08:50 +0100 Subject: [PATCH 1/2] gnu: Add cat-avatar-generator. * gnu/packages/web.scm (cat-avatar-generator): New variable. --- gnu/packages/web.scm | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index fb076433f..d91904d65 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -6217,3 +6217,46 @@ features include: @item logging with multiple log levels. @end enumerate\n") (license l:expat))) + +(define-public cat-avatar-generator + (package + (name "cat-avatar-generator") + (version "1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://framagit.org/Deevad/cat-avatar-generator.git") + (commit "71c0c662742cafe8afd2d2d50ec84243113e35ad"))) + (file-name (string-append name "-" version)) + (sha256 + (base32 + "0s7b5whqsmfa57prbgl66ym551kg6ly0z14h5dgrlx4lqm70y2yw")))) + (build-system trivial-build-system) + (arguments + `(#:modules ((guix build utils) + (srfi srfi-1) + (srfi srfi-26)) + #:builder + (begin + (use-modules (guix build utils) + (srfi srfi-1) + (srfi srfi-26)) + (let ((source (assoc-ref %build-inputs "source")) + (php-dir (string-append %output "/share/web/" ,name "/"))) + ;; The cache directory must not be in the store, but in a writable + ;; location. The webserver will give us this location. + (copy-recursively source php-dir) + (substitute* (string-append php-dir "/cat-avatar-generator.php") + (("\\$cachepath = .*") + "if(isset($_SERVER['CACHE_DIR'])) +$cachepath = $_SERVER['CACHE_DIR']; +else +die('You need to set the CACHE_DIR variable first.');")))))) + (home-page "https://framagit.org/Deevad/cat-avatar-generator") + (synopsis "Random avatar generator") + (description "Cat avatar generator is a generator of cat pictures optimised +to generate random avatars, or defined avatar from a \"seed\". This is a +derivation by David Revoy from the original MonsterID by Andreas Gohr.") + ;; expat for the code, CC-BY 4.0 for the artwork + (license (list l:expat + l:cc-by4.0)))) -- 2.16.1 --MP_/iLQVVYzmLW0t=zJ3apk0.EE Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0002-gnu-Add-cat-avatar-generator-service.patch >From b5e362ac44bf3bd284ba14e886960311b67a4019 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Fri, 12 Jan 2018 23:14:14 +0100 Subject: [PATCH 2/2] gnu: Add cat-avatar-generator-service. * gnu/services/web.scm (cat-avatar-generator-service): New variable. --- gnu/services/web.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/services/web.scm b/gnu/services/web.scm index c1ffe3e05..c4f46ebfc 100644 --- a/gnu/services/web.scm +++ b/gnu/services/web.scm @@ -870,3 +870,22 @@ a webserver.") (string-append "fastcgi_pass unix:" socket ";") "fastcgi_index index.php;" (list "include " nginx-package "/share/nginx/conf/fastcgi.conf;"))))) + +(define* (cat-avatar-generator-service + #:key + (cache-dir "/var/cache/cat-avatar-generator") + (configuration (nginx-server-configuration))) + (simple-service 'cat-http-server nginx-service-type + (list (nginx-server-configuration + (inherit configuration) + (locations + (cons + (let ((base (nginx-php-location))) + (list (nginx-location-configuration + (inherit base) + (body (cons (string-append "fastcgi_param CACHE_DIR \"" + cache-dir "\";") + (nginx-location-configuration-body base)))))) + (nginx-server-configuration-locations configuration))) + (root #~(string-append #$cat-avatar-generator + "/share/web/cat-avatar-generator")))))) -- 2.16.1 --MP_/iLQVVYzmLW0t=zJ3apk0.EE-- From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 09 17:19:32 2018 Received: (at 30404) by debbugs.gnu.org; 9 Feb 2018 22:19:32 +0000 Received: from localhost ([127.0.0.1]:35853 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekH12-0002LJ-0i for submit@debbugs.gnu.org; Fri, 09 Feb 2018 17:19:32 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:51204) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekH0z-0002LB-RI for 30404@debbugs.gnu.org; Fri, 09 Feb 2018 17:19:30 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 4F0DF11387; Fri, 9 Feb 2018 23:19:29 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A9gjMxrJw1C5; Fri, 9 Feb 2018 23:19:27 +0100 (CET) Received: from ribbon (vpn-0-27.aquilenet.fr [IPv6:2a0c:e300:4:27::]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 8B07E10ED3; Fri, 9 Feb 2018 23:19:27 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Julien Lepiller Subject: Re: [bug#30404] [PATCH] Add cat-avatar-generator-service. References: <20180209214356.640edd8f@lepiller.eu> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 21 =?utf-8?Q?Pluvi=C3=B4se?= an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 09 Feb 2018 23:19:17 +0100 In-Reply-To: <20180209214356.640edd8f@lepiller.eu> (Julien Lepiller's message of "Fri, 9 Feb 2018 21:44:09 +0100") Message-ID: <87po5dx0uy.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 30404 Cc: 30404@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 (+) Julien Lepiller skribis: > By the way, if you don't know the author of this package, he's awesome: > https://www.peppercarrot.com/ Looks very nice indeed! > From 5375bd9633cb37b3f26d16742fdc451f3296f723 Mon Sep 17 00:00:00 2001 > From: Julien Lepiller > Date: Fri, 12 Jan 2018 23:08:50 +0100 > Subject: [PATCH 1/2] gnu: Add cat-avatar-generator. > > * gnu/packages/web.scm (cat-avatar-generator): New variable. LGTM. > From b5e362ac44bf3bd284ba14e886960311b67a4019 Mon Sep 17 00:00:00 2001 > From: Julien Lepiller > Date: Fri, 12 Jan 2018 23:14:14 +0100 > Subject: [PATCH 2/2] gnu: Add cat-avatar-generator-service. > > * gnu/services/web.scm (cat-avatar-generator-service): New variable. [...] > +(define* (cat-avatar-generator-service > + #:key > + (cache-dir "/var/cache/cat-avatar-generator") > + (configuration (nginx-server-configuration))) > + (simple-service 'cat-http-server nginx-service-type > + (list (nginx-server-configuration Normally the 3rd argument would be aligned with the 1st here. You=E2=80=99ll hate me for asking that, but could you add a couple of lines= to the manual about this service? Otherwise LGTM! Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 09 17:48:45 2018 Received: (at 30404) by debbugs.gnu.org; 9 Feb 2018 22:48:45 +0000 Received: from localhost ([127.0.0.1]:35862 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekHTI-000368-L0 for submit@debbugs.gnu.org; Fri, 09 Feb 2018 17:48:44 -0500 Received: from lepiller.eu ([89.234.186.109]:49560) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekHTE-00035y-Hu for 30404@debbugs.gnu.org; Fri, 09 Feb 2018 17:48:43 -0500 Received: from localhost (static-176-182-42-79.ncc.abo.bbox.fr [176.182.42.79]) by lepiller.eu (OpenSMTPD) with ESMTPSA id 8a356a0c (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for <30404@debbugs.gnu.org>; Fri, 9 Feb 2018 22:49:43 +0000 (UTC) Date: Fri, 9 Feb 2018 23:48:32 +0100 From: Julien Lepiller To: 30404@debbugs.gnu.org Subject: Re: [bug#30404] [PATCH] Add cat-avatar-generator-service. Message-ID: <20180209234832.6adb3206@lepiller.eu> In-Reply-To: <87po5dx0uy.fsf@gnu.org> References: <20180209214356.640edd8f@lepiller.eu> <87po5dx0uy.fsf@gnu.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 30404 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: -0.0 (/) Le Fri, 09 Feb 2018 23:19:17 +0100, ludo@gnu.org (Ludovic Court=C3=A8s) a =C3=A9crit : > Julien Lepiller skribis: >=20 > > By the way, if you don't know the author of this package, he's > > awesome: https://www.peppercarrot.com/ =20 >=20 > Looks very nice indeed! >=20 > > From 5375bd9633cb37b3f26d16742fdc451f3296f723 Mon Sep 17 00:00:00 > > 2001 From: Julien Lepiller > > Date: Fri, 12 Jan 2018 23:08:50 +0100 > > Subject: [PATCH 1/2] gnu: Add cat-avatar-generator. > > > > * gnu/packages/web.scm (cat-avatar-generator): New variable. =20 >=20 > LGTM. >=20 > > From b5e362ac44bf3bd284ba14e886960311b67a4019 Mon Sep 17 00:00:00 > > 2001 From: Julien Lepiller > > Date: Fri, 12 Jan 2018 23:14:14 +0100 > > Subject: [PATCH 2/2] gnu: Add cat-avatar-generator-service. > > > > * gnu/services/web.scm (cat-avatar-generator-service): New > > variable. =20 >=20 > [...] >=20 > > +(define* (cat-avatar-generator-service > > + #:key > > + (cache-dir "/var/cache/cat-avatar-generator") > > + (configuration (nginx-server-configuration))) > > + (simple-service 'cat-http-server nginx-service-type > > + (list (nginx-server-configuration =20 >=20 > Normally the 3rd argument would be aligned with the 1st here. I don't understand that comment... What should be aligned exactly? >=20 > You=E2=80=99ll hate me for asking that, but could you add a couple of lin= es to > the manual about this service? Sure, I'll do that :) >=20 > Otherwise LGTM! >=20 > Thanks, > Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 14 14:20:16 2018 Received: (at 30404) by debbugs.gnu.org; 14 Feb 2018 19:20:16 +0000 Received: from localhost ([127.0.0.1]:43175 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1em2bH-0005EG-Qn for submit@debbugs.gnu.org; Wed, 14 Feb 2018 14:20:15 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:50594) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1em2bF-0005E7-LQ for 30404@debbugs.gnu.org; Wed, 14 Feb 2018 14:20:13 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id AD834114D2; Wed, 14 Feb 2018 20:20:12 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xB84z2frqBsc; Wed, 14 Feb 2018 20:20:12 +0100 (CET) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id F34B3114CB; Wed, 14 Feb 2018 20:20:11 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Julien Lepiller Subject: Re: [bug#30404] [PATCH] Add cat-avatar-generator-service. References: <20180209214356.640edd8f@lepiller.eu> <87po5dx0uy.fsf@gnu.org> <20180209234832.6adb3206@lepiller.eu> Date: Wed, 14 Feb 2018 20:20:11 +0100 In-Reply-To: <20180209234832.6adb3206@lepiller.eu> (Julien Lepiller's message of "Fri, 9 Feb 2018 23:48:32 +0100") Message-ID: <87d117qsyc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 30404 Cc: 30404@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 (+) Heya! Julien Lepiller skribis: > Le Fri, 09 Feb 2018 23:19:17 +0100, > ludo@gnu.org (Ludovic Court=C3=A8s) a =C3=A9crit : [...] >> > +(define* (cat-avatar-generator-service >> > + #:key >> > + (cache-dir "/var/cache/cat-avatar-generator") >> > + (configuration (nginx-server-configuration))) >> > + (simple-service 'cat-http-server nginx-service-type >> > + (list (nginx-server-configuration=20=20 >>=20 >> Normally the 3rd argument would be aligned with the 1st here. > I don't understand that comment... What should be aligned exactly? The lines above should be like this: (simple-service 'cat-http-server nginx-service-type (list (nginx-server-configuration (Here (list =E2=80=A6) is the 3rd argument to =E2=80=98simple-service=E2=80= =99.) No big deal though. :-) Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 14 17:20:59 2018 Received: (at 30404-done) by debbugs.gnu.org; 14 Feb 2018 22:20:59 +0000 Received: from localhost ([127.0.0.1]:43426 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1em5QA-0002zt-VN for submit@debbugs.gnu.org; Wed, 14 Feb 2018 17:20:59 -0500 Received: from lepiller.eu ([89.234.186.109]:49648) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1em5Q9-0002zl-FD for 30404-done@debbugs.gnu.org; Wed, 14 Feb 2018 17:20:57 -0500 Received: from localhost (static-176-182-42-79.ncc.abo.bbox.fr [176.182.42.79]) by lepiller.eu (OpenSMTPD) with ESMTPSA id 31ab42ef (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for <30404-done@debbugs.gnu.org>; Wed, 14 Feb 2018 22:22:10 +0000 (UTC) Date: Wed, 14 Feb 2018 23:20:52 +0100 From: Julien Lepiller To: 30404-done@debbugs.gnu.org Subject: Re: [bug#30404] [PATCH] Add cat-avatar-generator-service. Message-ID: <20180214232052.39d32994@lepiller.eu> In-Reply-To: <87d117qsyc.fsf@gnu.org> References: <20180209214356.640edd8f@lepiller.eu> <87po5dx0uy.fsf@gnu.org> <20180209234832.6adb3206@lepiller.eu> <87d117qsyc.fsf@gnu.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 30404-done 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: -0.0 (/) Pushed as 3bedac50571204643d5e3b204dc720ae7d571a1f and 08da664d1041133e8282a5df0fcab6eee7e548fa. Thanks! Le Wed, 14 Feb 2018 20:20:11 +0100, ludo@gnu.org (Ludovic Court=C3=A8s) a =C3=A9crit : > Heya! >=20 > Julien Lepiller skribis: >=20 > > Le Fri, 09 Feb 2018 23:19:17 +0100, > > ludo@gnu.org (Ludovic Court=C3=A8s) a =C3=A9crit : =20 >=20 > [...] >=20 > >> > +(define* (cat-avatar-generator-service > >> > + #:key > >> > + (cache-dir "/var/cache/cat-avatar-generator") > >> > + (configuration (nginx-server-configuration))) > >> > + (simple-service 'cat-http-server nginx-service-type > >> > + (list (nginx-server-configuration =20 > >>=20 > >> Normally the 3rd argument would be aligned with the 1st here. =20 > > I don't understand that comment... What should be aligned exactly? =20 >=20 > The lines above should be like this: >=20 > (simple-service 'cat-http-server nginx-service-type > (list (nginx-server-configuration >=20 >=20 > (Here (list =E2=80=A6) is the 3rd argument to =E2=80=98simple-service=E2= =80=99.) >=20 > No big deal though. :-) >=20 > Thanks, > Ludo=E2=80=99. From unknown Mon Jun 16 23:47:47 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 15 Mar 2018 11:24:05 +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