aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-10-05 00:05:59 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-10-05 00:05:59 +0000
commit399184cad0c0dd63a39de775130a2a73d0325913 (patch)
tree978b8c5dc3f494a9627f601bf8728bf6e8324b57 /doc
parent92ef99d90574ebd4732c10a0a127945a40271c87 (diff)
downloads6-rc-399184cad0c0dd63a39de775130a2a73d0325913.tar.gz
Do not delete old store before the sync succeeds
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html18
-rw-r--r--doc/overview.html13
-rw-r--r--doc/upgrade.html2
3 files changed, 30 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html
index c02c966..9ede9bc 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -36,6 +36,7 @@ scripts are also run in a controlled environment.
<li> <a href="why.html">Why</a> such a program&nbsp;? </li>
<li> A <a href="overview.html">high-level overview</a> of s6-rc </li>
<li> <a href="faq.html">FAQ</a> for s6-rc </li>
+ <li> An <a href="repodefs.html">overview</a> of the <em>repo</em> tools in s6-rc </li>
</ul>
<hr />
@@ -67,8 +68,8 @@ requirement if you link against the shared version of the skalibs library. </li>
<ul>
<li> The current released version of s6-rc is
-<a href="s6-rc-0.5.7.0.tar.gz">0.5.7.0</a>.
-You can access its checksum <a href="s6-rc-0.5.7.0.tar.gz.sha256">here</a>. </li>
+<a href="s6-rc-0.6.0.0.tar.gz">0.5.7.0</a>.
+You can access its checksum <a href="s6-rc-0.6.0.0.tar.gz.sha256">here</a>. </li>
<li> Alternatively, you can checkout a copy of the
<a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6-rc/">s6-rc
git repository</a>:
@@ -128,6 +129,19 @@ the previous versions of s6-rc and the current one. </li>
<li> <a href="s6-rc-fdholder-filler.html">The <tt>s6-rc-fdholder-filler</tt> internal program</a> </li>
</ul>
+<h4> Management of source definition directories: the <em>repo</em> collection of tools </h4>
+
+<ul>
+ <li> An <a href="repodefs.html">overview</a> of the <em>repo</em> tools </li>
+ <li> <a href="s6-rc-repo-init.html">The <tt>s6-rc-repo-init</tt> program</a> </li>
+ <li> <a href="s6-rc-repo-sync.html">The <tt>s6-rc-repo-sync</tt> program</a> </li>
+ <li> <a href="s6-rc-repo-set-new.html">The <tt>s6-rc-set-new</tt> program</a> </li>
+ <li> <a href="s6-rc-repo-set-copy.html">The <tt>s6-rc-set-copy</tt> program</a> </li>
+ <li> <a href="s6-rc-repo-set-delete.html">The <tt>s6-rc-set-delete</tt> program</a> </li>
+ <li> <a href="s6-rc-repo-set-changestate.html">The <tt>s6-rc-set-changestate</tt> program</a> </li>
+ <li> <a href="s6-rc-repo-set-commit.html">The <tt>s6-rc-set-commit</tt> program</a> </li>
+</ul>
+
<h2> Related resources </h2>
<p>
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 &mdash; typically using a package manager &mdash;
+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>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 5ded408..e77f2d6 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -30,7 +30,7 @@ minor and bugfix version changes.
<h1> What has changed in s6-rc </h1>
-<h2> in 0.5.7.0 </h2>
+<h2> in 0.6.0.0 </h2>
<ul>
<li> <a href="//skarnet.org/software/skalibs/">skalibs</a>