From f988aa9833cd337073451e6fa413a2358e8a4592 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 13 Nov 2018 13:43:06 +0300 Subject: Pass --deep option to bpkg-pkg-verify in bdep-publish --- bdep/publish.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bdep/publish.cxx b/bdep/publish.cxx index e46ac88..e6ea965 100644 --- a/bdep/publish.cxx +++ b/bdep/publish.cxx @@ -228,11 +228,16 @@ namespace bdep { fdpipe pipe (fdopen_pipe ()); // Text mode seems appropriate. + // Pass the --deep option to make sure that the *-file manifest values + // are resolvable, so rep-create will not fail due to this package + // down the road. + // pr = start_bpkg (2 /* verbosity */, o, pipe /* stdout */, 2 /* stderr */, "pkg-verify", + "--deep", "--manifest", a); -- cgit