Scout24 / yum-repo-server

Server to host and manage yum repositories via REST API
GNU General Public License v3.0
114 stars 19 forks source link

make yum-repo-server-repos dnf compatible #58

Open pluralistix opened 9 years ago

pluralistix commented 9 years ago

As DNF (http://dnf.baseurl.org/) uses the repo-xmls instead of the repo-sqlite and DNF becomes the new default package manager starting with Fedora 22 (Release date 26.05.2015) those clients won't be able to use repos, which are created and maintend by yum-repo-server. Furthermore - clients having such repos attached will not be able to refresh metadata for all repos, as an refresh/download will fail completly. Please introduce a switch which allows to decide, which kind (xml, sqlite or both) of metadata is generated.

heroldus commented 7 years ago

In our case, repo-xmls will be huge and the generation will take a lot of resources. This really takes time in implementing and tuning...