summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/DebInit.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix errros with old pylint/pep8Alexander Sulfrian2017-03-291-2/+2
| | | | | | | | | | | | For Python2.4 we need older version of pylint and pep8, that finds some more errors: - On python2.4 _ast is not available and pylint uses compiler.ast, that seems to have some problems with the line numbers if a comment is following the pylint disable marker. - In python2.4 there is no xml.etree. But we can ignore this error because Client.XML tries to find a suitable library. - Some small formatting issues.
* Pylint/PEP8 fixesSol Jerome2013-09-061-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* testsuite: fixed most pylint complaintsChris St. Pierre2013-08-091-2/+3
|
* Bcfg2/Client/Tools: do not get bootstatus directly from the entryAlexander Sulfrian2013-07-171-1/+1
| | | | | Bootstatus is optional and should have the value of status if not specified. This is handled by get_bootstatus.
* Services: Don't check status when set to 'ignore'Sol Jerome2013-06-031-17/+19
| | | | | | | Checking the status for services that don't support it leads to ugly output in the interactive client on some platforms. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Services: Add new bootstatus attributeSol Jerome2013-06-021-24/+73
| | | | | | | | | This new attribute allows the specification of a boot-time status separately from the current 'status' attribute. This allows for more fine-grained control over e.g. services that are really just boot scripts. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* testsuite: fixed issues found by latest version of pylintChris St. Pierre2013-03-261-1/+1
|
* better Executor class for client toolsChris St. Pierre2013-02-141-29/+30
|
* Revert "removed Bcfg2.Client.XML abstraction layer since we depend directly ↵Chris St. Pierre2012-08-061-2/+1
| | | | | | on lxml.etree" This reverts commit 913d320ee02d5e16b61a14d97b2b1111d307d0d3.
* removed Bcfg2.Client.XML abstraction layer since we depend directly on ↵Chris St. Pierre2012-08-031-1/+2
| | | | lxml.etree
* re-rationalized service modes to make them more consistent and granularChris St. Pierre2012-06-051-5/+0
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+125
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>