red-hat-storage / errata-tool

Modern Python API to Red Hat's Errata Tool
MIT License
31 stars 34 forks source link

Avoid populating CDN repo entries in dump-config with duplicates #221

Closed rhjostone closed 3 years ago

rhjostone commented 3 years ago

The dump-config functionality in errata-tool does not check for duplicate CDN repos, which can occur with repos that are part of multiple variants. This change adds a check to avoid duplicates in dump-config output.