diff options
-rw-r--r-- | brep/handler/ci/ci.bash.in | 2 |
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 |