Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved code under the func namespace. | Devan Goodwin | 2007-10-02 | 1 | -40/+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. | ||||
* | Make the command module use subprocess to capture stdin/stdout and return ↵ | Michael DeHaan | 2007-09-28 | 1 | -1/+9 |
| | | | | them to the caller. | ||||
* | Remove assorted unused imports | James Bowes | 2007-09-26 | 1 | -1/+0 |
| | |||||
* | Add simple command module for executing arbitrary commands | James Bowes | 2007-09-26 | 1 | -0/+33 |