aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-09-03 13:47:14 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-09-03 13:47:14 +0300
commit273fa333112b16811d15755ebe55defb9508c073 (patch)
tree6cd353a1ecb02cff0826cd1994f69ff1d081b294 /doc
parent979cc6a6740f0174570923f2d968207b8eb1e16c (diff)
Add repository-type value to task manifest and rename repository value to repository-url
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.cli17
1 files changed, 13 insertions, 4 deletions
diff --git a/doc/manual.cli b/doc/manual.cli
index fe1338a..414cb3e 100644
--- a/doc/manual.cli
+++ b/doc/manual.cli
@@ -316,7 +316,8 @@ subsequent sections.
name: <package-name>
version: <package-version>
#location: <package-url>
-repository: <repository-url>
+repository-url: <repository-url>
+repository-type: pkg|git|dir
[trust]: <repository-fp>
machine: <machine-name>
@@ -344,15 +345,23 @@ version: <package-version>
The package version to build.
-\h2#arch-task-repository|\c{repository}|
+\h2#arch-task-repository-url|\c{repository-url}|
\
-repository: <repository-url>
+repository-url: <repository-url>
\
-The \cb{pkg} repository that contains the package and its dependencies.
+The URL of the repository that contains the package and its dependencies.
+\h2#arch-task-repository-type|\c{repository-type}|
+
+\
+repository-type: pkg|git|dir
+\
+
+The repository type (see \c{repository-url} for details).
+
\h2#arch-task-trust|\c{trust}|
\