From 3baeb5a61dbc24aab40444384742f9950a4a14bb Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Mon, 5 Dec 2016 18:30:49 +0000 Subject: [PATCH] remove pre_build koji plugin from osbs, we don't use custom repos for osbs Signed-off-by: Adam Miller --- roles/osbs-client/files/osbs-site-customize.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/osbs-client/files/osbs-site-customize.json b/roles/osbs-client/files/osbs-site-customize.json index 8e4ef749a9..e52412e132 100644 --- a/roles/osbs-client/files/osbs-site-customize.json +++ b/roles/osbs-client/files/osbs-site-customize.json @@ -1,5 +1,9 @@ { "disable_plugins": [ + { + "plugin_type": "prebuild_plugins", + "plugin_name": "koji" + }, { "plugin_type": "postbuild_plugins", "plugin_name": "pulp_push"