aboutsummaryrefslogtreecommitdiff
path: root/brep/handler
diff options
context:
space:
mode:
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