aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-add.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-03-05 16:49:24 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-03-05 17:25:16 +0300
commit22e35bf80cea95dc1edce22e729199f61a6fedcd (patch)
treee8b00be480a8a1b57641f23e1f7d09fb0a8bad1a /bpkg/rep-add.cli
parentcdbc374bc16ed0db1a4a206064bb090ac935d89d (diff)
Add .manifest extension to repositories, packages and signature files
Diffstat (limited to 'bpkg/rep-add.cli')
-rw-r--r--bpkg/rep-add.cli22
1 files changed, 11 insertions, 11 deletions
diff --git a/bpkg/rep-add.cli b/bpkg/rep-add.cli
index b566bbd..72da5e5 100644
--- a/bpkg/rep-add.cli
+++ b/bpkg/rep-add.cli
@@ -84,18 +84,18 @@ namespace bpkg
\
A \cb{git} repository is expected to contain either the \cb{manifest} or
- \cb{packages} file in the root directory of the repository. If it only
- contains \cb{manifest}, then it is assumed to be a single-package
+ \cb{packages.manifest} file in the root directory of the repository. If
+ it only contains \cb{manifest}, then it is assumed to be a single-package
repository with the \cb{manifest} file being its package manifest.
- Otherwise the \cb{packages} file should list the available packages as
- described in \l{bpkg#manifest-package-list-git Package List Manifest for
- \cb{git} Repositories}.
-
- A \cb{git} repository may also contain the \cb{repositories} file in the
- root directory of the repository. This file can be used to describe the
- repository itself as well as specify its prerequisite and complement
- repositories. See \l{bpkg#manifest-repository-list Repository List
- Manifest} for details on the format and semantics of this file.
+ Otherwise the \cb{packages.manifest} file should list the available
+ packages as described in \l{bpkg#manifest-package-list-git Package List
+ Manifest for \cb{git} Repositories}.
+
+ A \cb{git} repository may also contain the \cb{repositories.manifest}
+ file in the root directory of the repository. This file can be used to
+ describe the repository itself as well as specify its prerequisite and
+ complement repositories. See \l{bpkg#manifest-repository-list Repository
+ List Manifest} for details on the format and semantics of this file.
Supported git protocols are \cb{git://}, \cb{http://}, and \cb{https://}
for remote repositories and \cb{file://} for local repositories. While