release-engineering/retrodep

Retrodep fails if retrieving any of the repo's fails.

Closed this issue · 1 comments

When resolving any of the repo's fails, retrodep will exit without printing any results.
I would rather expect that it will continue, printing the version of the problematic package as "?".
Some of the packages that cause an issue:

  • kubevirt.io/qe-tools/pkg/ginkgo-reporters
  • kubevirt.io/qe-tools/pkg/polarion-xml

#122 is an interim patch that does not print the problematic packages, but at least allows retrodep to continue with the correct ones.

Fixed via #119.