[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] branch devel updated (33bcc05 -> 13bb402)
From: |
Ludovic Courtès |
Subject: |
[shepherd] branch devel updated (33bcc05 -> 13bb402) |
Date: |
Sun, 24 Mar 2024 17:11:34 -0400 (EDT) |
civodul pushed a change to branch devel
in repository shepherd.
from 33bcc05 service: Ignore 'handle-termination messages while starting.
add 8425c1d build: Add support for Scheme tests.
add 7510731 service: Fix typo in ‘register-logger’ message.
add c5c308a service: ‘spawn-via-monitor’ associates a logger with the
calling service.
add a801c2e service: Add ‘start-command’.
new 744933c Add timer services.
new d0ee908 herd: Display information about timers.
new f5fd344 herd: Display upcoming timer alarms.
new 3b09807 herd: ‘herd status’ lists timers separately.
new a244695 service: Re-purpose ‘action’ to create a new action.
new 13bb402 timer: Add optional ‘trigger’ action.
The 6 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:
Makefile.am | 19 +-
build-aux/test-driver.scm | 285 +++++++++++++++++++++
doc/shepherd.texi | 143 ++++++++++-
modules/shepherd/scripts/herd.scm | 110 +++++++-
modules/shepherd/service.scm | 64 +++--
modules/shepherd/service/timer.scm | 499 +++++++++++++++++++++++++++++++++++++
po/POTFILES.in | 1 +
tests/basic.sh | 3 +-
tests/services/timer-events.scm | 90 +++++++
tests/services/timer.sh | 106 ++++++++
10 files changed, 1286 insertions(+), 34 deletions(-)
create mode 100755 build-aux/test-driver.scm
create mode 100644 modules/shepherd/service/timer.scm
create mode 100644 tests/services/timer-events.scm
create mode 100644 tests/services/timer.sh
- [shepherd] branch devel updated (33bcc05 -> 13bb402),
Ludovic Courtès <=
- [shepherd] 03/06: herd: Display upcoming timer alarms., Ludovic Courtès, 2024/03/24
- [shepherd] 04/06: herd: ‘herd status’ lists timers separately., Ludovic Courtès, 2024/03/24
- [shepherd] 01/06: Add timer services., Ludovic Courtès, 2024/03/24
- [shepherd] 02/06: herd: Display information about timers., Ludovic Courtès, 2024/03/24
- [shepherd] 05/06: service: Re-purpose ‘action’ to create a new action., Ludovic Courtès, 2024/03/24
- [shepherd] 06/06: timer: Add optional ‘trigger’ action., Ludovic Courtès, 2024/03/24