diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-05 00:05:59 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-05 00:05:59 +0000 |
| commit | 399184cad0c0dd63a39de775130a2a73d0325913 (patch) | |
| tree | 978b8c5dc3f494a9627f601bf8728bf6e8324b57 /doc/overview.html | |
| parent | 92ef99d90574ebd4732c10a0a127945a40271c87 (diff) | |
| download | s6-rc-399184cad0c0dd63a39de775130a2a73d0325913.tar.gz | |
Do not delete old store before the sync succeeds
Diffstat (limited to 'doc/overview.html')
| -rw-r--r-- | doc/overview.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/overview.html b/doc/overview.html index 87a33bb..45ebdbe 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -228,5 +228,18 @@ calling <a href="s6-rc-compile.html">s6-rc-compile</a>. The databases to add bundles to them, or delete bundles from them. </p> +<h2> Management of source definition directories <h2> + +<p> + Starting with version 0.6.0.0, s6-rc provides tools to help users +and distributions — typically using a package manager — +organize their source definition directories and their compiled +service databases. This is known as the "repo" subset of the s6-rc +programs, identifiable by their names starting with <tt>s6-rc-repo-</tt> +and <tt>s6-rc-set</tt>. The key concepts behind these programs and +links to their documentation are listed +<a href="repodefs.html">here</a>. +</p> + </body> </html> |
