aboutsummaryrefslogtreecommitdiff
path: root/bpkg/bpkg.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-05 14:45:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-05 14:45:38 +0200
commitaae351ab537a4c7b62511ef72a8b3822c7722b2c (patch)
tree49450b294283fd2b122024c16774c1e81b725244 /bpkg/bpkg.cli
parent05ca2987142b95925dba36a9eaef2c22a0f32081 (diff)
Factor repository types documentation into bpkg-repository-types(1)
Diffstat (limited to 'bpkg/bpkg.cli')
-rw-r--r--bpkg/bpkg.cli17
1 files changed, 12 insertions, 5 deletions
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"