Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved code under the func namespace. | Devan Goodwin | 2007-10-02 | 1 | -79/+0 |
| | | | | | | Previously we had overlord, minion, modules, and func all at the root of the source tree. After install these would all be shuffled below func. Relocated them in the source tree to reflect this. | ||||
* | Fix bad indentation in minion, modules and overlord | James Bowes | 2007-09-29 | 1 | -1/+1 |
| | |||||
* | catch some potentially bad args to the process.kill method | Adrian Likins | 2007-09-25 | 1 | -2/+11 |
| | | | | | We don't want empty args to end up killing the calling process, aka, funcd, so we filter those out. | ||||
* | Be a bit more paranoid about sub processes. Before | Adrian Likins | 2007-09-25 | 1 | -3/+6 |
| | | | | | | | | we could just send "aux; some_arbitrary_command_here" and "some_arbitrary_command_here" would get executed. Also, for some reason, if we send process.kill just one argument, it kills funcd dead. I'm not sure why currently | ||||
* | pyflakes cleanups | Adrian Likins | 2007-09-24 | 1 | -1/+0 |
| | | | | | | | mostly just removing unused modules change "from codes import *" to "import codes" in a couple places and updated accordingly | ||||
* | Package the subprocess module so that we can use it on EL4. | Michael DeHaan | 2007-09-24 | 1 | -4/+4 |
| | |||||
* | Remove header from ps output | Michael DeHaan | 2007-09-24 | 1 | -1/+1 |
| | |||||
* | Added kill and pkill to the process module | Michael DeHaan | 2007-09-21 | 1 | -1/+12 |
| | |||||
* | Process module. Accepts flags to PS, returns nicely formatted tabular output. | Michael DeHaan | 2007-09-21 | 1 | -0/+57 |