From aae2024a1bdce3ffcb9e638d4a949a71ecdef4c0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 21 May 2019 11:45:49 +0300 Subject: Expand *-file package manifest values in CI request handlers --- brep/handler/ci/ci.bash.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brep/handler/ci/ci.bash.in b/brep/handler/ci/ci.bash.in index a269e6b..0a33969 100644 --- a/brep/handler/ci/ci.bash.in +++ b/brep/handler/ci/ci.bash.in @@ -53,7 +53,7 @@ function dump_repository_manifests () # # Note that due to the --manifest option only known manifest values are # allowed. # - if ! run_silent bpkg rep-info --fetch-timeout "$tmo" --manifest \ + if ! run_silent bpkg rep-info --fetch-timeout "$tmo" --deep --manifest \ --repositories --repositories-file "$dir/repositories.manifest" \ --packages --packages-file "$dir/packages.manifest" "$url"; then -- cgit v1.1