[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26137: [PATCH 0/6 v2] Add tlp service.
From: |
Mathieu Othacehe |
Subject: |
bug#26137: [PATCH 0/6 v2] Add tlp service. |
Date: |
Fri, 17 Mar 2017 11:31:38 +0100 |
Hi Guix,
Here's the v2 of this serie. The v1 was published without debbugs.
This version addresses issues pointed out by Clément.
Thank you,
Mathieu
Mathieu Othacehe (6):
gnu: tlp: Read configuration from /etc/tlp.
services: Factorize define-maybe macro.
services: configuration: Rewrite id procedure.
gnu: Add tlp service.
services: openvpn: Fix a typo which was corrected in generated doc.
doc: Re-generate openvpn service documentation.
doc/guix.texi | 587 ++++++++++++++++++++++++++++++++++++++---
gnu/local.mk | 2 +
gnu/packages/linux.scm | 2 +-
gnu/services/configuration.scm | 29 +-
gnu/services/messaging.scm | 23 +-
gnu/services/pm.scm | 404 ++++++++++++++++++++++++++++
gnu/services/vpn.scm | 3 +-
7 files changed, 977 insertions(+), 73 deletions(-)
create mode 100644 gnu/services/pm.scm
--
2.12.0
- bug#26137: [PATCH 0/6 v2] Add tlp service.,
Mathieu Othacehe <=
- bug#26137: [PATCH 1/6] gnu: tlp: Read configuration from /etc/tlp., Mathieu Othacehe, 2017/03/17
- bug#26137: [PATCH 2/6] services: Factorize define-maybe macro., Mathieu Othacehe, 2017/03/17
- bug#26137: [PATCH 3/6] services: configuration: Rewrite id procedure., Mathieu Othacehe, 2017/03/17
- bug#26137: [PATCH 5/6] services: openvpn: Fix a typo which was corrected in generated doc., Mathieu Othacehe, 2017/03/17
- bug#26137: [PATCH 6/6] doc: Re-generate openvpn service documentation., Mathieu Othacehe, 2017/03/17
- bug#26137: [PATCH 4/6] gnu: Add tlp service., Mathieu Othacehe, 2017/03/17
- bug#26137: [PATCH v3 0/6] Add TLP service., Mathieu Othacehe, 2017/03/24