diff options
Diffstat (limited to 'mock')
| -rw-r--r-- | mock/el6xscl70.cfg | 2 | ||||
| -rw-r--r-- | mock/el7xscl70.cfg | 2 | ||||
| -rw-r--r-- | mock/fc20xscl70.cfg | 2 | ||||
| -rw-r--r-- | mock/fc21xscl70.cfg | 2 | ||||
| -rw-r--r-- | mock/fc22xscl70.cfg | 2 | 
5 files changed, 5 insertions, 5 deletions
| diff --git a/mock/el6xscl70.cfg b/mock/el6xscl70.cfg index 267a37b..927b3af 100644 --- a/mock/el6xscl70.cfg +++ b/mock/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/mock/el7xscl70.cfg b/mock/el7xscl70.cfg index 7cca30a..d9579cd 100644 --- a/mock/el7xscl70.cfg +++ b/mock/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/mock/fc20xscl70.cfg b/mock/fc20xscl70.cfg index a0d4fef..c6b0c87 100644 --- a/mock/fc20xscl70.cfg +++ b/mock/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/mock/fc21xscl70.cfg b/mock/fc21xscl70.cfg index 361a7f6..718877c 100644 --- a/mock/fc21xscl70.cfg +++ b/mock/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/mock/fc22xscl70.cfg b/mock/fc22xscl70.cfg index c79ee6b..a3bad36 100644 --- a/mock/fc22xscl70.cfg +++ b/mock/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 | 
