summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* [certmaster] Documentation and cleanup for minion-to-minionJohn Eckersberg2009-03-181-0/+2
| | | | | | | | * Add man page for certmaster-sync * Symlink certmaster-sync into triggers for post-sign and post-clean (doesn't execute by default) * Add sync_certs setting to default certmaster.conf * Create the empty /var/lib/certmaster/peers directory
* Minion-to-minion support, certmaster half.John Eckersberg2009-03-131-1/+1
|
* remove "version" file and updated spec/makefile/setup.py to not need itAdrian Likins2009-02-181-1/+1
|
* change old urls to new urlsAdrian Likins2009-01-221-1/+1
|
* fix up some docs bugs. Looks like they were introduced in the ↵Adrian Likins2009-01-131-1/+1
| | | | | | | certmaster/func split. fix https://fedorahosted.org/certmaster/ticket/5 (certmaster-request man page was getting created incorrectly)
* apply triggers patch from Steve Salevan <ssalevan@redhat.com>Adrian Likins2008-04-221-1/+8
| | | | | | | | Steves comments: Adding in triggering functionality, changed specfile and MANIFEST.in to reflect changes. Added sub_process.py file to facilitate the subprocesses necessary for triggering to work. Modified certmaster.py to add trigger points.
* remove unused certmaster/minion/ and certmaster/overlord/ dirsAdrian Likins2008-03-171-2/+0
| | | | update spec and setup accordingly
* some certmaster fixes, mostly path stuffAdrian Likins2008-02-251-1/+1
|
* Make things build (not to be confused with "work")Michael DeHaan2008-02-071-7/+2
|
* Changing func to certmaster in top level directories, also coveredMichael DeHaan2008-02-071-19/+9
| | | | certs directory, lots more to do.
* Starting off the certmaster tree with most of the func code, shortly ↵Michael DeHaan2008-02-071-0/+73
non-certmaster related parts will be removed, and other small parts added/tweaked