summaryrefslogtreecommitdiffstats
path: root/func/overlord/client.py
Commit message (Collapse)AuthorAgeFilesLines
* Slight docs cleanup, make usage print the proper name of the app.Michael DeHaan2007-10-231-1/+0
|
* make func_command use the new handleArguments method fromAdrian Likins2007-10-091-33/+43
| | | | | | | | | | | | | | | | command.Command. Use this to fetch the hostnamegoo client.py: pull out expand_servers to module scope, and isServer(). This method basically tries to see if what we think is hostnamegoo is actually hostnamegoo. Kind of a guess atm. cmd_modules/call.py: change this so it doesn't do it's own parsing out of the hostname goo, instead using that from func_command (aka, the top level command parser) cmd_modules/show.py: just a cmd line module in early development
* er, merge?Adrian Likins2007-10-081-73/+4
| | | | wtf, I already committed and pushed these changes
* Moved code under the func namespace.Devan Goodwin2007-10-021-0/+295
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.