From 7605b06c4fbbc1bd8e6ed73b1e5c1a02f8286e74 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Mar 04 2019 06:34:19 +0000 Subject: Example config: Add f30, remove EOL Fedoras Signed-off-by: Miro Hrončok --- diff --git a/fedmsg.d/simple-koji-ci-example.py b/fedmsg.d/simple-koji-ci-example.py index ccfc8e8..35ec85a 100644 --- a/fedmsg.d/simple-koji-ci-example.py +++ b/fedmsg.d/simple-koji-ci-example.py @@ -17,11 +17,9 @@ config = { 'priority': 30, 'target_tags': { 'master': 'rawhide', + 'f30': 'f30', 'f29': 'f29', 'f28': 'f28', - 'f27': 'f27', - 'f26': 'f26', - 'f25': 'f25', 'epel7': 'epel7', 'el6': 'el6', }