aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-fetch.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-08-18 08:35:18 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2021-08-18 11:54:44 +0300
commit4e9e142a6564b2a73848e735f9a1b5bb744d6a83 (patch)
tree940d36bf1136ddcecec7318032ae6d59b07e50f6 /bpkg/rep-fetch.hxx
parentcd315fecaf4c7473950c1610e06417634b416954 (diff)
Also consider subproject directory names when calculating manifest checksums
Diffstat (limited to 'bpkg/rep-fetch.hxx')
-rw-r--r--bpkg/rep-fetch.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/bpkg/rep-fetch.hxx b/bpkg/rep-fetch.hxx
index 7905e85..2445129 100644
--- a/bpkg/rep-fetch.hxx
+++ b/bpkg/rep-fetch.hxx
@@ -35,6 +35,12 @@ namespace bpkg
vector<repository_manifest> repositories;
vector<package_manifest> packages;
+
+ // Empty if the build2 project info is not available for the packages.
+ // Currently we only retrieve it for the directory and version control
+ // based repositories.
+ //
+ vector<package_info> package_infos;
};
vector<fragment> fragments;