diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-14 04:37:32 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-14 04:37:32 +0000 |
| commit | 87b8fcabeecf2a9cff2ca596da54d6c1cf17d89f (patch) | |
| tree | bc07d6d01afac944925d43108fda8b91ef2fe12f /package | |
| parent | 958958d74337a6ddaf649968d188e768984100e0 (diff) | |
| download | s6-rc-87b8fcabeecf2a9cff2ca596da54d6c1cf17d89f.tar.gz | |
Prepare for 0.7.0.0; lots of changes!
- s6-rc-bundle deleted. Changing bundles without recompiling is not
supported anymore. (It works, but it incentivizes poor workflows; it is
better to handle stuff at the source level and recompile when in doubt,
that's what s6-frontend does.)
- new db format, need to recompile and use s6-rc-format-upgrade on new live db
- support for the reload-signal file in service directories
- new reload scripts for oneshots (which is why the db format has changed)
- new "s6-rc reload" command, calling s6-svc -l on longruns (which makes use
of reload-signal, HUP by default) and the reload script on oneshots
- the live state now tracks when a service has been explicitly brought up
as opposed to by pulled by dependencies. Nothing uses the feature for now
but now the tech is there for an auto-stop-if-unneeded feature.
Diffstat (limited to 'package')
| -rw-r--r-- | package/info | 2 | ||||
| -rw-r--r-- | package/modes | 1 | ||||
| -rw-r--r-- | package/targets.mak | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/package/info b/package/info index 0b55290..c0cd306 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6-rc -version=0.6.2.0 +version=0.7.0.0 category=admin package_macro_name=S6RC diff --git a/package/modes b/package/modes index 0676950..c76a046 100644 --- a/package/modes +++ b/package/modes @@ -1,7 +1,6 @@ s6-rc-compile 0755 s6-rc-db 0755 s6-rc-dryrun 0755 -s6-rc-bundle 0755 s6-rc-init 0755 s6-rc 0755 s6-rc-update 0755 diff --git a/package/targets.mak b/package/targets.mak index fe89f89..0dd4abf 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -2,7 +2,6 @@ BIN_TARGETS := \ s6-rc-compile \ s6-rc-dryrun \ s6-rc-db \ -s6-rc-bundle \ s6-rc-init \ s6-rc \ s6-rc-update \ |
