summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-yum-helper
Commit message (Collapse)AuthorAgeFilesLines
* make yum debug level adjustments work with older yumChris St. Pierre2011-12-021-2/+5
|
* added support for default/mandatory/optional package groupsChris St. Pierre2011-11-171-7/+26
|
* Various Packages plugin fixes:Chris St. Pierre2011-10-191-0/+312
* Added bcfg2-yum-helper to offload Yum API calls to a short-lived process. As absurd as this is, it appears to be the standard way to get around Yum's atrocious memory handling (cf. yum-updatesd). * Added SourceInitError for non-fatal errors instantiating new sources. * Fixed bug that caused all cached data to be removed on server startup (reported by mikemccllstr on IRC). * Fixed a number of overly aggressive caching issues. * Fixed the way sources are loaded at server startup. * Fixed handling of Yum package groups.