rpm-software-management / librepo

A library providing C and Python (libcURL like) API for downloading packages and linux repository metadata in rpm-md format
http://rpm-software-management.github.io/librepo/
GNU Lesser General Public License v2.1
75 stars 91 forks source link

Not all specified download sources have to work (RhBug:1775184) #189

Closed kontura closed 4 years ago

kontura commented 4 years ago

This for example resolves use case when both mirrorlist and baseurl are specified, mirrorlist file is not found and baseurl should be used as fallback.

https://bugzilla.redhat.com/show_bug.cgi?id=1775184

I have also extended the PR with tests: https://github.com/rpm-software-management/ci-dnf-stack/pull/804