From 4fd96434dd9afca5f446275fd037e28a09c85edd Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 18 May 2019 22:17:53 +0300 Subject: Add rep-info --deep option --- bpkg/rep-fetch.hxx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'bpkg/rep-fetch.hxx') diff --git a/bpkg/rep-fetch.hxx b/bpkg/rep-fetch.hxx index 24d37d3..1ed6a22 100644 --- a/bpkg/rep-fetch.hxx +++ b/bpkg/rep-fetch.hxx @@ -47,11 +47,18 @@ namespace bpkg shared_ptr certificate; // Authenticated. }; + // If requested, expand the file-referencing package manifest values + // (description, changes, etc), setting them to the contents of files they + // refer to and set the potentially absent description-type value to the + // effective description type (see libbpkg/manifest.hxx). Note that for pkg + // repositories such values are expanded at the repository creation time. + // rep_fetch_data rep_fetch (const common_options&, const dir_path* conf, const repository_location&, - bool ignore_unknown); + bool ignore_unknown, + bool expand_values); // Add (or update) repository locations to the configuration and fetch // them. If shallow is true, then don't fetch their prerequisite and/or -- cgit v1.1