From 15dff3c592385466406732cd6ced809dc28cf2e2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 21 Mar 2018 21:40:28 +0300 Subject: Implement build plan simulation --- bpkg/pkg-unpack.hxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'bpkg/pkg-unpack.hxx') diff --git a/bpkg/pkg-unpack.hxx b/bpkg/pkg-unpack.hxx index 83acb97..fd92e4c 100644 --- a/bpkg/pkg-unpack.hxx +++ b/bpkg/pkg-unpack.hxx @@ -26,7 +26,8 @@ namespace bpkg transaction&, const dir_path&, bool replace, - bool purge); + bool purge, + bool simulate); // Unpack the fetched package and commit the transaction. // @@ -34,7 +35,8 @@ namespace bpkg pkg_unpack (const common_options&, const dir_path& configuration, transaction&, - const string& name); + const string& name, + bool simulate); // Unpack the package as a source directory from a directory-based // repository and commit the transaction. @@ -45,7 +47,8 @@ namespace bpkg transaction&, string name, version, - bool replace); + bool replace, + bool simulate); } #endif // BPKG_PKG_UNPACK_HXX -- cgit v1.1