| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved code under the func namespace. | Devan Goodwin | 2007-10-02 | 1 | -59/+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. | ||||
| * | pyflakes cleanups | Adrian Likins | 2007-09-24 | 1 | -3/+2 |
| | | | | | | | | 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 | -2/+2 |
| | | |||||
| * | Remove underscores from exported function names as they are now redundant. | Michael DeHaan | 2007-09-21 | 1 | -5/+5 |
| | | |||||
| * | fix typo | Robin Norwood | 2007-09-21 | 1 | -1/+1 |
| | | |||||
| * | Rename web_svc as func_module. | Michael DeHaan | 2007-09-21 | 1 | -3/+3 |
| | | |||||
| * | Implement a quickie service control module | Michael DeHaan | 2007-09-20 | 1 | -0/+60 |
