GNU bug report logs - #30404
[PATCH] Add cat-avatar-generator-service.

Previous Next

Package: guix-patches;

Reported by: Julien Lepiller <julien <at> lepiller.eu>

Date: Fri, 9 Feb 2018 20:45:02 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: ludo <at> gnu.org (Ludovic Courtès)
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 30404 <at> debbugs.gnu.org
Subject: [bug#30404] [PATCH] Add cat-avatar-generator-service.
Date: Wed, 14 Feb 2018 20:20:11 +0100
Heya!

Julien Lepiller <julien <at> lepiller.eu> skribis:

> Le Fri, 09 Feb 2018 23:19:17 +0100,
> ludo <at> gnu.org (Ludovic Courtès) a écrit :

[...]

>> > +(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.
> 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 …) is the 3rd argument to ‘simple-service’.)

No big deal though.  :-)

Thanks,
Ludo’.




This bug report was last modified 7 years and 94 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.