From 236cd6ed9639532ddd040deb1033ec29331570b4 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 23 2018 16:24:14 +0000 Subject: Fix typo in the fedmsg config and add the new branch Signed-off-by: Pierre-Yves Chibon --- diff --git a/fedmsg.d/simple-koji-ci-example.py b/fedmsg.d/simple-koji-ci-example.py index 26471d9..d17bc09 100644 --- a/fedmsg.d/simple-koji-ci-example.py +++ b/fedmsg.d/simple-koji-ci-example.py @@ -16,14 +16,14 @@ config = { 'opts': {'scratch': True}, 'priority': 30, 'target_tags': { - 'master'; 'rawhide', + 'master': 'rawhide', + 'f28': 'f28', 'f27': 'f27', - 'f26': 'f25', - 'f25': 'f26', + 'f26': 'f26', + 'f25': 'f25', 'epel7': 'epel7', 'el6': 'el6', } - }, "simple-koji-ci.cache": {