diff options
author | James Ennis <james.ennis@codethink.co.uk> | 2019-06-19 15:55:38 +0100 |
---|---|---|
committer | James Ennis <james.ennis@codethink.com> | 2019-08-06 13:03:47 +0000 |
commit | 5e475b9cdadc07272bc4cd4d0977422ec241a785 (patch) | |
tree | 2e20e58a5410547ef9acf480d3601b06f0b64c87 /doc | |
parent | ae518d4407f48e738741cd998eddf527b73e94f0 (diff) | |
download | buildstream-5e475b9cdadc07272bc4cd4d0977422ec241a785.tar.gz |
format_project.rst: Add required push flag to documentation
When declaring artifact/source servers which we want to
push to, we must set a "push" boolean
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/format_project.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/format_project.rst b/doc/source/format_project.rst index 8f8a4cfff..d33a4974f 100644 --- a/doc/source/format_project.rst +++ b/doc/source/format_project.rst @@ -204,6 +204,7 @@ with an artifact share. server-cert: server.crt # A remote cache from which to upload/download built/prebuilt artifacts - url: https://foo.com:11002 + push: true server-cert: server.crt client-cert: client.crt client-key: client.key @@ -241,6 +242,7 @@ Exactly the same as artifact servers, source cache servers can be specified. server.cert: server.crt # A remote cache from which to upload/download prestaged sources - url: https://foo.com:11002 + push: true server-cert: server.crt client-cert: client.crt client-key: client.key |