[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] branch devel updated (5c87fef -> e01ce2c)
From: |
Ludovic Courtès |
Subject: |
[shepherd] branch devel updated (5c87fef -> e01ce2c) |
Date: |
Sat, 17 Feb 2024 13:11:09 -0500 (EST) |
civodul pushed a change to branch devel
in repository shepherd.
from 5c87fef herd: Display information about systemd services.
add 39cef20 tests: Check whether /proc/*/fd exists before relying on it.
add d15e833 tests: Deal with ‘setrlimit’ behavior on GNU/Hurd.
add 839823e service: Improve handling of the no-PR_SET_CHILD_SUBREAPER
case.
add 15eb04e service: No SO_REUSEADDR for AF_UNIX sockets.
add 2563bc0 service: inetd: Clear O_NONBLOCK on the connection socket.
add 520094a support: Update copyright year in ‘--version’ output.
add a6b1880 Update NEWS.
add ad07f8d doc: Add init system config for another distro.
add a4abb9d build: Bump to version 0.10.3rc1.
add 8dbe55b shepherd: Really replace the core ‘sleep’ binding.
add f8ff40b service: ‘start-in-the-background’ shows each failure only
once.
add 79b8bd8 support: ‘primitive-load*’ opens files with O_CLOEXEC.
add 3e7194b guix: Enable GNU/Hurd compilation and cross-compilation.
add 2bde245 guix: Build Shepherd with Fibers using the libevent backend.
add f20758f tests: Make ‘forking-service.sh’ more tolerant of delays.
add 8773c12 nls: Update de, ro, sr, sv, and uk translations.
add c587772 Update NEWS.
add 9ffefd7 build: Bump to version 0.10.3.
add b7fcdad service: ‘herd unload root all’ stops services before
unregistering them.
add 0d33e71 shepherd: Keep going when reboot(RB_DISABLE_CAD) returns
ENOSYS.
add a324f75 doc: Mention timeliness of #:start and #:stop.
new e01ce2c Merge branch 'main' into devel
The 1 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:
.guix/manifest.scm | 15 +-
.guix/modules/shepherd-package.scm | 24 +-
Makefile.am | 1 +
NEWS | 29 +-
configure.ac | 2 +-
doc/examples/awesomeadam.scm | 625 ++++++++++++++++++++++++++++++++++
doc/shepherd.texi | 21 +-
modules/shepherd.scm | 8 +-
modules/shepherd/service.scm | 36 +-
modules/shepherd/support.scm | 26 +-
po/de.po | 311 ++++++++---------
po/ro.po | 314 ++++++++---------
po/sr.po | 667 ++++++++++++++++++++++++++++---------
po/sv.po | 314 ++++++++---------
po/uk.po | 313 ++++++++---------
tests/forking-service.sh | 46 ++-
tests/inetd.sh | 9 +-
tests/logging.sh | 19 +-
tests/system-star.sh | 18 +-
19 files changed, 1995 insertions(+), 803 deletions(-)
create mode 100644 doc/examples/awesomeadam.scm
- [shepherd] branch devel updated (5c87fef -> e01ce2c),
Ludovic Courtès <=