summaryrefslogtreecommitdiffstats
path: root/func/overlord
Commit message (Expand)AuthorAgeFilesLines
* Applied James Anthill's patch to generalize "show" features, plus a releaseMichael DeHaan2007-12-111-29/+5
* Integrating the multiplexer feature (forkbomb.py) with func's Client module. ...Michael DeHaan2007-11-302-7/+26
* Working on integrating the multiplexer code with funcMichael DeHaan2007-11-302-12/+26
* Add forkbomb.py, which is a module we'll use to implement the multiplexer.Michael DeHaan2007-11-301-0/+146
* make func-inventory smart enough to know that if a module just returns a stri...Michael DeHaan2007-10-261-0/+4
* When func is invoked with no-args, show instructions rather than traceback.Michael DeHaan2007-10-261-0/+3
* This adds alternative output formats for func-inventory, so that other progra...Michael DeHaan2007-10-261-1/+30
* Slight changes to make it easier to establish seperate client handles to all ...Michael DeHaan2007-10-252-14/+25
* Added a ping function to the test module and a new command "func '*' ping" wh...Michael DeHaan2007-10-252-1/+72
* Make pretty printer be the default print option, and make a new option for ra...Michael DeHaan2007-10-251-6/+13
* Inventory module now defaults to calling 'inventory' methods, not 'info', to ...Michael DeHaan2007-10-241-3/+3
* change copyfile cmd line to transmit file contents as binary blobsAdrian Likins2007-10-241-2/+2
* move "func list_minions" to be a cmd moduleAdrian Likins2007-10-242-16/+63
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-10-231-1/+0
|\
| * remove unused func_command importAdrian Likins2007-10-231-1/+1
* | Initial go at the func inventory app (includes git integration). Docs TBA sh...Michael DeHaan2007-10-232-1/+154
|/
* Slight docs cleanup, make usage print the proper name of the app.Michael DeHaan2007-10-232-2/+1
* copyfile.py: dont need the parse call hereAdrian Likins2007-10-123-7/+8
* what kind of weird name is "rpath", change to "remotepath"Adrian Likins2007-10-121-2/+2
* add "copyfile" commandline module that knows how to get the localAdrian Likins2007-10-123-0/+109
* add "show hardare --os" optionAdrian Likins2007-10-101-11/+6
* add support to func cli for:Adrian Likins2007-10-091-10/+55
* make func_command use the new handleArguments method fromAdrian Likins2007-10-094-44/+140
* add a hook into command.py to do stuff to the arguments beforeAdrian Likins2007-10-091-0/+10
* er, merge?Adrian Likins2007-10-081-73/+4
* add a couple alternatice serializers just for kicksAdrian Likins2007-10-081-8/+35
* create a func/overkiad/cmd_modules sub dirAdrian Likins2007-10-083-0/+102
* Moved code under the func namespace.Devan Goodwin2007-10-026-0/+701