[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] branch devel updated (60bac5b -> edf7364)
From: |
Ludovic Courtès |
Subject: |
[shepherd] branch devel updated (60bac5b -> edf7364) |
Date: |
Sun, 3 Nov 2024 16:39:15 -0500 (EST) |
civodul pushed a change to branch devel
in repository shepherd.
from 60bac5b herd: graph: Add edges to ‘root’ for every service.
new 47c693d shepherd: Replace ‘call-with-{input,output}-file’ with
O_CLOEXEC variant.
new c20f204 ‘AUTHORS’ file suggests checking the Git log.
new 04ea0c6 maint: Remove ‘ChangeLog’ generation.
new f5ac349 maint: ‘make dist’ builds tarballs deterministically.
new edf7364 maint: Produce a deterministic ‘POT-Creation-Date’ in .pot
files.
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 | 6 +-
AUTHORS | 15 +-
ChangeLog | 6 +-
Makefile.am | 26 ++-
build-aux/gitlog-to-changelog | 432 -------------------------------------
build-aux/xgettext.scm | 112 ++++++++++
modules/shepherd.scm | 28 +++
po/Makevars | 7 +-
8 files changed, 169 insertions(+), 463 deletions(-)
delete mode 100755 build-aux/gitlog-to-changelog
create mode 100755 build-aux/xgettext.scm
- [shepherd] branch devel updated (60bac5b -> edf7364),
Ludovic Courtès <=
- [shepherd] 01/05: shepherd: Replace ‘call-with-{input,output}-file’ with O_CLOEXEC variant., Ludovic Courtès, 2024/11/03
- [shepherd] 02/05: ‘AUTHORS’ file suggests checking the Git log., Ludovic Courtès, 2024/11/03
- [shepherd] 03/05: maint: Remove ‘ChangeLog’ generation., Ludovic Courtès, 2024/11/03
- [shepherd] 05/05: maint: Produce a deterministic ‘POT-Creation-Date’ in .pot files., Ludovic Courtès, 2024/11/03
- [shepherd] 04/05: maint: ‘make dist’ builds tarballs deterministically., Ludovic Courtès, 2024/11/03