issues
search
release-engineering
/
ubi-population-tool
A tool for populating UBI repositories.
GNU General Public License v3.0
3
stars
14
forks
source link
Refactored with pubtools.pulplib.YumRepository
#151
Closed
rbikar
closed
3 years ago
rbikar
commented
3 years ago
Started using Client and YumRepository from pubtools.pulplib.
It's still required to use to old client located in this repository until all interaction with pulp is refactored with pulplib.
Getting ubi repo sets is now way easier with the latest updates in pulplib - we can directly ask for related source and debug repository
Using only population_source repository attr., since it's populated for all ubi repositories
Removed already unused code and updated tests
Moved any expensive and difficult to mock calculations out of UbiPopulate.
init
()