summaryrefslogtreecommitdiffstats
path: root/func/overlord/command.py
Commit message (Collapse)AuthorAgeFilesLines
* use certmaster.commonconfig.CMConfig here instead of the one that used to be ↵Adrian Likins2008-02-251-1/+1
| | | | in func
* copyfile.py: dont need the parse call hereAdrian Likins2007-10-121-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 beforeAdrian Likins2007-10-091-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 Goodwin2007-10-021-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.