summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | ignore the build/ dirAdrian Likins2007-09-211-0/+1
| |/ |/|
* | copyfile routine to push files quasi-intelligentlySeth Vidal2007-09-211-0/+104
| |
* | Add yum moduleJames Bowes2007-09-211-0/+48
|/ | | | Only updating supported right now.
* Misc fixes to the virt management module.Michael DeHaan2007-09-212-11/+11
|
* fix typoRobin Norwood2007-09-211-1/+1
|
* Merge branch 'master' of git://git.fedoraproject.org/git/hosted/funcRobin Norwood2007-09-211-1/+1
|\
| * use the right moduleSeth Vidal2007-09-211-1/+1
| |
* | Merge branch 'master' of git://git.fedoraproject.org/git/hosted/funcRobin Norwood2007-09-215-23/+14
|\|
| * Missed reboot.py when renaming web_svc to func_module.Michael DeHaan2007-09-211-2/+2
| |
| * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-217-56/+293
| |\
| * | Rename web_svc as func_module.Michael DeHaan2007-09-214-21/+12
| | |
* | | clean up dumb_client.py, and make it actually run for meRobin Norwood2007-09-211-7/+15
| |/ |/|
* | fix up a couple of bugs - verify that creating keys/csrs/certs is workingSeth Vidal2007-09-212-10/+17
| |
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-212-0/+33
|\ \ | | | | | | | | | | | | | | | * 'master' of ssh://git.fedoraproject.org/git/hosted/func: Add trait_names for ipython's tab completion Add reboot module
| * | Add trait_names for ipython's tab completionJames Bowes2007-09-201-0/+4
| | |
| * | Add reboot moduleJames Bowes2007-09-201-0/+29
| | |
* | | add func/certs.pySeth Vidal2007-09-214-60/+178
| | | | | | | | | | | | add __init__.py to make importing from func easier
* | | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-2036-2129/+853
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of ssh://git.fedoraproject.org/git/hosted/func: (27 commits) just a friendly reminder we are not vf_server, change I!*N domain Add virt module. Add test code for virt. add a very simple, very dumb commandline client: Remove messages.pot from po dir, since its automatically generated Get rid of extra / in module loading error pychecker cleanups Add po dir to git Prevent XMLRPC server from printing to console. Catch FuncException when the config file is missing and exit gracefully Implement a quickie service control module Removing VF items + misc cleanup Clean up some speclint warnings Baseobj bites the dust. remove all the --debug "try to run from the src tree" crap debug spew cleanup to protect the unwashed masses from foo poisoning fix up config_data to use ConfigParser correctly attempt to let us run with --debug flag to run from src checkout attempts at letting us run from a installed, or local modules ...
| * | just a friendly reminderAdrian Likins2007-09-201-1/+13
| | |
| * | we are not vf_server, change I!*N domainAdrian Likins2007-09-201-1/+1
| | |
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-09-202-1/+300
| |\|
| | * Add virt module.Michael DeHaan2007-09-201-0/+276
| | |
| | * Add test code for virt.Michael DeHaan2007-09-201-1/+24
| | |
| * | add a very simple, very dumb commandline client:Adrian Likins2007-09-201-0/+42
| |/ | | | | | | | | | | | | | | dumb_client.py methodname arg1 arg2 arg3 So at the moment, it will more or less all args get converted to strings, which is kind of lame,but I did say "dumb" didnt I?
| * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-09-207-4/+70
| |\
| | * Remove messages.pot from po dir, since its automatically generatedJames Bowes2007-09-202-22/+1
| | |
| | * Get rid of extra / in module loading errorJames Bowes2007-09-202-3/+3
| | |
| | * Add po dir to gitJames Bowes2007-09-202-1/+22
| | |
| | * Prevent XMLRPC server from printing to console.Michael DeHaan2007-09-201-0/+1
| | |
| | * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-202-2/+6
| | |\
| | | * Catch FuncException when the config file is missing and exit gracefullyJames Bowes2007-09-202-2/+6
| | | |
| | * | Implement a quickie service control moduleMichael DeHaan2007-09-202-0/+61
| | |/
| * / pychecker cleanupsAdrian Likins2007-09-202-6/+11
| |/ | | | | | | | | "import codes" instead of polluting the namespace with "from codes import *" and update accordingly
| * Removing VF items + misc cleanupMichael DeHaan2007-09-201-79/+42
| |
| * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-202-27/+3
| |\
| | * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-09-202-4/+11
| | |\
| | * | remove all the --debug "try to run from the src tree" crapAdrian Likins2007-09-202-27/+3
| | | | | | | | | | | | | | | | | | | | 3rd party modules wont be here anyway, so remove all that weird noise
| * | | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-202-4/+11
| |\ \ \ | | | |/ | | |/|
| | * | Clean up some speclint warningsJames Bowes2007-09-202-4/+11
| | |/
| * / Baseobj bites the dust.Michael DeHaan2007-09-203-127/+2
| |/
| * debug spew cleanup to protect the unwashed masses from foo poisoningAdrian Likins2007-09-202-8/+4
| |
| * fix up config_data to use ConfigParser correctlyAdrian Likins2007-09-201-1/+4
| |
| * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-09-2024-1944/+112
| |\
| | * Make init-scripts all standardized and LSB happy.Michael DeHaan2007-09-201-46/+37
| | |
| | * Remove yaml references from setup.py and specfile.Michael DeHaan2007-09-202-6/+2
| | |
| | * Remove yaml libraries (configparser is good enough) plus remove references ↵Michael DeHaan2007-09-2022-1650/+59
| | | | | | | | | | | | to virt-factory.
| | * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-2010-0/+287
| | |\
| | * | Basic config file. Intentionally short. Slowly removing VF code.Michael DeHaan2007-09-203-248/+20
| | | |
| * | | attempt to let us run with --debug flag to run from src checkoutAdrian Likins2007-09-201-18/+22
| | | |
| * | | attempts at letting us run from a installed, or local modulesAdrian Likins2007-09-201-11/+25
| | |/ | |/| | | | | | | there are smarter ways to do this I'm sure