aboutsummaryrefslogtreecommitdiff
path: root/brep/handler/submit/submit.bash.in
diff options
context:
space:
mode:
Diffstat (limited to 'brep/handler/submit/submit.bash.in')
-rw-r--r--brep/handler/submit/submit.bash.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/brep/handler/submit/submit.bash.in b/brep/handler/submit/submit.bash.in
index cb83384..d1d0634 100644
--- a/brep/handler/submit/submit.bash.in
+++ b/brep/handler/submit/submit.bash.in
@@ -50,6 +50,8 @@ function extract_package_manifest () # <archive> <manifest>
# 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.
+ # Note that we also make sure that all the manifest values are known (see
+ # bpkg-pkg-verify for details).
#
if ! run_silent bpkg pkg-verify --deep --manifest "$arc" >"$man"; then