From 273fa333112b16811d15755ebe55defb9508c073 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 3 Sep 2018 13:47:14 +0300 Subject: Add repository-type value to task manifest and rename repository value to repository-url --- doc/manual.cli | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'doc/manual.cli') 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: version: #location: -repository: +repository-url: +repository-type: pkg|git|dir [trust]: machine: @@ -344,15 +345,23 @@ version: The package version to build. -\h2#arch-task-repository|\c{repository}| +\h2#arch-task-repository-url|\c{repository-url}| \ -repository: +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}| \ -- cgit v1.1