#996: Review packages that don't exist in the pkgdb

Fedora Release Engineering rel-eng at fedoraproject.org
Fri Nov 7 20:18:04 UTC 2008


#996: Review packages that don't exist in the pkgdb
---------------------+------------------------------------------------------
  Reporter:  toshio  |       Owner:  rel-eng at lists.fedoraproject.org
      Type:  task    |      Status:  new                            
 Milestone:          |   Component:  koji                           
Resolution:          |    Keywords:                                 
---------------------+------------------------------------------------------
Comment (by toshio):

 Replying to [comment:1 notting]:
 > Only one that exists in rawhide is s390utils, which exists only as a
 source RPM.

 We probably want to delete that then.  It doesn't exist on the cvs server.

 Replying to [comment:2 notting]:
 > Perhaps they're blocked in earlier releases than f10?

 I'm not certain but I'd hope the blocker status would be inherited along
 with the packages themselves.  For reference, here's the code that gets
 the package list from koji:

 {{{
 import koji
 koji_session = koji.ClientSession(KOJI_URL)
 koji_session.ssl_login(cert=USER_CERT, ca=USER_CA, serverca=SERVER_CA)
 pkglist = koji_session.listPackages(tagID='dist-f10', inherited=True)
 pkglist = [pkg for pkg in pkglist if not pkg['blocked']]
 }}}

-- 
Ticket URL: <https://fedorahosted.org/rel-eng/ticket/996#comment:3>
Fedora Release Engineering <http://fedorahosted.org/rel-eng>
Release Engineering for the Fedora Project


More information about the rel-eng mailing list