From f5c19dc893118e4a5240d6309833e9a29079ebd8 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 15 Apr 2018 03:00:18 +0200 Subject: [PATCH] Disable module compose resolving in OSBS for now Signed-off-by: Patrick Uiterwijk --- 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..2f17059d55 100644 --- a/roles/osbs-client/files/osbs-site-customize.json +++ b/roles/osbs-client/files/osbs-site-customize.json @@ -11,6 +11,10 @@ { "plugin_type": "postbuild_plugins", "plugin_name": "pulp_pull" + }, + { + "plugin_type": "prebuild_plugins", + "plugin_name": "resolve_module_compose" } ],