From b0555f000294aba6f5d7ed2ad7617aef9809eb0f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Jun 2015 09:37:56 +0200 Subject: php70-php: new snapshot --- el6xscl70.cfg | 2 +- el7xscl70.cfg | 2 +- fc20xscl70.cfg | 2 +- fc21xscl70.cfg | 2 +- fc22xscl70.cfg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/el6xscl70.cfg b/el6xscl70.cfg index 267a37b..927b3af 100644 --- a/el6xscl70.cfg +++ b/el6xscl70.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl70el6x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php70-build php70-php-devel' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php70-build' config_opts['dist'] = 'el6' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/el7xscl70.cfg b/el7xscl70.cfg index 7cca30a..d9579cd 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 php70-php-devel' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php70-build' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/fc20xscl70.cfg b/fc20xscl70.cfg index a0d4fef..c6b0c87 100644 --- a/fc20xscl70.cfg +++ b/fc20xscl70.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl70fc20x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php70-build php70-php-devel' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php70-build' config_opts['dist'] = 'fc20' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/fc21xscl70.cfg b/fc21xscl70.cfg index 361a7f6..718877c 100644 --- a/fc21xscl70.cfg +++ b/fc21xscl70.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl70fc21x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php70-build php70-php-devel' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php70-build' config_opts['dist'] = 'fc21' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/fc22xscl70.cfg b/fc22xscl70.cfg index c79ee6b..a3bad36 100644 --- a/fc22xscl70.cfg +++ b/fc22xscl70.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl70fc22x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php70-build php70-php-devel' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php70-build' config_opts['dist'] = 'fc22' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True -- cgit