all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 0/2] Services configuration syntaxes patches.
@ 2017-02-28 22:50 Clément Lassieur
  2017-02-28 22:50 ` [PATCH 1/2] services: dovecot: Reimplement proper configuration functions Clément Lassieur
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Clément Lassieur @ 2017-02-28 22:50 UTC (permalink / raw)
  To: guix-devel; +Cc: jmd

There was a bug in the dovecot service introduced by a refactoring of syntaxes
functions.  I don't think those functions should be put in a common file,
because syntaxes are often specific to services, as I explained in one of the
commit messages.

Therefore I did two commits.  The first fixes the bug.  The other removes
functions that should not be abstracted from configuration.scm, and put them
back into their specific services.

The second commit should not have any actual effect, but I checked that
services depending on configuration.scm were still working and:
  - Dovecot works (because of the first commit).
  - Prosody works (no changes).
  - Cups works.
  - I don't know how to test Kerberos, but its configuration file didn't move.
  - OpenVPN does not build when put in config.scm, because of a tls issue, so
    I could not check (but I didn't need to modify it).

WDYT?

Clément Lassieur (2):
  services: dovecot: Reimplement proper configuration functions.
  services: Move configuration functions that shouldn't be factorized.

 gnu/services/configuration.scm | 40 ----------------------------------------
 gnu/services/cups.scm          | 32 ++++++++++++++++++++++++++++++++
 gnu/services/kerberos.scm      | 15 +++++++++++++++
 gnu/services/mail.scm          | 30 ++++++++++++++++++++++++++++++
 4 files changed, 77 insertions(+), 40 deletions(-)

-- 
2.12.0

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-03-01  9:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-28 22:50 [PATCH 0/2] Services configuration syntaxes patches Clément Lassieur
2017-02-28 22:50 ` [PATCH 1/2] services: dovecot: Reimplement proper configuration functions Clément Lassieur
2017-02-28 22:50 ` [PATCH 2/2] services: Move configuration functions that shouldn't be factorized Clément Lassieur
2017-03-01  9:53 ` [PATCH 0/2] Services configuration syntaxes patches Andy Wingo

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.