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