man/repo-config: Document mirrorlist
We should get more strict about docs. Add some text about `contenturl` and mirrorlists. Closes: #709 Approved by: jlebon
This commit is contained in:
parent
0817be61a1
commit
a71d550860
|
|
@ -127,10 +127,16 @@ Boston, MA 02111-1307, USA.
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>url</varname></term>
|
<term><varname>url</varname></term>
|
||||||
<listitem><para>Must be present; declares URL for accessing
|
<listitem><para>Must be present; declares URL for accessing metadata and
|
||||||
this remote. The only supported schemes are the moment are
|
content for remote. See also <literal>contenturl</literal>. The
|
||||||
<literal>file</literal>, <literal>http</literal>, and
|
supported schemes are documented below.</para></listitem>
|
||||||
<literal>https</literal>.</para></listitem>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><varname>contenturl</varname></term>
|
||||||
|
<listitem><para>Declares URL for accessing content (filez, static delta
|
||||||
|
parts). When specified, <literal>url</literal> is used just for
|
||||||
|
metadata: summary, static delta "superblocks".</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
|
@ -201,6 +207,32 @@ Boston, MA 02111-1307, USA.
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
<refsect1>
|
||||||
|
<title>Repository url/contenturl</title>
|
||||||
|
<para>
|
||||||
|
Originally, OSTree had just a <literal>url</literal> option
|
||||||
|
for remotes. Since then, the <literal>contenturl</literal>
|
||||||
|
option was introduced. Both of these support
|
||||||
|
<literal>file</literal>, <literal>http</literal>, and
|
||||||
|
<literal>https</literal> schemes.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
Additionally, both of these can be prefixed with the string
|
||||||
|
<literal>mirrorlist=</literal>, which instructs the client
|
||||||
|
that the target url is a "mirrorlist" format, which is
|
||||||
|
a plain text file of newline-separated URLs. Earlier
|
||||||
|
URLs will be given precedence.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
Note that currently, the <literal>tls-ca-path</literal> and
|
||||||
|
<literal>tls-client-cert-path</literal> options apply to every HTTP
|
||||||
|
request, even when <literal>contenturl</literal> and/or
|
||||||
|
<literal>mirrorlist</literal> are in use. This may change in the future to
|
||||||
|
only apply to metadata (i.e. <literal>url</literal>, not
|
||||||
|
<literal>contenturl</literal>) fetches.
|
||||||
|
</para>
|
||||||
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
<title>Per-remote GPG keyrings and verification</title>
|
<title>Per-remote GPG keyrings and verification</title>
|
||||||
<para>
|
<para>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue