<p dir="ltr"><br>
On 11 Dec 2015 12:01, "Nico Kadel-Garcia" <<a href="mailto:nkadel@gmail.com">nkadel@gmail.com</a>> wrote:<br>
><br>
> On Thu, Dec 10, 2015 at 4:46 PM, Mike McLean <<a href="mailto:mikem@imponderable.org">mikem@imponderable.org</a>> wrote:<br>
> > Err, wait, you said for EPEL and Fedora,... that would be this doc.<br>
> > <a href="https://fedoraproject.org/wiki/Using_the_Koji_build_system">https://fedoraproject.org/wiki/Using_the_Koji_build_system</a><br>
><br>
> The legal side of things is good: I'm trying to submit python modules<br>
> from <a href="http://pypi.python.org">pypi.python.org</a> to support an RPM for the AWS command line<br>
> interface, with the maintainer's buy-in, and a whole stack of other<br>
> python modules.<br>
><br>
> I followed the directions very precisely, much like the last several<br>
> times I tried to use koji. I got further this time by starting with<br>
> Fedora 23, but I get this:<br>
><br>
> [nkadel@nkadel-f23 python-py2pack-srpm]$ koji --debug build --scratch<br>
> f24 rpmbuild/SRPMS/python-py2pack-0.4.10-0.1.fc23.src.rpm<br>
> successfully connected to hub<br>
> Uploading srpm: rpmbuild/SRPMS/python-py2pack-0.4.10-0.1.fc23.src.rpm<br>
> 2015-12-11 06:44:40,176 [DEBUG] koji: Fast upload:<br>
> rpmbuild/SRPMS/python-py2pack-0.4.10-0.1.fc23.src.rpm to<br>
> cli-build/1449834279.915154.ARnbTyKE/python-py2pack-0.4.10-0.1.fc23.src.rpm<br>
> 2015-12-11 06:44:40,721 [DEBUG] koji: Fast upload:<br>
> rpmbuild/SRPMS/python-py2pack-0.4.10-0.1.fc23.src.rpm complete. 40476<br>
> bytes in 0.3 seconds<br>
><br>
> Created task: 12151626<br>
> Task info: <a href="http://koji.fedoraproject.org/koji/taskinfo?taskID=12151626">http://koji.fedoraproject.org/koji/taskinfo?taskID=12151626</a><br>
> Watching tasks (this may be safely interrupted)...<br>
> 12151626 build (f24, python-py2pack-0.4.10-0.1.fc23.src.rpm): open<br>
> (<a href="http://buildvm-24.phx2.fedoraproject.org">buildvm-24.phx2.fedoraproject.org</a>)<br>
> Traceback (most recent call last):<br>
>   File "/usr/bin/koji", line 6733, in <module><br>
>     rv = locals()[command].__call__(options, session, args)<br>
>   File "/usr/bin/koji", line 955, in handle_build<br>
>     return watch_tasks(session, [task_id], quiet=build_opts.quiet)<br>
>   File "/usr/bin/koji", line 456, in watch_tasks<br>
>     changed = task.update()<br>
>   File "/usr/bin/koji", line 361, in update<br>
>     <a href="http://self.info">self.info</a> = self.session.getTaskInfo(<a href="http://self.id">self.id</a>, request=True)<br>
>   File "/usr/lib/python2.7/site-packages/koji/__init__.py", line 1577,<br>
> in __call__<br>
>     return self.__func(self.__name,args,opts)<br>
>   File "/usr/lib/python2.7/site-packages/koji/__init__.py", line 1952,<br>
> in _callMethod<br>
>     iter(arg)<br>
> TypeError: 'int' object is not iterable<br>
> </p>
<p dir="ltr">That's a known long standing koji bug...</p>
<p dir="ltr">Just open the task URL in a browser to see the status.</p>
<p dir="ltr">Going by the above it appears to have been successfully submitted fit building.<br>
</p>