From 9031eb5af29c8c0fedfe65c0bc63c2fec23dfbc1 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 13 May 2019 14:14:11 +0200 Subject: [PATCH] Run tag2distrepo for f30-infra Signed-off-by: Patrick Uiterwijk --- 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 237d531a3b..e5af374dad 100644 --- a/roles/bodhi2/backend/templates/tag2distrepo.py.j2 +++ b/roles/bodhi2/backend/templates/tag2distrepo.py.j2 @@ -20,6 +20,8 @@ config = { 'f28-infra-stg': ['47dd8ef9'], 'f29-infra': ['47dd8ef9'], 'f29-infra-stg': ['47dd8ef9'], + 'f30-infra': ['47dd8ef9'], + 'f30-infra-stg': ['47dd8ef9'], 'epel6-infra': ['47dd8ef9'], 'epel6-infra-stg': ['47dd8ef9'], 'epel7-infra': ['47dd8ef9'],