From 8f9a80a9ac8f353ce2cdafa23f0e5163d30d5800 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 1 May 2019 22:32:11 +0300 Subject: Add support for description-type package manifest value --- brep/handler/submit/submit.bash.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'brep/handler/submit') 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 () # # 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 -- cgit v1.1