summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/RcUpdate.py
Commit message (Collapse)AuthorAgeFilesLines
* RcUpdate: Use get_bootstatusSol Jerome2013-07-081-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Services: Don't check status when set to 'ignore'Sol Jerome2013-06-031-14/+16
| | | | | | | 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-36/+70
| | | | | | | | | 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>
* RcUpdate: Fix detection of running servicesSol Jerome2013-04-101-8/+16
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Client: fix some OSError tracebacks from commands not foundChris St. Pierre2013-03-211-6/+6
|
* better Executor class for client toolsChris St. Pierre2013-02-141-14/+10
|
* made full pylint checks the default, expanded pylint coverage to lots of toolsChris St. Pierre2012-09-261-8/+8
|
* Rules: Implement status='ignore' for all service typesSol Jerome2012-09-111-0/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Revert "removed Bcfg2.Client.XML abstraction layer since we depend directly ↵Chris St. Pierre2012-08-061-4/+4
| | | | | | on lxml.etree" This reverts commit 913d320ee02d5e16b61a14d97b2b1111d307d0d3.
* removed Bcfg2.Client.XML abstraction layer since we depend directly on ↵Chris St. Pierre2012-08-031-4/+4
| | | | lxml.etree
* re-rationalized service modes to make them more consistent and granularChris St. Pierre2012-06-051-27/+13
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+97
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>