diff options
author | Raoul Hidalgo Charman <raoul.hidalgocharman@codethink.co.uk> | 2019-05-30 17:23:41 +0100 |
---|---|---|
committer | Raoul Hidalgo Charman <raoul.hidalgocharman@codethink.co.uk> | 2019-05-31 10:08:54 +0100 |
commit | d88c4aa38a2cb119c36c0648baa722b35369f786 (patch) | |
tree | 9ce80f21f5fef0c44e4eefefad7932c99b609bf1 /doc/source/using_config.rst | |
parent | fe721b65df09497c0f07f5fe414ad5cb2db49095 (diff) | |
download | buildstream-raoul/1024-artifact-docs.tar.gz |
docs: Update configuring cache serverraoul/1024-artifact-docs
Now that we have both artifact and source caches the documentation
is updated to reflect that. Some sections headings/links etc. have been
expanded and changed.
Part of #1025
Diffstat (limited to 'doc/source/using_config.rst')
-rw-r--r-- | doc/source/using_config.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/source/using_config.rst b/doc/source/using_config.rst index 2b74b2de5..2582e711f 100644 --- a/doc/source/using_config.rst +++ b/doc/source/using_config.rst @@ -32,8 +32,8 @@ the supported configurations on a project wide basis are listed here. Artifact server ~~~~~~~~~~~~~~~ -Although project's often specify a :ref:`remote artifact cache <artifacts>` in -their ``project.conf``, you may also want to specify extra caches. +Although project's often specify a :ref:`remote artifact cache <cache_servers>` +in their ``project.conf``, you may also want to specify extra caches. Assuming that your host/server is reachable on the internet as ``artifacts.com`` (for example), there are two ways to declare remote caches in your user @@ -100,6 +100,8 @@ pull only access and push/pull access. For information regarding this and the server/client certificates and keys, please see: :ref:`Key pair for the server <server_authentication>`. +.. _config_sources: + Source cache server ~~~~~~~~~~~~~~~~~~~ Similarly global and project specific source caches servers can be specified in |