aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-info.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-07-29 17:37:33 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-08-02 14:26:28 +0300
commitd6d72bc6e4545d216d89660f86781bbc34980fe9 (patch)
tree2971fda1501575cdc493095fecd1a8e5c0af9668 /bpkg/rep-info.cli
parentfee16e0139803510bb0666aa56990af5849b0589 (diff)
For rep-create, pkg-verify, and rep-info don't verify build-time toolchain dependency constraints if --ignore-unknown option is specified
Diffstat (limited to 'bpkg/rep-info.cli')
-rw-r--r--bpkg/rep-info.cli11
1 files changed, 10 insertions, 1 deletions
diff --git a/bpkg/rep-info.cli b/bpkg/rep-info.cli
index 441227e..c18831f 100644
--- a/bpkg/rep-info.cli
+++ b/bpkg/rep-info.cli
@@ -93,7 +93,16 @@ namespace bpkg
in the resulting packages manifest the \cb{*-file} values are replaced
with the contents of the referenced files and the \c{*-build} values
are automatically added (unless the corresponding files are
- absent). See also \cb{--repositories-file} and \cb{--packages-file}."
+ absent). See also \cb{--ignore-unknown}, \cb{--repositories-file}, and
+ \cb{--packages-file}."
+ }
+
+ bool --ignore-unknown
+ {
+ "Ignore unknown manifest entries. Note that this option also ignores
+ the version constraints in the special toolchain build-time
+ dependencies. This option is implied if \cb{--manifest} is not
+ specified."
}
bool --deep