diff options
author | Raoul Hidalgo Charman <raoul.hidalgocharman@codethink.co.uk> | 2018-12-07 17:29:21 +0000 |
---|---|---|
committer | Raoul Hidalgo Charman <raoul.hidalgocharman@codethink.co.uk> | 2019-01-16 11:55:07 +0000 |
commit | 2683f98ae2aa90e3f23c2750224fe8a7410f336c (patch) | |
tree | 5d62810b21985edcb105053ec4d198b8b98b94ac /doc | |
parent | d6587aa018490ee503450ea3683a6c836490aca1 (diff) | |
download | buildstream-2683f98ae2aa90e3f23c2750224fe8a7410f336c.tar.gz |
_cas: Rename artifactcache folder and move that to a root module
Other components will start to reply on cas modules, and not the artifact cache
modules so it should be organized to reflect this.
All relevant imports have been changed.
Part #802
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/using_configuring_artifact_server.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/using_configuring_artifact_server.rst b/doc/source/using_configuring_artifact_server.rst index cc4880e94..bcf7d0e16 100644 --- a/doc/source/using_configuring_artifact_server.rst +++ b/doc/source/using_configuring_artifact_server.rst @@ -94,7 +94,7 @@ requiring BuildStream's more exigent dependencies by setting the Command reference ~~~~~~~~~~~~~~~~~ -.. click:: buildstream._artifactcache.casserver:server_main +.. click:: buildstream._cas.casserver:server_main :prog: bst-artifact-server |