#6244: package blocking not working in koji for EPEL -----------------------------+------------------------ Reporter: till | Owner: rel-eng@… Type: task | Status: new Milestone: Fedora 22 Final | Component: koji Keywords: meeting | Blocked By: Blocking: | -----------------------------+------------------------ {{{ $ koji block-pkg dist-5E-epel epic5 TypeError: 'int' object is not iterable $ koji list-pkgs --show-blocked --package epic5 Package Tag Extra Arches Owner ----------------------- ----------------------- ---------------- --------------- epic5 trashcan vicodan epic5 dist-5E-epel stefanok epic5 dist-6E-epel stefanok epic5 f17 vicodan epic5 f18 vicodan epic5 f20 orphan epic5 f21-beta vicodan epic5 f23 orphan [BLOCKED] epic5 f22-Alpha vicodan epic5 f22-Beta vicodan epic5 f23_Alpha orphan [BLOCKED] }}}
This seems to be EPEL specific, e.g. for EPEL 5, 6 and 7 - Branched and Rawhide work.
#6244: package blocking not working in koji for EPEL ------------------------------+----------------------- Reporter: till | Owner: rel-eng@… Type: defect | Status: new Milestone: Fedora 22 Final | Component: koji Resolution: | Keywords: meeting Blocked By: | Blocking: ------------------------------+----------------------- Changes (by till):
* type: task => defect
#6244: package blocking not working in koji for EPEL ------------------------------+----------------------- Reporter: till | Owner: rel-eng@… Type: defect | Status: new Milestone: Fedora 22 Final | Component: koji Resolution: | Keywords: meeting Blocked By: | Blocking: ------------------------------+-----------------------
Comment (by till):
The TypeError should be fixed by this commit: https://git.fedorahosted.org/cgit/koji/commit/?id=9103bda257e235b26bdbeb9198...
Then there will be an Unexpected EOF error as described here: https://lists.fedoraproject.org/pipermail/buildsys/2015-January/004484.html
#6244: package blocking not working in koji for EPEL ------------------------------+----------------------- Reporter: till | Owner: rel-eng@… Type: defect | Status: closed Milestone: Fedora 22 Final | Component: koji Resolution: fixed | Keywords: meeting Blocked By: | Blocking: ------------------------------+----------------------- Changes (by ausil):
* status: new => closed * resolution: => fixed
Comment:
This should all be working now
#6244: package blocking not working in koji for EPEL ------------------------------+----------------------- Reporter: till | Owner: rel-eng@… Type: defect | Status: closed Milestone: Fedora 22 Final | Component: koji Resolution: fixed | Keywords: meeting Blocked By: | Blocking: ------------------------------+-----------------------
Comment (by till):
still broken on the rawhide composer: https://lists.fedoraproject.org/pipermail/releng- cron/2015-October/010330.html {{{ 2015-10-14 05:15:29,444: ERROR: ['block-pkg', 'dist-5E-epel', u'covered'] stdout: "TypeError: 'int' object is not iterable\n" stderr: '' 2015-10-14 05:15:29,444: ERROR: ['unblock-pkg', 'dist-5E-epel-build', u'covered'] stdout: 'GenericError: package covered NOT blocked in tag dist-5E-epel-build\n' stderr: '' 2015-10-14 05:15:41,848: INFO: Blocked covered on el5 2015-10-14 05:15:41,848: ERROR: ['block-pkg', 'dist-5E-epel', u'covered'] stdout: "TypeError: 'int' object is not iterable\n" stderr: '' 2015-10-14 05:15:41,848: ERROR: ['unblock-pkg', 'dist-5E-epel-build', u'covered'] stdout: 'GenericError: package covered NOT blocked in tag dist-5E-epel-build\n' stderr: '' 2015-10-14 05:16:23,804: ERROR: ['block-pkg', 'f23', u'mate-applet- lockkeys', u'apache-scout', u'nodejs-grunt-contrib-copy', u'pig', u'pure- glpk', u'CableSwig', u'python-rfc6266', u'pyjigdo', u'vfrnav', u'pure', u'oat', u'oozie', u'mate-themes-extras', u'python-ufc', u'netbeans- platform', u'hbase', u'rubygem-celluloid', u'spark'] stdout: "TypeError: 'int' object is not iterable\n" stderr: '' 2015-10-14 05:16:38,553: INFO: Blocked mate-applet-lockkeys on f23 2015-10-14 05:16:38,554: ERROR: ['block-pkg', 'f23', u'mate-applet- lockkeys'] stdout: "TypeError: 'int' object is not iterable\n" stderr: '' [...] }}}
rel-eng@lists.fedoraproject.org