GNU bug report logs -
#37412
[PATCH 0/2] Add package and service for the Guix Data Service.
Previous Next
Reported by: Christopher Baines <mail <at> cbaines.net>
Date: Sun, 15 Sep 2019 18:19:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #23 received at 37412 <at> debbugs.gnu.org (full text, mbox):
Christopher Baines <mail <at> cbaines.net> skribis:
> * gnu/services/guix.scm: New file.
> * gnu/tests/guix.scm: New file.
> * gnu/local.mk (GNU_SYSTEM_MODULES): Add both new files.
Yay, nice!
> + (commits-getmail-retriever-configuration
> + guix-data-service-commits-getmail-retriever-configuration
New world record: longer than ‘call-with-current-continuation’. :-)
> +(define (guix-data-service-shepherd-services config)
> + (match config
> + (($ <guix-data-service-configuration> package user group
> + port host)
Perhaps use ‘match-record’ here and elsewhere, to avoid mistakes when
the record type changes.
> +(define %test-guix-data-service
> + (system-test
> + (name "guix-data-service")
> + (description "Connect to a running Guix Data Service.")
> + (value (run-guix-data-service-test))))
Nice.
Could you add a bit to guix.texi, maybe under “Continuous Integration”?
You don’t have to go into too much detail if you think some of the
configuration elements are subject to change.
Thank you!
Ludo’.
This bug report was last modified 5 years and 243 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.