aboutsummaryrefslogtreecommitdiff
path: root/brep/handler
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-05-21 11:45:49 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-05-21 11:45:49 +0300
commitaae2024a1bdce3ffcb9e638d4a949a71ecdef4c0 (patch)
treed26c780d02aaba74c0d7d0ee4b7fa56a72571f6c /brep/handler
parentd70fd11d67e584003fabfb3fa86f7acd0533d8ce (diff)
Expand *-file package manifest values in CI request handlers
Diffstat (limited to 'brep/handler')
-rw-r--r--brep/handler/ci/ci.bash.in2
1 files changed, 1 insertions, 1 deletions
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 () # <repo-url> <dir> <timeout>
# 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