[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (20d2c6e -> 3af03e5)
From: |
Ludovic Courtès |
Subject: |
branch master updated (20d2c6e -> 3af03e5) |
Date: |
Tue, 28 Nov 2017 17:36:30 -0500 (EST) |
civodul pushed a change to branch master
in repository guix.
from 20d2c6e gnu: Add nototools.
new f612992 build: Add missing patch.
new 1115f14 services: Add certbot service.
new 05f1cb3 doc: Create "Version Control Services" section.
new 4103493 services: Add Git HTTP(S) service support.
new e755692 tests: cgit: Add a file to the test repository.
new 87dad87 tests: Add 'git-http' test.
new a222b73 services: cgit, git-daemon: Add description and default
value.
new 3af03e5 services: certbot: Add default value and description.
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:
doc/guix.texi | 287 ++++++++++++++++++++++++++++++---------
gnu/local.mk | 2 +
gnu/services/certbot.scm | 133 ++++++++++++++++++
gnu/services/version-control.scm | 63 ++++++++-
gnu/tests/version-control.scm | 131 +++++++++++++++++-
po/packages/POTFILES.in | 2 +
6 files changed, 547 insertions(+), 71 deletions(-)
create mode 100644 gnu/services/certbot.scm
- branch master updated (20d2c6e -> 3af03e5),
Ludovic Courtès <=
- 05/08: tests: cgit: Add a file to the test repository., Ludovic Courtès, 2017/11/28
- 06/08: tests: Add 'git-http' test., Ludovic Courtès, 2017/11/28
- 08/08: services: certbot: Add default value and description., Ludovic Courtès, 2017/11/28
- 07/08: services: cgit, git-daemon: Add description and default value., Ludovic Courtès, 2017/11/28
- 02/08: services: Add certbot service., Ludovic Courtès, 2017/11/28
- 04/08: services: Add Git HTTP(S) service support., Ludovic Courtès, 2017/11/28
- 01/08: build: Add missing patch., Ludovic Courtès, 2017/11/28
- 03/08: doc: Create "Version Control Services" section., Ludovic Courtès, 2017/11/28