summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/YUM.py
Commit message (Collapse)AuthorAgeFilesLines
* fixed some pylint errorsChris St. Pierre2013-03-191-6/+6
|
* YUM: Fixed YUM Group package selection with group types (default, optional, ↵Jason Kincl2013-02-271-6/+12
| | | | all) on client tool
* YUM: Cleaner implementation of missing_attrs() from superclassJason Kincl2013-02-251-12/+4
|
* YUM: Adding functionality to YUM client tool to resolve YUM groups when ↵Jason Kincl2013-02-221-8/+80
| | | | server-side resolver is off
* YUM: Set logger to info for pkg verify failuresSol Jerome2013-01-301-7/+8
| | | | | | | | If the loglevel is set to debug, then a user running the client without -d will not be informed why the client is asking them to install Package entries which may already be installed (but are not verifying). Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: wrote devel docs for client tool base objectsChris St. Pierre2012-12-041-7/+6
|
* disambiguate yum transaction errorsChris St. Pierre2012-11-271-4/+4
|
* YUM: fixed bug in pylint complianceChris St. Pierre2012-09-281-1/+1
|
* made YUM driver pass pylintChris St. Pierre2012-09-261-256/+272
|
* YUM: driver now records actions to yum.log (#1103)Chris St. Pierre2012-09-261-107/+113
|
* deprecated YUM24 tool, renamed YUMng to YUM, RPMng to RPMChris St. Pierre2012-09-261-0/+951