summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | the "make clean_harder" was perhaps a bit much...Adrian Likins2008-07-241-1/+1
* | | | | attempting to remove any prints to stdout that should be going to stderrAdrian Likins2008-07-247-12/+13
* | | | | rev api version to "0.1.0" since we changed the return ofAdrian Likins2008-07-241-1/+1
| |_|/ / |/| | |
* | | | Previously the update method returned true even if yum didn't actually update.Alex Wood2008-07-241-4/+3
* | | | Merge branch 'master' of ssh://alikins@git.fedoraproject.org/git/hosted/funcAdrian Likins2008-07-248-23/+237
|\ \ \ \
| * \ \ \ Merge kadamski@git.fedorahosted.org:/git/funcKrzysztof A. Adamski2008-07-249-8/+10
| |\ \ \ \
| * | | | | Raise exception when no minions match server_spec.Krzysztof A. Adamski2008-07-241-0/+2
| * | | | | Adding Steve Salevan to AUTHORS.Krzysztof A. Adamski2008-07-241-0/+1
| * | | | | Merge branch 'ssalevan-delegation'Krzysztof A. Adamski2008-07-247-23/+234
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of git@github.com:ssalevan/funcSteve Salevan2008-07-238-49/+516
| | |\ \ \ \ \
| | * | | | | | Adding delegation capabilities for asynchronous calls, fixing jobthing/forkbo...Steve Salevan2008-07-236-18/+150
| | * | | | | | Fixing mapper to recognize and fix infinite recursive loops and error conditionsSteve Salevan2008-07-182-2/+16
| | * | | | | | Adding delegation call grouping to reduce the amount of necessary delegated c...Steve Salevan2008-07-163-14/+79
| | | |_|_|/ / | | |/| | | |
* | | | | | | Merge branch 'unduping_code'Adrian Likins2008-07-241-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | change this call to hostname to emulate the way the old func.minion.utilsAdrian Likins2008-07-241-1/+1
* | | | | | | Merge branch 'unduping_code'Adrian Likins2008-07-249-8/+10
|\| | | | | | | |/ / / / / |/| | | | |
| * | | | | do a make clean_hard clean_harder on test installsAdrian Likins2008-07-241-0/+2
| * | | | | aiee. missed some uses of "func.config". Fix those to use certmaster.configAdrian Likins2008-07-248-8/+8
* | | | | | Merge branch 'unduping_code'Adrian Likins2008-07-2415-1055/+15
|\| | | | |
| * | | | | cleanup funcweb.egg-info on "make clean"Adrian Likins2008-07-241-0/+1
| * | | | | add funcweb/funcweb.egg-info to .gitignoreAdrian Likins2008-07-241-0/+1
| * | | | | remove func's copy of SSLCommon.py and SSLConnection.pyAdrian Likins2008-07-242-286/+0
| * | | | | use the SSLCommon from certmaster, it's gone from funcAdrian Likins2008-07-241-1/+1
| * | | | | remove func/certs.py, func/config.py, and func/minion/utils.pyAdrian Likins2008-07-243-712/+0
| * | | | | update to use certmaster utils.pyAdrian Likins2008-07-241-2/+2
| * | | | | 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
| | |/ / / | |/| | |
* / | | | fix calls of "func '@group1;@group2" fooAdrian Likins2008-07-242-21/+21
|/ / / /
* | | / 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
| |/ / |/| |