summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/YUM.py
Commit message (Collapse)AuthorAgeFilesLines
* removed in-place modification of "states" dict in client toolsChris St. Pierre2013-02-211-5/+6
|
* removed passing setup and logger objects between client toolsChris St. Pierre2013-02-201-16/+19
|
* Merge branch 'master' into 1.4.xChris St. Pierre2013-02-201-7/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/contributors.txt schemas/bundle.xsd src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Server/Encryption.py src/lib/Bcfg2/Server/Lint/Genshi.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/Decisions.py src/lib/Bcfg2/Server/Plugins/TemplateHelper.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProperties.py tools/bcfg2-profile-templates.py
| * 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>
* | removed deprecated tools: RPMng, YUM24, YUMngChris St. Pierre2013-01-171-1/+1
|/
* 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