From 0e31447976e338956f4aef98930f2f28261d9983 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 12 Nov 2018 14:38:43 +0300 Subject: Add pkg-verify --deep option --- bpkg/pkg-verify.hxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'bpkg/pkg-verify.hxx') diff --git a/bpkg/pkg-verify.hxx b/bpkg/pkg-verify.hxx index 907b37c..a772a8f 100644 --- a/bpkg/pkg-verify.hxx +++ b/bpkg/pkg-verify.hxx @@ -17,14 +17,16 @@ namespace bpkg int pkg_verify (const pkg_verify_options&, cli::scanner& args); - // Verify archive is a valid package and return its manifest. Throw - // failed if invalid or if something goes wrong. If diag is false, - // then don't issue diagnostics about the reason why the package is - // invalid. + // Verify archive is a valid package and return its manifest. If requested, + // expand the file-referencing manifest values (description, changes, etc), + // setting them to the contents of files they refer to. Throw failed if + // invalid or if something goes wrong. If diag is false, then don't issue + // diagnostics about the reason why the package is invalid. // package_manifest pkg_verify (const common_options&, const path& archive, + bool expand_values, bool ignore_unknown, bool diag = true); -- cgit v1.1