From 4cb81fd80a63004c08ba49ce9265318d5ba39082 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 2 Feb 2022 16:20:02 +0300 Subject: Adapt to *-build values added to package manifest --- brep/handler/submit/submit.bash.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'brep/handler/submit/submit.bash.in') diff --git a/brep/handler/submit/submit.bash.in b/brep/handler/submit/submit.bash.in index 667bbc1..f7e5124 100644 --- a/brep/handler/submit/submit.bash.in +++ b/brep/handler/submit/submit.bash.in @@ -47,10 +47,10 @@ function extract_package_manifest () # local arc="$1" local man="$2" - # 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). + # Pass the --deep option to make sure that the bootstrap buildfile is + # present and 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