Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Utils: Silence bogus pylint errors | Sol Jerome | 2013-07-31 | 1 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Executor: do not split the command line if shell is true | Alexander Sulfrian | 2013-06-29 | 1 | -1/+3 |
| | | | | | | | If the command should be excuted within a shell, it should not be splited into a list. If subcommand.Popen gets a list, the first element is the command and all other are the arguements. This breaks the shell evaluation of the commamnd. | ||||
* | Utils: PackedDigitRange __len__() breaks with open-ended ranges | Chris St. Pierre | 2013-06-19 | 1 | -3/+0 |
| | |||||
* | Executor: split commands given as strings | Chris St. Pierre | 2013-05-10 | 1 | -0/+2 |
| | |||||
* | RcUpdate: Fix detection of running services | Sol Jerome | 2013-04-10 | 1 | -2/+15 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | testsuite: more text fixes | Chris St. Pierre | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | testsuite: can't disable pylint R0924, since it doesn't exist on older ↵ | Chris St. Pierre | 2013-03-26 | 1 | -1/+14 |
| | | | | pylint and pylint barfs | ||||
* | testsuite: fixed issues found by latest version of pep8 | Chris St. Pierre | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | Executor: handle missing commands in a more backwards-compatible way | Chris St. Pierre | 2013-03-22 | 1 | -3/+9 |
| | |||||
* | Client: fix some OSError tracebacks from commands not found | Chris St. Pierre | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | Executor: better timeout implementation | Chris St. Pierre | 2013-03-15 | 1 | -17/+11 |
| | |||||
* | extended usage of Executor class, added client-side timeout options | Chris St. Pierre | 2013-02-14 | 1 | -1/+155 |
| | |||||
* | moved common file locking code into Bcfg2.Utils | Chris St. Pierre | 2013-02-14 | 1 | -0/+10 |
| | |||||
* | abstracted similar digit range classes in POSIXUsers/GroupPatterns into ↵ | Chris St. Pierre | 2013-02-14 | 1 | -0/+67 |
Bcfg2.Utils |