summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2016-12-08 14:20:19 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2016-12-09 17:46:54 +0000
commit17f264a4876dee43d97f14b777abdc328333f0c8 (patch)
tree155cd1c9fe1aa193fdf3d7c1844756b459385caa /man
parentef438c8d60489d707d79abfa9d7da0932bd86986 (diff)
downloadostree-17f264a4876dee43d97f14b777abdc328333f0c8.tar.gz
repo: Add unconfigured-state to remote config options
This is a migration from the origin version. It's nicer to have it in the remote, since that's what one needs to change. Then tools don't need to mess with the origin file.o In fact in this scenario one can keep the "media source" like `file:///install/repo` or whatever, since conceptually that's where it came from. We're just providing a better error. Closes: https://github.com/ostreedev/ostree/issues/626 Closes: #627 Approved by: jlebon
Diffstat (limited to 'man')
-rw-r--r--man/ostree.repo-config.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/ostree.repo-config.xml b/man/ostree.repo-config.xml
index 5e0383a6..b4c276df 100644
--- a/man/ostree.repo-config.xml
+++ b/man/ostree.repo-config.xml
@@ -179,6 +179,11 @@ Boston, MA 02111-1307, USA.
<term><varname>tls-ca-path</varname></term>
<listitem><para>Path to file containing trusted anchors instead of the system CA database.</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>
</variablelist>
</refsect1>