[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] branch main updated (6e740fb -> 22fe951)
From: |
Ludovic Courtès |
Subject: |
[shepherd] branch main updated (6e740fb -> 22fe951) |
Date: |
Wed, 4 Dec 2024 05:21:09 -0500 (EST) |
civodul pushed a change to branch main
in repository shepherd.
from 6e740fb build: Bump to version 1.0.0rc2.
new ac1906f bash completion: Complete ‘spawn’ for ‘transient’ service.
new 256893a logger: Ignore 'system-error when writing to the log file.
new a425195 guix: Avoid deprecated variable.
new 2ff6270 guix: Add dependency on util-linux, for the ENOSPC test.
new 22fe951 build: Disable auto-compilation when running ‘guild compile’.
The 5 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/modules/shepherd-package.scm | 5 +-
Makefile.am | 4 +-
etc/completion/bash/herd | 1 +
modules/shepherd/logger.scm | 16 +++---
tests/logging-ENOSPC.sh | 100 +++++++++++++++++++++++++++++++++++++
5 files changed, 117 insertions(+), 9 deletions(-)
create mode 100644 tests/logging-ENOSPC.sh
- [shepherd] branch main updated (6e740fb -> 22fe951),
Ludovic Courtès <=
- [shepherd] 01/05: bash completion: Complete ‘spawn’ for ‘transient’ service., Ludovic Courtès, 2024/12/04
- [shepherd] 02/05: logger: Ignore 'system-error when writing to the log file., Ludovic Courtès, 2024/12/04
- [shepherd] 04/05: guix: Add dependency on util-linux, for the ENOSPC test., Ludovic Courtès, 2024/12/04
- [shepherd] 05/05: build: Disable auto-compilation when running ‘guild compile’., Ludovic Courtès, 2024/12/04
- [shepherd] 03/05: guix: Avoid deprecated variable., Ludovic Courtès, 2024/12/04