Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make slave-keys.py work - submits to certmaster and gets back cert | Seth Vidal | 2007-09-25 | 1 | -9/+48 |
| | | | | fix self.cfg.autosign in certmaster | ||||
* | add certmaster startup and execute script | Seth Vidal | 2007-09-24 | 2 | -175/+0 |
| | | | | | move certmaster config file into etc path move certmaster.py into func path | ||||
* | clean up wait_for_cert() a bit | Seth Vidal | 2007-09-24 | 1 | -8/+39 |
| | |||||
* | certmaster - to take csrs/make certs | Seth Vidal | 2007-09-24 | 2 | -0/+144 |
| | |||||
* | fix up a couple of bugs - verify that creating keys/csrs/certs is working | Seth Vidal | 2007-09-21 | 1 | -2/+5 |
| | |||||
* | add func/certs.py | Seth Vidal | 2007-09-21 | 2 | -60/+49 |
| | | | | 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 | 1 | -2/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * '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 ... | ||||
* | first pass at packaging stuff | Adrian Likins | 2007-09-20 | 1 | -0/+80 |
version is 0.11-1 (this one goes to .11) "make rpms" should build a rpm from the setup.py and func.spec |