-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
-
I'm wondering whether or not we should precise the repo provider in the "rdopkg release" output command:
For instance:
$ rdopkg release -r xena name: xena status: maintained branch: rpm-master source_branch: stable/xena repos: el8s, el9s
would be
[...] repos: el8s-cloudsig, el8s-trunk, el9s-trunk
We can dynamically get the information based on 'buildsys-tags' value:
- name: el9s buildsys: cbs/cloud9s-openstack-xena-el9s buildsys-tags: - cloud9s-openstack-xena-el9s-build - cloud9s-openstack-xena-candidate - cloud9s-openstack-xena-testing
where there is not the 'cloud9s-openstack-xena-release' value.
The other solution would be to process the "distrepos" value.