fedora-infra / mirrormanager2

Rewrite of the MirrorManager application in Flask and SQLAlchemy
https://mirrormanager.fedoraproject.org
GNU General Public License v2.0
63 stars 46 forks source link

crawler: also crawl https-only mirrors #192

Closed adrianreber closed 7 years ago

adrianreber commented 7 years ago

The function which selects the crawl protocol only knows about 'rsync:', 'http:' and 'ftp:'.

A mirror which only provides 'https' will never be crawled.

This only changes 'http:' to 'http'.

Signed-off-by: Adrian Reber adrian@lisas.de

adrianreber commented 7 years ago

Fixes #183