From 3b836aec94f47d247312b5b8f7b72e3ef1120748 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Apr 12 2019 09:37:58 +0000 Subject: tag2distrepo: also regen f*-coreos-continuous repos 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. --- diff --git a/roles/bodhi2/backend/templates/tag2distrepo.py.j2 b/roles/bodhi2/backend/templates/tag2distrepo.py.j2 index 943e543..e2d27c9 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': [], } } }