From aae351ab537a4c7b62511ef72a8b3822c7722b2c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 5 May 2018 14:45:38 +0200 Subject: Factor repository types documentation into bpkg-repository-types(1) --- bpkg/bpkg.cli | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'bpkg/bpkg.cli') diff --git a/bpkg/bpkg.cli b/bpkg/bpkg.cli index bf36b74..f0e0928 100644 --- a/bpkg/bpkg.cli +++ b/bpkg/bpkg.cli @@ -51,15 +51,17 @@ namespace bpkg configuration is an amalgamation that contains packages as subprojects (see \l{bpkg-cfg-create(1)} for details). - A \i{bpkg package} is an archive or directory that contains a \cb{build2} - project plus the package \cb{manifest} file. \cb{bpkg} can either use - package archives/directories directly from the filesystem or it can fetch - archives from repositories. + A \i{bpkg package} is an archive or directory (potentially in a version + control system) that contains a \cb{build2} project plus the package + \cb{manifest} file. \cb{bpkg} can either use package archives/directories + directly from the filesystem or it can fetch them from repositories. A \i{bpkg repository} is a collection of packages as well as prerequisite and complement repositories. \i{Archive}, \i{directory} and \i{version control}-based repositories are supported. A repository is identified by - its location which can be a local filesystem path or a URL. + its location which can be a local filesystem path or a URL. See + \l{bpkg-repository-types(1)} for details on their structure and URL + format. If the same version of a package is available from multiple repositories, then they are assumed to contain identical package content. In such cases @@ -284,6 +286,11 @@ namespace bpkg "\l{bpkg-common-options(1)} \- details on common options" } + bool repository-types + { + "\l{bpkg-repository-types(1)} \- repository types, structure, and URLs" + } + bool repository-signing { "\l{bpkg-repository-signing(1)} \- how to sign repository" -- cgit v1.1