Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use certmaster.commonconfig.CMConfig here instead of the one that used to be ↵ | Adrian Likins | 2008-02-25 | 1 | -1/+1 |
| | | | | in func | ||||
* | copyfile.py: dont need the parse call here | Adrian Likins | 2007-10-12 | 1 | -3/+5 |
| | | | | | | | command.py: move the parse args stuff to before we call subcommands func_command.py: include the copyfile classes so we can use them | ||||
* | add a hook into command.py to do stuff to the arguments before | Adrian Likins | 2007-10-09 | 1 | -0/+10 |
| | | | | | | | command.py tries to dig into them itself. We will use this to get the "hostnamegoo" out before looking for subcommands. | ||||
* | Moved code under the func namespace. | Devan Goodwin | 2007-10-02 | 1 | -0/+275 |
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. |