aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-03-01 16:13:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-03-01 16:13:53 +0200
commit35bbf1d79dfcc2cdf5be5f457639550f06a51bc5 (patch)
tree9c9e48528f77a3f38d5317bffdf673508534d7ae /bpkg/utility.txx
parentba7d2df9b8c834f2f4e3d2715f94503347c4630e (diff)
WIP (use installation manifest)
Diffstat (limited to 'bpkg/utility.txx')
-rw-r--r--bpkg/utility.txx3
1 files changed, 3 insertions, 0 deletions
diff --git a/bpkg/utility.txx b/bpkg/utility.txx
index 0f88d53..3fe1d72 100644
--- a/bpkg/utility.txx
+++ b/bpkg/utility.txx
@@ -21,6 +21,9 @@ namespace bpkg
{
small_vector<const char*, 1> ops;
+ // NOTE: see custom versions in system_package_manager* if adding
+ // anything new here (search for search_b()).
+
// Map verbosity level. If we are running quiet or at level 1,
// then run build2 quiet. Otherwise, run it at the same level
// as us.