GNU bug report logs -
#30404
[PATCH] Add cat-avatar-generator-service.
Previous Next
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
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.