aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-unpack.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-03-21 21:40:28 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-04-19 19:39:55 +0300
commit15dff3c592385466406732cd6ced809dc28cf2e2 (patch)
tree1da9f0738293eb7906d92ab010a79c689087b655 /bpkg/pkg-unpack.hxx
parent46842f6cf74d085ced382dd0c187f6a7a578913c (diff)
Implement build plan simulation
Diffstat (limited to 'bpkg/pkg-unpack.hxx')
-rw-r--r--bpkg/pkg-unpack.hxx9
1 files changed, 6 insertions, 3 deletions
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