guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[shepherd] branch master updated (69f93a6 -> b79b9a3)


From: Ludovic Courtès
Subject: [shepherd] branch master updated (69f93a6 -> b79b9a3)
Date: Thu, 27 Apr 2023 10:16:34 -0400 (EDT)

civodul pushed a change to branch master
in repository shepherd.

    from 69f93a6  doc: Rewrite "Services" chapter to match GOOPS-less interface.
     new 9193e58  service: Rename 'make-actions' to 'actions'.
     new 9f2cf7d  service: 'register-services' now takes a list of services.
     new 9526abc  tests: Update for new 'register-services' interface.
     new 8b21706  doc: Clarify upfront what the config file does.
     new 216488f  doc: Update user services example.
     new fb1c285  herd: Add 'graph' action.
     new db78790  service: 'shutdown-services' does not stop 'root'.
     new 1b0dfa5  service: Localize help message of the 'root' service.
     new b05c51a  herd: Use 'strftime' rather than 'date->string' for 'status' 
output.
     new b79b9a3  repl: Update calls to deprecated 'start'.

The 10 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:
 doc/shepherd.texi                       | 91 ++++++++++++++++++++++-----------
 modules/shepherd.scm                    |  2 +-
 modules/shepherd/scripts/herd.scm       | 90 ++++++++++++++++++++++++++++----
 modules/shepherd/service.scm            | 89 +++++++++++++++++++-------------
 modules/shepherd/service/monitoring.scm |  2 +-
 modules/shepherd/service/repl.scm       |  4 +-
 tests/basic.sh                          | 72 +++++++++++++-------------
 tests/close-on-exec.sh                  | 56 ++++++++++----------
 tests/eval-load.sh                      | 16 +++---
 tests/file-creation-mask.sh             | 18 +++----
 tests/forking-service.sh                | 57 +++++++++++----------
 tests/inetd.sh                          | 79 ++++++++++++++--------------
 tests/logging.sh                        | 32 ++++++------
 tests/one-shot.sh                       | 78 ++++++++++++++--------------
 tests/pid-file.sh                       | 67 ++++++++++++------------
 tests/replacement.sh                    | 36 ++++++-------
 tests/respawn-throttling.sh             | 12 ++---
 tests/respawn.sh                        | 37 +++++++-------
 tests/restart.sh                        | 30 +++++------
 tests/services/monitoring.sh            |  2 +-
 tests/services/repl.sh                  |  6 +--
 tests/signals.sh                        | 18 +++----
 tests/starting-status.sh                | 24 ++++-----
 tests/startup-failure.sh                | 10 ++--
 tests/status-sexp.sh                    | 26 +++++-----
 tests/stopping-status.sh                | 28 +++++-----
 tests/system-star.sh                    | 54 +++++++++----------
 tests/systemd.sh                        | 20 ++++----
 tests/transient.sh                      | 18 +++----
 29 files changed, 602 insertions(+), 472 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]