SUSE / rmt

RPM repository mirroring tool and registration proxy for SUSE Customer Center.
Other
37 stars 46 forks source link

Fix redefinition warnings - warning: already initialized constant RMT::Downloader::RETRIES #1117

Closed felixsch closed 2 months ago

felixsch commented 2 months ago

Description

Fixes redefinition warnings because we superfluously imported rmt/downloader explicitly while its already imported implicitly.

image

How to test these changes?

# or any other repomd based product!
$ bin/rmt-cli products enable SLES/15.4/x86_64
$ bin/rmt-cli mirror
# expect: You should not see any warnings as shown above!

Thank you very much! :rocket:

PS: As always, if you have trouble reviewing this pullrequest, please do not hesitate to reach out for help!