summaryrefslogtreecommitdiff
path: root/man/ostree.repo-config.xml
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-12-06 17:07:48 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-12-07 19:08:01 +0000
commit7173ac76bc1930eaa592417ea52dce308842d2a7 (patch)
tree718323297b91a71ca5832541dcb13d738b8f31b1 /man/ostree.repo-config.xml
parent3f4506f088b17fa0db7929fc4818f11f9ad1396b (diff)
downloadostree-7173ac76bc1930eaa592417ea52dce308842d2a7.tar.gz
pull: Add http2=false remote config option
This seems to work around https://github.com/ostreedev/ostree/issues/1362 Though I'm not entirely sure why yet. But at least with this it'll be easier for people to work around things locally. Closes: #1368 Approved by: jlebon
Diffstat (limited to 'man/ostree.repo-config.xml')
-rw-r--r--man/ostree.repo-config.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/ostree.repo-config.xml b/man/ostree.repo-config.xml
index 388b9e62..9378a6b9 100644
--- a/man/ostree.repo-config.xml
+++ b/man/ostree.repo-config.xml
@@ -223,6 +223,14 @@ Boston, MA 02111-1307, USA.
</varlistentry>
<varlistentry>
+ <term><varname>http2</varname></term>
+ <listitem><para>A boolean value, defaults to true. By
+ default, libostree will use HTTP2; setting this to <literal>false</literal>
+ will disable it. May be useful to work around broken servers.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><varname>unconfigured-state</varname></term>
<listitem><para>If set, pulls from this remote will fail with the configured text. This is intended for OS vendors which have a subscription process to access content.</para></listitem>
</varlistentry>