We want to be able to get automatically regenerated yum repos whenever we build into the continuous tags. This will be used by the Fedora CoreOS team for building and testing.
See https://pagure.io/releng/issue/8165 for more details. --- roles/bodhi2/backend/templates/tag2distrepo.py.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/bodhi2/backend/templates/tag2distrepo.py.j2 b/roles/bodhi2/backend/templates/tag2distrepo.py.j2 index 943e543b9..1a845d089 100644 --- a/roles/bodhi2/backend/templates/tag2distrepo.py.j2 +++ b/roles/bodhi2/backend/templates/tag2distrepo.py.j2 @@ -24,6 +24,8 @@ config = { 'epel6-infra-stg': ['47dd8ef9'], 'epel7-infra': ['47dd8ef9'], 'epel7-infra-stg': ['47dd8ef9'], + 'f29-coreos-continuous': [], + 'f30-coreos-continuous': [], } } } -- 2.20.1 _______________________________________________ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org