Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/koji/daemon.py", line 1219, in runTask
response = (handler.run(),)
File "/usr/lib/python2.7/site-packages/koji/tasks.py", line 162, in run
return koji.util.call_with_argcheck(self.handler, self.params, self.opts)
File "/usr/lib/python2.7/site-packages/koji/util.py", line 205, in call_with_argcheck
return func(*args, **kwargs)
File "/usr/sbin/kojid", line 4779, in handler
creation_time = koji.formatTimeLong(build['creation_time'])
File "/usr/lib/python2.7/site-packages/koji/__init__.py", line 2795, in formatTimeLong
localtime = time.mktime(time.strptime(formatTime(value), '%Y-%m-%d %H:%M:%S'))
File "/usr/lib/python2.7/site-packages/koji/__init__.py", line 2781, in formatTime
dotidx = value.rfind('.')
AttributeError: DateTime instance has no attribute 'rfind'
This update has been submitted for testing by ausil.
No regressions noted with the CLI functionality I use regularly.
This update has been pushed to testing.
After https://pagure.io/koji/c/06818122ab0fcb3f2c4bd1c9b067a52dc948a5ad, an issue similar to https://pagure.io/koji/issue/231 has popped up again for build notifications. RPMs seem to make it through the builds properly.
https://pagure.io/koji/issue/630
works for me
This update has been submitted for batched by bodhi.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.
Tested several basic CLI operations, as a builder, and also PR#419 for custom lorax templates (that I authored) . All working as expected.