summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-yum-helper
Commit message (Collapse)AuthorAgeFilesLines
* fixed bug with setting arch groups properly (reported by esrax in #bcfg2)Chris St. Pierre2012-01-261-8/+14
|
* improved Packages debug info, added packageresolve and packagesources ↵Chris St. Pierre2012-01-241-25/+28
| | | | bcfg2-info commands
* fixed typoChris St. Pierre2012-01-191-1/+1
|
* fixed edge case where the same package exists in two repos available to the ↵Chris St. Pierre2012-01-181-1/+2
| | | | same client
* improved logging/debugging from bcfg2-yum-helperChris St. Pierre2012-01-181-22/+53
|
* Set YumBase config properly (#1073)Chris St. Pierre2012-01-171-0/+1
|
* 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.