log on RHEL6 builder:
Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/koji/daemon.py", line 1238, in runTask response = (handler.run(),) File "/usr/lib/python2.6/site-packages/koji/tasks.py", line 307, in run return koji.util.call_with_argcheck(self.handler, self.params, self.opts) File "/usr/lib/python2.6/site-packages/koji/util.py", line 209, in call_with_argcheck return func(*args, **kwargs) File "/usr/sbin/kojid", line 4589, in handler source = scm.get_source() File "/usr/lib/python2.6/site-packages/koji/daemon.py", line 515, in get_source fragment = subprocess.check_output(cmd, cwd=self.sourcedir).strip() AttributeError: 'module' object has no attribute 'check_output'
PR #848
Commit be80208c fixes this issue
Metadata Update from @tkopecek: - Issue set to the milestone: 1.16
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/846
Please continue any further discussion there.