From c0ca17391c41048cd1db19f0aa08e060624f4bd1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 20 Jun 2022 20:59:53 +0300 Subject: Add support for additional *-build package manifest values and alternative buildfile naming --- bpkg/rep-fetch.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bpkg/rep-fetch.hxx') diff --git a/bpkg/rep-fetch.hxx b/bpkg/rep-fetch.hxx index b9d458f..7e03999 100644 --- a/bpkg/rep-fetch.hxx +++ b/bpkg/rep-fetch.hxx @@ -54,9 +54,9 @@ namespace bpkg // (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) and load the - // bootstrap and root buildfiles into the respective *-build values. Note - // that for pkg repositories such values are expanded/loaded at the - // repository creation time. + // bootstrap, root, and config/*.build buildfiles into the respective *-build + // values. Note that for pkg repositories such values are expanded/loaded at + // the repository creation time. // rep_fetch_data rep_fetch (const common_options&, -- cgit v1.1