The utility for building of AlmaLinux distributions (repos, ISO images).
003ceaa7be
- Get all potential matches for a dep, instead of our 'best' our 'best' may not be the same as install time best. - Remove anaconda code, use direct yum functions to get deps - Use a True/False flag to depsolve instead of iterating over a dict. - Log what packages are being added for which reasons. - Also fix a think-o with the false negative unmatched workaround. |
||
---|---|---|
config | ||
pypungi | ||
.hgignore | ||
.hgtags | ||
Authors | ||
Changelog | ||
COPYING | ||
GPL | ||
Makefile | ||
MANIFEST.in | ||
pungi | ||
pungi.spec | ||
README | ||
setup.py | ||
ToDo |
Pungi An anaconda based installation spin tool This project is aimed at making a public / free tool to spin installation trees/isos of Fedora. It will be written in python (for many obvious reasons). Code style I hope will be of a simple "master" process that can call any number of subprocesses depending on a configuration set. See http://hosted.fedoraproject.org/projects/pungi for more information.