From 6ae0e52e963fb9b7155136016a48425087fe4fc3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Jan 2017 16:01:10 +0100 Subject: mock: always get dts in buildroot --- el7t55.cfg | 2 +- el7t56.cfg | 2 +- el7x.cfg | 2 +- el7x55.cfg | 2 +- el7x56.cfg | 2 +- el7x70.cfg | 2 +- el7xscl54.cfg | 2 +- el7xscl55.cfg | 2 +- el7xscl56.cfg | 2 +- el7xscl70.cfg | 2 +- el7xt.cfg | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/el7t55.cfg b/el7t55.cfg index fdb031b..e4806a6 100644 --- a/el7t55.cfg +++ b/el7t55.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'el7x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build devtoolset-6-toolchain' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/el7t56.cfg b/el7t56.cfg index 4312295..b733672 100644 --- a/el7t56.cfg +++ b/el7t56.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'el7x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build devtoolset-6-toolchain' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/el7x.cfg b/el7x.cfg index a5da964..d50ba17 100644 --- a/el7x.cfg +++ b/el7x.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'el7x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build devtoolset-6-toolchain' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/el7x55.cfg b/el7x55.cfg index 42d9b23..f05c773 100644 --- a/el7x55.cfg +++ b/el7x55.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'el7x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build devtoolset-6-toolchain' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/el7x56.cfg b/el7x56.cfg index 73d96d8..a50fc80 100644 --- a/el7x56.cfg +++ b/el7x56.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'el7x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build devtoolset-6-toolchain' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/el7x70.cfg b/el7x70.cfg index bb1a309..dfdad60 100644 --- a/el7x70.cfg +++ b/el7x70.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'el7x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build devtoolset-6-toolchain' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/el7xscl54.cfg b/el7xscl54.cfg index 3a9cc08..cc8b8d5 100644 --- a/el7xscl54.cfg +++ b/el7xscl54.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl54el7x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php54-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php54-build devtoolset-6-toolchain' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/el7xscl55.cfg b/el7xscl55.cfg index cc03151..f04835a 100644 --- a/el7xscl55.cfg +++ b/el7xscl55.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl55el7x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php55-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php55-build devtoolset-6-toolchain' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/el7xscl56.cfg b/el7xscl56.cfg index 9e0d59a..cb2cc53 100644 --- a/el7xscl56.cfg +++ b/el7xscl56.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl56el7x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build php56-php-devel php56-php-pear' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build devtoolset-6-toolchain' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/el7xscl70.cfg b/el7xscl70.cfg index 383a874..bc3b695 100644 --- a/el7xscl70.cfg +++ b/el7xscl70.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl70el7x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php70-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php70-build devtoolset-6-toolchain' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/el7xt.cfg b/el7xt.cfg index 4aa1996..e024419 100644 --- a/el7xt.cfg +++ b/el7xt.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'el7x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build devtoolset-6-toolchain' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True -- cgit