summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2018-04-26 16:44:58 +0200
committerJürg Billeter <j@bitron.ch>2018-05-11 08:01:12 +0200
commit6ba62c578c8ab8efcbe8f3d2bd2d456a975f1c1b (patch)
tree056f2d7ae38ba0eb9473336687a6433d36f7f0de
parent31ae2f554d3fccb720370e45fcc2d8dcba1b0140 (diff)
downloadbuildstream-6ba62c578c8ab8efcbe8f3d2bd2d456a975f1c1b.tar.gz
doc/source/artifacts.rst: Drop section about summary file updates
Summary files are no longer used.
-rw-r--r--doc/source/artifacts.rst17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/source/artifacts.rst b/doc/source/artifacts.rst
index 8edf3462a..e0808e8fe 100644
--- a/doc/source/artifacts.rst
+++ b/doc/source/artifacts.rst
@@ -163,23 +163,6 @@ For this you will want something like the following in your ``/etc/ssh/sshd_conf
ForceCommand bst-artifact-receive --pull-url https://example.com/artifacts --verbose artifacts
-Summary file updates
-~~~~~~~~~~~~~~~~~~~~
-BuildStream uses the OSTree summary file to determine what artifacts are
-available in the remote artifact cache. ``ostree summary -u`` updates
-the summary file. This command cannot be run concurrently and thus it
-cannot be executed by ``bst-artifact-receive``, it has to be triggered
-externally.
-
-A simple way to configure this is to set up a cron job that triggers the
-summary file update every 5 minutes.
-E.g., create ``/etc/cron.d/artifacts`` with the following content:
-
-.. code::
-
- */5 * * * * artifacts ostree --repo=/home/artifacts/artifacts summary -u
-
-
User configuration
~~~~~~~~~~~~~~~~~~
The user configuration for artifacts is documented with the rest