summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Info.py
Commit message (Collapse)AuthorAgeFilesLines
* Server/Info: Fix encoding declarationAlexander Sulfrian2017-03-211-1/+1
| | | | | It seems to be, that there must not be any Python statement before the magic comment.
* Fix multiline scripts in bcfg2-info debug modes19n2017-03-091-3/+1
|
* Info: EventDebug, Update and Quit are now command classesAlexander Sulfrian2015-10-131-17/+26
|
* Info: expirecache only for interactive shellAlexander Sulfrian2015-10-131-0/+1
| | | | | The expirecache subcommand is only usefull from an interactive shell, so do not advertise it in the help from the commandline.
* Info: Fix expirecache subcommandAlexander Sulfrian2015-10-131-5/+4
| | | | The expirecache subcommand was using an old API.
* Info: Fix bcfg2-info shellAlexander Sulfrian2015-10-131-25/+47
|
* Options: further command registry fixesChris St. Pierre2014-11-101-0/+4
| | | | | | This updates the documentation for some of the recent changes to subcommand handling, and ensures that the server core is shut down by bcfg2-info.
* call shutdown on subcommand registriesChris St. Pierre2014-11-101-4/+6
|
* testsuite: Added unit tests for new option parsingChris St. Pierre2014-11-101-18/+7
|
* Info: Make ^C interaction look nicerSol Jerome2013-10-301-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Pylint/PEP8 fixesSol Jerome2013-09-061-5/+5
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge branch 'sort-bcfg2-info-lists' of https://github.com/dhutty/bcfg2Sol Jerome2013-09-061-4/+5
|\
| * ensure that bundles list correctly for clients with 1/many bundlesDuncan Hutty2013-08-121-3/+4
| |
| * sort the lists of Groups and Bundles in the output of bcfg2-info showclientDuncan Hutty2013-08-121-2/+2
| |
* | bcfg2-info: expand null list of hostname globs correctlyChris St. Pierre2013-09-031-1/+1
|/
* testsuite: fixed more unit testsChris St. Pierre2013-08-121-1/+4
|
* testsuite: fixed most pylint complaintsChris St. Pierre2013-08-091-8/+18
|
* Merge branch 'options-rewrite'Chris St. Pierre2013-08-081-21/+30
| | | | | | | | | | | | | | | | | | | | | | | | | 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-info to new parserChris St. Pierre2013-06-271-0/+861