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-fetch.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bpkg/pkg-fetch.hxx') diff --git a/bpkg/pkg-fetch.hxx b/bpkg/pkg-fetch.hxx index fe51ba6..5d59764 100644 --- a/bpkg/pkg-fetch.hxx +++ b/bpkg/pkg-fetch.hxx @@ -26,7 +26,8 @@ namespace bpkg transaction&, path archive, bool replace, - bool purge); + bool purge, + bool simulate); // Fetch the package from an archive-based repository and commit the // transaction. @@ -37,7 +38,8 @@ namespace bpkg transaction&, string name, version, - bool replace); + bool replace, + bool simulate); } #endif // BPKG_PKG_FETCH_HXX -- cgit v1.1