aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-02 12:37:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-02 12:37:10 +0200
commitad1b1f2193bf9356e9f858610dae34f15aca1df3 (patch)
tree8be175edae0fab9cf688cac2259ec9d2c344ae29
parent4ebe65d7dda10909995c7460050811f05205e0ee (diff)
Specify the 'trust' repository manifest value
-rw-r--r--doc/manual.cli17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/manual.cli b/doc/manual.cli
index 447586e..26c31a7 100644
--- a/doc/manual.cli
+++ b/doc/manual.cli
@@ -1003,6 +1003,7 @@ each value in subsequent sections.
[location]: <uri>
[type]: pkg|dir|git
[role]: base|prerequisite|complement
+[trust]: <fingerprint>
[url]: <url>
[email]: <email> [; <comment>]
[summary]: <text>
@@ -1064,6 +1065,22 @@ the role can be omitted (in which case it is assume to be \c{prerequisite}) or
it must be either \c{prerequisite} or \c{complement}.
+\h2#manifest-repository-trust|\c{trust}|
+
+\
+[trust]: <fingerprint>
+\
+
+The repository fingerprint to trust. The \c{trust} value can only be specified
+for prerequisite and complement repositories and only for repository types
+that support authentication (currently only \c{pkg}). The \i{fingerprint}
+value should be an SHA256 repository fingerprint represented as 32
+colon-separated hex digit pairs. \N{The repository in question is only trusted
+for use as a prerequisite or complement of this repository. If it is also used
+by other repositories or is added to the configuration by the user, then such
+uses cases are authenticated independently.}
+
+
\h2#manifest-repository-url|\c{url}|
\