From 309cccfffc15657dd8654aa6a14e444bb47417ae Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 21 Feb 2022 22:54:05 +0300 Subject: Increment version iteration for external packages on buildfiles change --- bpkg/manifest-utility.hxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bpkg/manifest-utility.hxx') diff --git a/bpkg/manifest-utility.hxx b/bpkg/manifest-utility.hxx index f293ef5..8701b65 100644 --- a/bpkg/manifest-utility.hxx +++ b/bpkg/manifest-utility.hxx @@ -153,6 +153,15 @@ namespace bpkg package_checksum (const common_options&, const dir_path& src_dir, const package_info*); + + // Caclulate the checksum of the buildfiles using the *-build manifest + // values, unless unspecified in which case use the files in the package + // source directory. + // + string + package_buildfiles_checksum (const optional& bootstrap_build, + const optional& root_build, + const dir_path& src_dir); } #endif // BPKG_MANIFEST_UTILITY_HXX -- cgit v1.1