[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (861b9a3 -> ccdfae3)
From: |
guix-commits |
Subject: |
branch master updated (861b9a3 -> ccdfae3) |
Date: |
Sun, 8 Sep 2019 10:17:02 -0400 (EDT) |
apteryx pushed a change to branch master
in repository guix.
from 861b9a3 doc: Fix verb conjugation.
new 08b4a10 services: ntp: Allow large adjustment by default.
new d4de2f9 services: ntp: Fix KOD warning.
new ac73f50 doc: Add index to find 'ntpd'.
new 5658ae8 services: ntp: Support different NTP server types and
options.
new f92cf9d gnu: openntpd: Fix error CA errors when using constraints.
new afd39a7 services: openntpd: Remove useless let.
new 2625abc services: openntpd: Add test for issue #3731.
new ccdfae3 services: openntpd: Fix the config generation code.
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 1 +
doc/guix.texi | 45 ++++++++--
gnu/packages/ntp.scm | 8 +-
gnu/services/networking.scm | 203 +++++++++++++++++++++++++++++++-------------
tests/networking.scm | 113 ++++++++++++++++++++++++
5 files changed, 303 insertions(+), 67 deletions(-)
create mode 100644 tests/networking.scm
- branch master updated (861b9a3 -> ccdfae3),
guix-commits <=
- 01/08: services: ntp: Allow large adjustment by default., guix-commits, 2019/09/08
- 02/08: services: ntp: Fix KOD warning., guix-commits, 2019/09/08
- 08/08: services: openntpd: Fix the config generation code., guix-commits, 2019/09/08
- 03/08: doc: Add index to find 'ntpd'., guix-commits, 2019/09/08
- 06/08: services: openntpd: Remove useless let., guix-commits, 2019/09/08
- 04/08: services: ntp: Support different NTP server types and options., guix-commits, 2019/09/08
- 07/08: services: openntpd: Add test for issue #3731., guix-commits, 2019/09/08
- 05/08: gnu: openntpd: Fix error CA errors when using constraints., guix-commits, 2019/09/08