debian-koji/builder
Dennis Gilmore 952465a544 allow kojid to start when not using ssl cert auth
kojid in koji 1.12.0 fails to start when not using ssl cert auth
Traceback (most recent call last):
   File "/usr/sbin/kojid", line 5627, in <module>
     if os.path.isfile(options.cert):
   File "/usr/lib64/python2.7/genericpath.py", line 37, in isfile
     st = os.stat(path)
 TypeError: coercing to Unicode: need string or buffer, NoneType found
if you do not have a cert option defined we should move on. so add
to the if statement a check that the option is actually defined

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-04-19 14:51:19 -05:00
..
kojid allow kojid to start when not using ssl cert auth 2017-04-19 14:51:19 -05:00
kojid.conf config default updated 2016-10-13 00:06:40 -04:00
kojid.init fix spelling error 2016-09-15 15:59:03 -04:00
kojid.service Add systemd unit file for kojid 2015-06-07 08:14:53 -05:00
kojid.sysconfig Initial code drop 2007-02-14 11:25:01 -05:00
Makefile Add systemd unit file for kojid 2015-06-07 08:14:53 -05:00
mergerepos remove has_key (not working in python3) 2017-03-07 08:15:20 -05:00