[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] branch master updated (88c6a20 -> 83567c4)
From: |
Ludovic Courtès |
Subject: |
[shepherd] branch master updated (88c6a20 -> 83567c4) |
Date: |
Wed, 27 Jan 2016 10:24:10 +0000 |
civodul pushed a change to branch master
in repository shepherd.
from 88c6a20 service: 'conflicts-with' returns a list of services.
new e1eb5e2 Canonicalize the running value to valid read syntax.
new 9569d26 Add the list of conflicting services to the status sexp.
new 279d893 Move commands to (shepherd scripts xyz).
new 1be9269 build: Install Guile modules to the usual place.
new 4edc9f1 build: Build man pages.
new 83567c4 Default system-wide config file is now /etc/shepherd.scm.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 2 +
Makefile.am | 60 ++++++++++++++++++++++------
configure.ac | 5 ++
halt.in | 2 +-
herd.in | 2 +-
modules/{ => shepherd/scripts}/halt.scm | 2 +-
modules/{ => shepherd/scripts}/herd.scm | 8 ++--
modules/{ => shepherd/scripts}/reboot.scm | 2 +-
modules/shepherd/service.scm | 7 ++-
modules/shepherd/support.scm | 2 +-
reboot.in | 2 +-
shepherd.texi | 6 +-
tests/basic.sh | 16 ++++++++
tests/status-sexp.sh | 6 +-
14 files changed, 91 insertions(+), 31 deletions(-)
rename modules/{ => shepherd/scripts}/halt.scm (98%)
rename modules/{ => shepherd/scripts}/herd.scm (97%)
rename modules/{ => shepherd/scripts}/reboot.scm (98%)
- [shepherd] branch master updated (88c6a20 -> 83567c4),
Ludovic Courtès <=
- [shepherd] 06/06: Default system-wide config file is now /etc/shepherd.scm., Ludovic Courtès, 2016/01/27
- [shepherd] 01/06: Canonicalize the running value to valid read syntax., Ludovic Courtès, 2016/01/27
- [shepherd] 03/06: Move commands to (shepherd scripts xyz)., Ludovic Courtès, 2016/01/27
- [shepherd] 04/06: build: Install Guile modules to the usual place., Ludovic Courtès, 2016/01/27
- [shepherd] 02/06: Add the list of conflicting services to the status sexp., Ludovic Courtès, 2016/01/27
- [shepherd] 05/06: build: Build man pages., Ludovic Courtès, 2016/01/27