summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugin/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Pylint fixes for pylint 0.28Chris St. Pierre2015-02-171-3/+0
| | | | | This also pins Pylint to 0.28 or older so that we don't have to do this again. At some point we should look at upgrading to Pylint 1.x.
* testsuite: fixed most pylint complaintsChris St. Pierre2013-08-091-0/+2
|
* Merge branch 'options-rewrite'Chris St. Pierre2013-08-081-0/+29
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Init.py src/lib/Bcfg2/Server/Admin/Xcmd.py src/lib/Bcfg2/Server/BuiltinCore.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/MultiprocessingCore.py src/lib/Bcfg2/Server/Plugin/base.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py src/lib/Bcfg2/Server/SSLServer.py src/lib/Bcfg2/Utils.py src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt src/sbin/bcfg2-info src/sbin/bcfg2-lint src/sbin/bcfg2-test src/sbin/bcfg2-yum-helper tools/bcfg2-profile-templates.py
| * Options: migrated plugins to new options parserChris St. Pierre2013-06-271-0/+29
|/
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-4/+5
|
* Documented all plugin helper objectsChris St. Pierre2012-09-061-2/+13
|
* split up mammoth Plugin.pyChris St. Pierre2012-09-061-0/+11