aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-01-17 10:51:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-01-17 10:51:29 +0200
commit7a572b703b7207bb9bc7b2d8d3443152aac42d19 (patch)
treea0a18b1083d3017c067ad2669299380cf1eb4f82 /bpkg/pkg-build.cxx
parent6f41ca43cd46658dad840fb51d5fb59431ceac67 (diff)
Continue sketching system package manager interface
Diffstat (limited to 'bpkg/pkg-build.cxx')
-rw-r--r--bpkg/pkg-build.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/bpkg/pkg-build.cxx b/bpkg/pkg-build.cxx
index 61bd1da..f452d50 100644
--- a/bpkg/pkg-build.cxx
+++ b/bpkg/pkg-build.cxx
@@ -1762,6 +1762,9 @@ namespace bpkg
// no_db_system_repository or some such, which add_system_package()
// can use if db == NULL.
//
+ // @@ Actually, I think this should just be assert() since the only
+ // source of authoritative information is system package manager
+ // and it caches its results.
}
return vc;