From cea3915ed87968d8a147176d6e581359478d8310 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Dec 06 2020 19:53:44 +0000 Subject: koji_builder: try and disable this for epel7 issues Signed-off-by: Kevin Fenzi --- diff --git a/roles/koji_builder/templates/builders/site-defaults.cfg b/roles/koji_builder/templates/builders/site-defaults.cfg index 6eeebcc..0044aeb 100644 --- a/roles/koji_builder/templates/builders/site-defaults.cfg +++ b/roles/koji_builder/templates/builders/site-defaults.cfg @@ -6,5 +6,5 @@ config_opts['nosync'] = True config_opts['nosync_force'] = True config_opts['environment']['LANG'] = 'C.UTF-8' config_opts['use_bootstrap'] = True -config_opts['yum_install_command'] += " --disablerepo=rhel7-server-devtools" +config_opts['yum_install_command'] += " -x devtoolset*" config_opts['dnf_warning'] = False