summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/YUMng.py
Commit message (Collapse)AuthorAgeFilesLines
* deprecated YUM24 tool, renamed YUMng to YUM, RPMng to RPMChris St. Pierre2012-09-261-949/+6
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-2/+4
|
* Revert "removed Bcfg2.Client.XML abstraction layer since we depend directly ↵Chris St. Pierre2012-08-061-19/+19
| | | | | | on lxml.etree" This reverts commit 913d320ee02d5e16b61a14d97b2b1111d307d0d3.
* removed Bcfg2.Client.XML abstraction layer since we depend directly on ↵Chris St. Pierre2012-08-031-19/+19
| | | | lxml.etree
* verify virtual package versions in YUMng (#1114)Chris St. Pierre2012-07-301-17/+49
|
* small bug fixesChris St. Pierre2012-07-101-1/+1
|
* fixed yumng verify_flags option handlingChris St. Pierre2012-06-261-2/+7
|
* minor option cleanupChris St. Pierre2012-06-011-2/+2
|
* fixed typoChris St. Pierre2012-06-011-41/+10
|
* YUMng: Fix DBStats hooks for centos5Tim Laszlo2012-05-231-3/+3
| | | | | On centos5 the hooks raise a TypeError. Replacing the keys with attributes.
* Adding DBStats hooks into YUMngJohn 'Skip' Reddy2012-05-171-0/+7
| | | | | YUMng did not have any hooks to save data via the DBStats plugin, so no statistics have been saved.
* PY3K: Fix exception handling for #1080Sol Jerome2012-03-311-1/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+936
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>