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/ci/ci.bash.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'brep/handler/ci') diff --git a/brep/handler/ci/ci.bash.in b/brep/handler/ci/ci.bash.in index b55749e..a269e6b 100644 --- a/brep/handler/ci/ci.bash.in +++ b/brep/handler/ci/ci.bash.in @@ -50,6 +50,9 @@ function dump_repository_manifests () # local dir="$2" local tmo="$3" + # Note that due to the --manifest option only known manifest values are + # allowed. + # if ! run_silent bpkg rep-info --fetch-timeout "$tmo" --manifest \ --repositories --repositories-file "$dir/repositories.manifest" \ --packages --packages-file "$dir/packages.manifest" "$url"; then -- cgit v1.1