diff options
-rw-r--r-- | bdep/publish.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
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); |