Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove svn keywords | Sol Jerome | 2012-02-19 | 1 | -2/+0 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | fixed bug with setting arch groups properly (reported by esrax in #bcfg2) | Chris St. Pierre | 2012-01-26 | 1 | -8/+14 |
| | |||||
* | improved Packages debug info, added packageresolve and packagesources ↵ | Chris St. Pierre | 2012-01-24 | 1 | -25/+28 |
| | | | | bcfg2-info commands | ||||
* | fixed typo | Chris St. Pierre | 2012-01-19 | 1 | -1/+1 |
| | |||||
* | fixed edge case where the same package exists in two repos available to the ↵ | Chris St. Pierre | 2012-01-18 | 1 | -1/+2 |
| | | | | same client | ||||
* | improved logging/debugging from bcfg2-yum-helper | Chris St. Pierre | 2012-01-18 | 1 | -22/+53 |
| | |||||
* | Set YumBase config properly (#1073) | Chris St. Pierre | 2012-01-17 | 1 | -0/+1 |
| | |||||
* | make yum debug level adjustments work with older yum | Chris St. Pierre | 2011-12-02 | 1 | -2/+5 |
| | |||||
* | added support for default/mandatory/optional package groups | Chris St. Pierre | 2011-11-17 | 1 | -7/+26 |
| | |||||
* | Various Packages plugin fixes: | Chris St. Pierre | 2011-10-19 | 1 | -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. |