Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | ignore the build/ dir | Adrian Likins | 2007-09-21 | 1 | -0/+1 | |
| |/ |/| | ||||||
* | | copyfile routine to push files quasi-intelligently | Seth Vidal | 2007-09-21 | 1 | -0/+104 | |
| | | ||||||
* | | Add yum module | James Bowes | 2007-09-21 | 1 | -0/+48 | |
|/ | | | | Only updating supported right now. | |||||
* | Misc fixes to the virt management module. | Michael DeHaan | 2007-09-21 | 2 | -11/+11 | |
| | ||||||
* | fix typo | Robin Norwood | 2007-09-21 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of git://git.fedoraproject.org/git/hosted/func | Robin Norwood | 2007-09-21 | 1 | -1/+1 | |
|\ | ||||||
| * | use the right module | Seth Vidal | 2007-09-21 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' of git://git.fedoraproject.org/git/hosted/func | Robin Norwood | 2007-09-21 | 5 | -23/+14 | |
|\| | ||||||
| * | Missed reboot.py when renaming web_svc to func_module. | Michael DeHaan | 2007-09-21 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Michael DeHaan | 2007-09-21 | 7 | -56/+293 | |
| |\ | ||||||
| * | | Rename web_svc as func_module. | Michael DeHaan | 2007-09-21 | 4 | -21/+12 | |
| | | | ||||||
* | | | clean up dumb_client.py, and make it actually run for me | Robin Norwood | 2007-09-21 | 1 | -7/+15 | |
| |/ |/| | ||||||
* | | fix up a couple of bugs - verify that creating keys/csrs/certs is working | Seth Vidal | 2007-09-21 | 2 | -10/+17 | |
| | | ||||||
* | | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Seth Vidal | 2007-09-21 | 2 | -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 completion | James Bowes | 2007-09-20 | 1 | -0/+4 | |
| | | | ||||||
| * | | Add reboot module | James Bowes | 2007-09-20 | 1 | -0/+29 | |
| | | | ||||||
* | | | add func/certs.py | Seth Vidal | 2007-09-21 | 4 | -60/+178 | |
| | | | | | | | | | | | | add __init__.py to make importing from func easier | |||||
* | | | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Seth Vidal | 2007-09-20 | 36 | -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 reminder | Adrian Likins | 2007-09-20 | 1 | -1/+13 | |
| | | | ||||||
| * | | we are not vf_server, change I!*N domain | Adrian Likins | 2007-09-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Adrian Likins | 2007-09-20 | 2 | -1/+300 | |
| |\| | ||||||
| | * | Add virt module. | Michael DeHaan | 2007-09-20 | 1 | -0/+276 | |
| | | | ||||||
| | * | Add test code for virt. | Michael DeHaan | 2007-09-20 | 1 | -1/+24 | |
| | | | ||||||
| * | | add a very simple, very dumb commandline client: | Adrian Likins | 2007-09-20 | 1 | -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/func | Adrian Likins | 2007-09-20 | 7 | -4/+70 | |
| |\ | ||||||
| | * | Remove messages.pot from po dir, since its automatically generated | James Bowes | 2007-09-20 | 2 | -22/+1 | |
| | | | ||||||
| | * | Get rid of extra / in module loading error | James Bowes | 2007-09-20 | 2 | -3/+3 | |
| | | | ||||||
| | * | Add po dir to git | James Bowes | 2007-09-20 | 2 | -1/+22 | |
| | | | ||||||
| | * | Prevent XMLRPC server from printing to console. | Michael DeHaan | 2007-09-20 | 1 | -0/+1 | |
| | | | ||||||
| | * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Michael DeHaan | 2007-09-20 | 2 | -2/+6 | |
| | |\ | ||||||
| | | * | Catch FuncException when the config file is missing and exit gracefully | James Bowes | 2007-09-20 | 2 | -2/+6 | |
| | | | | ||||||
| | * | | Implement a quickie service control module | Michael DeHaan | 2007-09-20 | 2 | -0/+61 | |
| | |/ | ||||||
| * / | pychecker cleanups | Adrian Likins | 2007-09-20 | 2 | -6/+11 | |
| |/ | | | | | | | | | "import codes" instead of polluting the namespace with "from codes import *" and update accordingly | |||||
| * | Removing VF items + misc cleanup | Michael DeHaan | 2007-09-20 | 1 | -79/+42 | |
| | | ||||||
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Michael DeHaan | 2007-09-20 | 2 | -27/+3 | |
| |\ | ||||||
| | * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Adrian Likins | 2007-09-20 | 2 | -4/+11 | |
| | |\ | ||||||
| | * | | remove all the --debug "try to run from the src tree" crap | Adrian Likins | 2007-09-20 | 2 | -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/func | Michael DeHaan | 2007-09-20 | 2 | -4/+11 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Clean up some speclint warnings | James Bowes | 2007-09-20 | 2 | -4/+11 | |
| | |/ | ||||||
| * / | Baseobj bites the dust. | Michael DeHaan | 2007-09-20 | 3 | -127/+2 | |
| |/ | ||||||
| * | debug spew cleanup to protect the unwashed masses from foo poisoning | Adrian Likins | 2007-09-20 | 2 | -8/+4 | |
| | | ||||||
| * | fix up config_data to use ConfigParser correctly | Adrian Likins | 2007-09-20 | 1 | -1/+4 | |
| | | ||||||
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Adrian Likins | 2007-09-20 | 24 | -1944/+112 | |
| |\ | ||||||
| | * | Make init-scripts all standardized and LSB happy. | Michael DeHaan | 2007-09-20 | 1 | -46/+37 | |
| | | | ||||||
| | * | Remove yaml references from setup.py and specfile. | Michael DeHaan | 2007-09-20 | 2 | -6/+2 | |
| | | | ||||||
| | * | Remove yaml libraries (configparser is good enough) plus remove references ↵ | Michael DeHaan | 2007-09-20 | 22 | -1650/+59 | |
| | | | | | | | | | | | | to virt-factory. | |||||
| | * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Michael DeHaan | 2007-09-20 | 10 | -0/+287 | |
| | |\ | ||||||
| | * | | Basic config file. Intentionally short. Slowly removing VF code. | Michael DeHaan | 2007-09-20 | 3 | -248/+20 | |
| | | | | ||||||
| * | | | attempt to let us run with --debug flag to run from src checkout | Adrian Likins | 2007-09-20 | 1 | -18/+22 | |
| | | | | ||||||
| * | | | attempts at letting us run from a installed, or local modules | Adrian Likins | 2007-09-20 | 1 | -11/+25 | |
| | |/ | |/| | | | | | | | there are smarter ways to do this I'm sure |