diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-10 09:31:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-10 09:31:05 +0200 |
commit | 131278100eb4b5611f38c2ecd676dcbc14120915 (patch) | |
tree | 7d8bba8d8fa998b64fa2910df6dd8f9a734e6aff | |
parent | 61adcbd5ca83762c02cfa421e09fbd65c52b6da9 (diff) |
Document repository preference
-rw-r--r-- | bpkg/bpkg.cli | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bpkg/bpkg.cli b/bpkg/bpkg.cli index 1e3697c..d197e0b 100644 --- a/bpkg/bpkg.cli +++ b/bpkg/bpkg.cli @@ -61,6 +61,12 @@ namespace bpkg control}-based repositories are supported. A repository is identified by its location which can be a local filesystem path or a URL. + If the same version of a package is available from multiple repositories, + then they are assumed to contain identical package content. In such cases + \cb{bpkg} prefers local repositories over remote and among local + repositories it prefers the ones with external packages (see + \l{bpkg-pkg-unpack(1)} for details on external packages). + A typical \cb{bpkg} workflow would consist of the following steps. \dl| |