diff options
author | Raoul Hidalgo Charman <raoul.hidalgocharman@codethink.co.uk> | 2019-05-28 15:54:55 +0100 |
---|---|---|
committer | Raoul Hidalgo Charman <raoul.hidalgocharman@codethink.co.uk> | 2019-05-31 10:08:54 +0100 |
commit | de51a5a587bced0b2092573a092503352a789931 (patch) | |
tree | b750f7a727a23debdb6f3cefe50f726621b5cf07 | |
parent | 194bffca4f4add6b22c21bd023bf8d6995fe4422 (diff) | |
download | buildstream-de51a5a587bced0b2092573a092503352a789931.tar.gz |
docs: update to reflect artifact as a proto
Part of #1024
-rw-r--r-- | doc/source/format_project.rst | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/source/format_project.rst b/doc/source/format_project.rst index f5758657d..214b6c616 100644 --- a/doc/source/format_project.rst +++ b/doc/source/format_project.rst @@ -218,6 +218,13 @@ The use of ports are required to distinguish between pull only access and push/pull access. For information regarding the server/client certificates and keys, please see: :ref:`Key pair for the server <server_authentication>`. +.. note:: + + Buildstream artifact servers have changed since 1.2 to use protocol buffers + to store artifact information rather than a directory structure, as well as a + new server API. As a result newer buildstream clients won't work with older + servers. + .. _project_source_cache: Source cache server @@ -239,12 +246,6 @@ Exactly the same as artifact servers, source cache servers can be specified. client-cert: client.crt client-key: client.key -.. note:: - - As artifact caches work in exactly the same way, a configured artifact server - can also be used as a source cache server. If you want to use a server as - both you can put it under both artifacts and source caches configs. - .. _project_remote_execution: Remote execution |