From fafc5727732c7df2c98b123292f483411e0050e3 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 31 Jan 2022 12:24:28 +0300 Subject: Add support for bootstrap-build and root-build values in package manifest --- bpkg/rep-info.cli | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'bpkg/rep-info.cli') diff --git a/bpkg/rep-info.cli b/bpkg/rep-info.cli index 60854ce..441227e 100644 --- a/bpkg/rep-info.cli +++ b/bpkg/rep-info.cli @@ -89,15 +89,17 @@ namespace bpkg "Instead of printing the information in the human-readable form, dump it (to \cb{stdout}) as manifest(s). Normally you would use this option in combination with \cb{--packages|-p} or \cb{--repositories|-r} to only - dump one of the manifests. If the \cb{--deep} option is specified, - then in the resulting packages manifest the \cb{*-file} values are - replaced with the contents of the referenced files. See also - \cb{--repositories-file} and \cb{--packages-file}." + dump one of the manifests. If the \cb{--deep} option is specified, then + 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}." } bool --deep { - "Verify files referenced by the \cb{*-file} manifest values." + "Verify the presence of the required \c{*-build} values/files and + the validity of files referenced by the \cb{*-file} manifest values." } path --repositories-file -- cgit v1.1