summaryrefslogtreecommitdiffstats
path: root/func/minion/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* use the certmaster info from /etc/certmaster/minion.conf instead of ↵Adrian Likins2008-03-041-4/+4
| | | | /etc/func/minion.conf
* these functions are in certmaster.utils nowAdrian Likins2008-02-251-72/+0
|
* Remove a bunch of unused imports.Luke Macken2008-02-211-1/+0
|
* Add logging of the CSR submit progress.Adrian Likins2008-01-161-2/+9
| | | | patch from Jan Pazdziora <adelton@fedoraproject.org>
* apply patch from Jan Pazdziora to fix rather stupid permissions problemSeth Vidal2008-01-161-6/+6
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-01-131-7/+0
|\ | | | | | | | | | | Conflicts: func/overlord/client.py
| * removed a lot of misplaced shebangs.Steve 'Ashcrow' Milner2008-01-131-7/+0
| |
* | Add jobthing, which is our async job engine. It's still in progressMichael DeHaan2008-01-131-1/+4
|/ | | | | and very much a prototype that isn't expected to work yet, but you get the idea.
* swap out minion-acl config file for minion-acl.d dir of .acl filesSeth Vidal2007-10-181-21/+29
|
* fine-grained acls per minionSeth Vidal2007-10-081-0/+37
| | | | - adds minion-acl.conf
* should help fix some of the problems people were seeing when runningAdrian Likins2007-10-031-1/+41
| | | | on machines where the hostname appeared to be "localhost"
* Moved code under the func namespace.Devan Goodwin2007-10-021-0/+119
Previously we had overlord, minion, modules, and func all at the root of the source tree. After install these would all be shuffled below func. Relocated them in the source tree to reflect this.