[Rdo-list] Packaging the big tent (or at least part of it)

Alan Pevec apevec at gmail.com
Thu May 28 08:53:44 UTC 2015


> Enumerate all the packages in the OpenStaack namespace (but that
> doesn't enumerate clients though):
>
>     $ pkgdb-cli list *openstack*

nitpick, quotes are required to avoid shell expansion:  pkgdb-cli list
'*openstack*'

But this will list only packages already _in_ Fedora and use-case is
to discover yet-unpackaged or in-review packages too and we might end
up with out-of-Fedora packages in RDO.
We actually do have RDO metadata in
https://github.com/redhat-openstack/rdoinfo/blob/master/rdo.yml
which we could extend to cover WIP packages, Jakub could you include
this in your rdoinfo restructuring?

Issue to solve is that we use rdoinfo to drive Delorean Trunk i.e.
currently Delorean builds everything listed under packages: section.
Maybe adding status flag would work e.g.
- project: barbican
  review-link: https://bugzilla.redhat.com/show_bug.cgi?id=1190269
  status:
  - fedora: no
  - cbs: yes
  - trunk: yes
...
and then change Delorean to filter based on status/trunk.
More suggestions welcome!

Cheers,
Alan




More information about the dev mailing list