summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin.py
Commit message (Collapse)AuthorAgeFilesLines
* Pylint/PEP8 fixesSol Jerome2013-09-061-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Admin: Use string.ascii_lettersSol Jerome2013-09-011-1/+1
| | | | | | | | | The code using string.letters won't work with python 3 due to library changes. http://docs.python.org/3.0/whatsnew/3.0.html#library-changes Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* man: updated bcfg2-admin man pageChris St. Pierre2013-08-131-1/+1
|
* Merge branch 'maint'Chris St. Pierre2013-08-121-0/+1
| | | | | | Conflicts: src/lib/Bcfg2/Server/Admin/Viz.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py
* testsuite: fixed more unit testsChris St. Pierre2013-08-121-9/+10
|
* testsuite: fixed most pylint complaintsChris St. Pierre2013-08-091-15/+41
|
* Merge branch 'options-rewrite'Chris St. Pierre2013-08-081-66/+57
| | | | | | | | | | | | | | | | | | | | | | | | | 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 bcfg2-admin to new parserChris St. Pierre2013-06-271-0/+1164