summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add funcweb to "make clean" targetsAdrian Likins2008-07-241-2/+2
* gut most of func/utils.pyAdrian Likins2008-07-243-51/+6
* use the config.py from certmaster, we dont need it hereAdrian Likins2008-07-241-1/+1
* add #! lineAdrian Likins2008-07-241-0/+1
* apply patch from awood@redhat.com thats adds a filter to the yumcmd.check_upd...Adrian Likins2008-07-233-4/+40
* Fix usage message printing in copyfile cmd_module.Krzysztof A. Adamski2008-07-201-1/+1
* Merge branch 'mhicks'Adrian Likins2008-07-191-0/+36
|\
| * We need to make sure the KVM autostart directory existsMatt Hicks2008-07-181-0/+9
| * Adding a 'virttype' method to the virtualization moduleMatt Hicks2008-07-181-0/+3
| * Switching from using 'virsh autostart' to manually creatingMatt Hicks2008-07-181-4/+7
| * Adding an autostart method that creates the symbolic linkMatt Hicks2008-07-181-0/+21
| * Adding an option for no graphics supportMatthew Hicks2008-07-151-1/+4
| * Closing file descriptors during the virt install to avoid leaking themMatthew Hicks2008-07-151-1/+1
| * Updated find_resources.py and func-find-resources script to look across minionsMatthew Hicks2008-07-152-35/+38
* | Do some refactoring of func-transmit.Adrian Likins2008-07-181-79/+86
* | update list_minion test to expect just the listAdrian Likins2008-07-181-1/+1
* | remove the code that packs this into a dict, Marco says it'sAdrian Likins2008-07-181-2/+1
* | test_func_transmit.py: refactor the unittestsAdrian Likins2008-07-181-32/+173
* | func-transmit: merge a modified patch from mmornati@byte-code.comAdrian Likins2008-07-181-14/+48
* | func.spec: remove requirement for pyyaml, add python-simplejsonAdrian Likins2008-07-181-1/+1
* | func-transmit: handle lists of client globs. Not sure this is the correctAdrian Likins2008-07-162-4/+69
* | Change parameter passing... we need to call it with a list of paramaters, tho...Adrian Likins2008-07-151-1/+6
* | new file, test_func_transmit.py:Adrian Likins2008-07-152-0/+140
* | Added patch to be able to update just a specific packageMichael DeHaan2008-07-152-2/+6
* | Merge branch 'mhicks_submit'Michael DeHaan2008-07-143-37/+43
|\ \
| * | Adding an option for no graphics supportMatthew Hicks2008-07-071-1/+4
| * | Closing file descriptors during the virt install to avoid leaking themMatthew Hicks2008-07-071-1/+1
| * | Updated find_resources.py and func-find-resources script to look across minionsMatthew Hicks2008-07-072-35/+38
* | | Grails plugin is not technically a language binding, so we are going to let t...Michael DeHaan2008-07-1418-2941/+0
* | | Remove binary filesMichael DeHaan2008-07-114-3/+0
* | | Merging Marco's func bindingsMichael DeHaan2008-07-1132-0/+3544
* | | Removing stray print messageMichael DeHaan2008-07-113-33/+10
* | | Correct merge errorMichael DeHaan2008-07-111-1/+1
* | | Merge branch 'ssalevan_delegation'Michael DeHaan2008-07-1112-18/+449
|\ \ \
| * | | Add missing yaml filesMichael DeHaan2008-07-1111-0/+1691
| * | | Adding in some code to make CLI access available for delegationSteve Salevan2008-07-104-12/+16
| * | | Removing superfluous print statementsSteve Salevan2008-07-091-2/+0
| * | | Committing fixes to delegation/overlord client codeSteve Salevan2008-07-092-3/+8
| * | | Adding potentially-working delegation code to overlord clientSteve Salevan2008-07-092-17/+54
| * | | Adding in tree manipulation tools and minion-side delegation module.Steve Salevan2008-07-083-4/+217
| * | | Adding in arguments for calling func with delegationSteve Salevan2008-07-012-2/+18
| * | | Adding in some basic map append functionality to mapper toolSteve Salevan2008-06-271-4/+25
| * | | Adding in a command-line map building tool,Steve Salevan2008-06-274-1/+89
| * | | Renaming minion module certmaster to prevent gnarl namespace issues.Steve Salevan2008-06-272-4/+8
| * | | Fixing mapping function to produce correct mapSteve Salevan2008-06-271-10/+11
| * | | Fixing certmaster to work with branched certmaster project (you can noSteve Salevan2008-06-272-1/+45
* | | | Allow func-transmit to call "list_minions"Michael DeHaan2008-07-111-12/+25
* | | | Make list_minions use the server_spec APIs versus making a remote test call.Michael DeHaan2008-07-113-9/+6
* | | | Merge branch 'makkalot_extreme'Michael DeHaan2008-07-0833-106/+1616
|\ \ \ \
| * | | | add the func rewuirement to specmakkalot2008-07-081-1/+1