GNU bug report logs -
#33185
[PATCH 0/7] Add patchwork package and service.
Previous Next
Reported by: Christopher Baines <mail <at> cbaines.net>
Date: Sun, 28 Oct 2018 09:22:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #74 received at 33185 <at> debbugs.gnu.org (full text, mbox):
Hello,
swedebugia <swedebugia <at> riseup.net> skribis:
> On 2018-11-04 11:44, Christopher Baines wrote:
>> ---
>> gnu/services/web.scm | 297 ++++++++++++++++++++++++++++++++++++++++++-
>> gnu/tests/web.scm | 104 ++++++++++++++-
>> 2 files changed, 399 insertions(+), 2 deletions(-)
>
> Nice work with the service-declaration. :) (untested)
+1!
> Would you be willing to update the patch with documentation also?
Yes, also with ‘documentation’ fields. :-)
I spotted a typo here:
+(define-record-type* <patchwork-configuration>
+ patchwork-configuration make-patchwork-configuration
+ patckwork-configuration?
^^
Regarding ‘patchwork-setup-gexp’, I wonder if you could use
‘make-forkexec-constructor’ with the appropriate environment variables
and move the “createuser” bit to an activation snippet.
Hmm maybe the activation snippet would run too early, right? In that
case, perhaps you could create another Shepherd service,
‘patchwork-initialization’, that would do the createuser stuff, and have
‘patchwork’ depend on it.
Thoughts?
Thanks, Chris!
Ludo’.
This bug report was last modified 5 years and 358 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.