[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] branch devel updated (73662b7 -> 6be9ef6)
From: |
Ludovic Courtès |
Subject: |
[shepherd] branch devel updated (73662b7 -> 6be9ef6) |
Date: |
Sun, 2 Jun 2024 17:06:17 -0400 (EDT) |
civodul pushed a change to branch devel
in repository shepherd.
from 73662b7 tests: Test behavior when loading the config file throws.
new 2bd3af6 log-rotation: Add service documentation.
new 24b2765 monitoring: Localize documentation.
new 55ae779 service: Factorize ‘lookup-service*’.
new 20f5ddb service: ‘start-in-parallel’ expects services, not symbols.
new 6cc1842 service: ‘start-in-the-background’ gracefully handles unknown
services.
new e6d510b service: Gracefully handle nonexistent dependencies.
new 6be9ef6 log-rotation: Honor #:compression.
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
modules/shepherd/service.scm | 78 +++++++++++++++++--------------
modules/shepherd/service/log-rotation.scm | 12 +++--
modules/shepherd/service/monitoring.scm | 5 +-
tests/config-failure.sh | 14 +++++-
4 files changed, 69 insertions(+), 40 deletions(-)
- [shepherd] branch devel updated (73662b7 -> 6be9ef6),
Ludovic Courtès <=
- [shepherd] 04/07: service: ‘start-in-parallel’ expects services, not symbols., Ludovic Courtès, 2024/06/03
- [shepherd] 02/07: monitoring: Localize documentation., Ludovic Courtès, 2024/06/03
- [shepherd] 07/07: log-rotation: Honor #:compression., Ludovic Courtès, 2024/06/03
- [shepherd] 03/07: service: Factorize ‘lookup-service*’., Ludovic Courtès, 2024/06/03
- [shepherd] 01/07: log-rotation: Add service documentation., Ludovic Courtès, 2024/06/03
- [shepherd] 06/07: service: Gracefully handle nonexistent dependencies., Ludovic Courtès, 2024/06/03
- [shepherd] 05/07: service: ‘start-in-the-background’ gracefully handles unknown services., Ludovic Courtès, 2024/06/03