all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 0/5] Add tlp service.
@ 2017-03-15 20:46 Mathieu Othacehe
  2017-03-15 20:46 ` [PATCH 1/5] gnu: tlp: Read configuration from /etc/tlp Mathieu Othacehe
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Mathieu Othacehe @ 2017-03-15 20:46 UTC (permalink / raw)
  To: guix-devel

Hi Guix,

Here's a patch serie to add tlp service and fix problems
encountered meanwhile.

While generating tlp documentation, I noticed that parts of the
generated documentation had this format :

@deftypevr @code{tlp-configuration} parameter boolean tlp-enable?

instead of this expected format :

@deftypevr {@code{tlp-configuration} parameter} boolean tlp-enable?

I found that since guile commit 06e4091c9, the expected output is produced.
So I used guile 2.1.7 to generate tlp documentation.

I also re-generated openvpn documentation which was generated with
a guile version producing the wrong output.

Thanks,

Mathieu

Mathieu Othacehe (5):
  gnu: tlp: Read configuration from /etc/tlp.
  services: Factorize define-maybe macro.
  gnu: Add tlp service.
  doc: Re-generate openvpn service documentation.
  services: Fix a typo which was corrected in generated doc.

 doc/guix.texi                  | 587 ++++++++++++++++++++++++++++++++++++++---
 gnu/local.mk                   |   2 +
 gnu/packages/linux.scm         |   2 +-
 gnu/services/configuration.scm |  28 +-
 gnu/services/messaging.scm     |  22 +-
 gnu/services/pm.scm            | 406 ++++++++++++++++++++++++++++
 gnu/services/vpn.scm           |   3 +-
 7 files changed, 977 insertions(+), 73 deletions(-)
 create mode 100644 gnu/services/pm.scm

-- 
2.12.0

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

end of thread, other threads:[~2017-03-16 21:05 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-15 20:46 [PATCH 0/5] Add tlp service Mathieu Othacehe
2017-03-15 20:46 ` [PATCH 1/5] gnu: tlp: Read configuration from /etc/tlp Mathieu Othacehe
2017-03-16 16:38   ` Clément Lassieur
2017-03-15 20:46 ` [PATCH 2/5] services: Factorize define-maybe macro Mathieu Othacehe
2017-03-16 17:25   ` Clément Lassieur
2017-03-15 20:46 ` [PATCH 3/5] gnu: Add tlp service Mathieu Othacehe
2017-03-16 16:25   ` Clément Lassieur
2017-03-16 17:08     ` Mathieu Othacehe
2017-03-16 21:05     ` Mathieu Othacehe
2017-03-16 16:33   ` Clément Lassieur
2017-03-16 17:09     ` Mathieu Othacehe
2017-03-16 17:18       ` Clément Lassieur
2017-03-15 20:46 ` [PATCH 4/5] doc: Re-generate openvpn service documentation Mathieu Othacehe
2017-03-16 17:33   ` Clément Lassieur
2017-03-15 20:46 ` [PATCH 5/5] services: Fix a typo which was corrected in generated doc Mathieu Othacehe
2017-03-16 16:44   ` Clément Lassieur

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.