From c8a95f4a85d2a46b1257fe8cf357d85a588a70d1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 16 Nov 2013 15:30:45 +0100 Subject: raise to -j6 (new builder) --- el4i.cfg | 2 +- el4m.cfg | 2 +- el4x.cfg | 2 +- el53.cfg | 2 +- el5i.cfg | 2 +- el5i55.cfg | 2 +- el5it.cfg | 2 +- el5x.cfg | 2 +- el5x55.cfg | 2 +- el5xt.cfg | 2 +- el6i.cfg | 2 +- el6i55.cfg | 2 +- el6it.cfg | 2 +- el6x.cfg | 2 +- el6x55.cfg | 2 +- el6xt.cfg | 2 +- fc10i.cfg | 2 +- fc10it.cfg | 2 +- fc10x.cfg | 2 +- fc10xt.cfg | 2 +- fc11i.cfg | 2 +- fc11it.cfg | 4 ++-- fc11x.cfg | 2 +- fc11xt.cfg | 4 ++-- fc12i.cfg | 2 +- fc12it.cfg | 4 ++-- fc12x.cfg | 2 +- fc13i.cfg | 2 +- fc13it.cfg | 4 ++-- fc13x.cfg | 2 +- fc13xt.cfg | 4 ++-- fc14i.cfg | 2 +- fc14x.cfg | 2 +- fc15i.cfg | 2 +- fc15it.cfg | 4 ++-- fc15x.cfg | 2 +- fc15xt.cfg | 4 ++-- fc16i.cfg | 2 +- fc16it.cfg | 2 +- fc16x.cfg | 2 +- fc16xd.cfg | 2 +- fc16xt.cfg | 2 +- fc17i.cfg | 2 +- fc17it.cfg | 2 +- fc17x.cfg | 2 +- fc17xd.cfg | 2 +- fc17xt.cfg | 2 +- fc18i.cfg | 2 +- fc18it.cfg | 2 +- fc18x.cfg | 2 +- fc18xd.cfg | 2 +- fc18xt.cfg | 2 +- fc19i.cfg | 2 +- fc19it.cfg | 2 +- fc19x.cfg | 2 +- fc19xt.cfg | 2 +- fc20i.cfg | 2 +- fc20it.cfg | 2 +- fc20x.cfg | 2 +- fc20xt.cfg | 2 +- fc3.cfg | 2 +- fc4.cfg | 2 +- fc4x.cfg | 2 +- fc5.cfg | 2 +- fc6i.cfg | 2 +- fc7x.cfg | 2 +- fc8i.cfg | 2 +- fc8x.cfg | 2 +- fc9i.cfg | 2 +- fc9it.cfg | 2 +- fc9x.cfg | 2 +- fc9xt.cfg | 2 +- 72 files changed, 79 insertions(+), 79 deletions(-) diff --git a/el4i.cfg b/el4i.cfg index 0edb06c..1a2b825 100644 --- a/el4i.cfg +++ b/el4i.cfg @@ -17,7 +17,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".el4.remi" diff --git a/el4m.cfg b/el4m.cfg index 44d918c..d94e732 100644 --- a/el4m.cfg +++ b/el4m.cfg @@ -5,7 +5,7 @@ config_opts['target_arch'] = 'i386' config_opts['macros'] = """ %_topdir /builddir/build -%_smp_mflags -j3 +%_smp_mflags -j6 %_rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm %vendor Remi Collet diff --git a/el4x.cfg b/el4x.cfg index 0191587..2858f20 100644 --- a/el4x.cfg +++ b/el4x.cfg @@ -17,7 +17,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".el4.remi" diff --git a/el53.cfg b/el53.cfg index f18ad54..f51e679 100644 --- a/el53.cfg +++ b/el53.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".el5.remi" diff --git a/el5i.cfg b/el5i.cfg index f851737..8198a5a 100644 --- a/el5i.cfg +++ b/el5i.cfg @@ -17,7 +17,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".el5.remi" diff --git a/el5i55.cfg b/el5i55.cfg index fcdf87b..fd72e06 100644 --- a/el5i55.cfg +++ b/el5i55.cfg @@ -17,7 +17,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".el5.remi" diff --git a/el5it.cfg b/el5it.cfg index 0431e42..30e31f7 100644 --- a/el5it.cfg +++ b/el5it.cfg @@ -17,7 +17,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".el5.remi" diff --git a/el5x.cfg b/el5x.cfg index c40d0b9..b392dbc 100644 --- a/el5x.cfg +++ b/el5x.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".el5.remi" diff --git a/el5x55.cfg b/el5x55.cfg index 9c7837e..1514fef 100644 --- a/el5x55.cfg +++ b/el5x55.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".el5.remi" diff --git a/el5xt.cfg b/el5xt.cfg index 2e4da98..b4abb9a 100644 --- a/el5xt.cfg +++ b/el5xt.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".el5.remi" diff --git a/el6i.cfg b/el6i.cfg index a576811..78b084a 100644 --- a/el6i.cfg +++ b/el6i.cfg @@ -15,7 +15,7 @@ config_opts['cleanup_on_failure'] = False config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".el6.remi" diff --git a/el6i55.cfg b/el6i55.cfg index 156787d..ee4d74b 100644 --- a/el6i55.cfg +++ b/el6i55.cfg @@ -15,7 +15,7 @@ config_opts['cleanup_on_failure'] = False config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".el6.remi" diff --git a/el6it.cfg b/el6it.cfg index 52cb742..e3552c5 100644 --- a/el6it.cfg +++ b/el6it.cfg @@ -15,7 +15,7 @@ config_opts['cleanup_on_failure'] = False config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".el6.remi" diff --git a/el6x.cfg b/el6x.cfg index e05266f..9b710e2 100644 --- a/el6x.cfg +++ b/el6x.cfg @@ -15,7 +15,7 @@ config_opts['cleanup_on_failure'] = False config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".el6.remi" diff --git a/el6x55.cfg b/el6x55.cfg index e0cbfd9..5993959 100644 --- a/el6x55.cfg +++ b/el6x55.cfg @@ -15,7 +15,7 @@ config_opts['cleanup_on_failure'] = False config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".el6.remi" diff --git a/el6xt.cfg b/el6xt.cfg index aae1802..34e3ddd 100644 --- a/el6xt.cfg +++ b/el6xt.cfg @@ -15,7 +15,7 @@ config_opts['cleanup_on_failure'] = False config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".el6.remi" diff --git a/fc10i.cfg b/fc10i.cfg index c5b2cd1..e3ce912 100644 --- a/fc10i.cfg +++ b/fc10i.cfg @@ -18,7 +18,7 @@ config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] = 1500 config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 1500 config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc10.remi" diff --git a/fc10it.cfg b/fc10it.cfg index 47ab30c..c7b720e 100644 --- a/fc10it.cfg +++ b/fc10it.cfg @@ -7,7 +7,7 @@ config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc10i/" config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc10.remi" diff --git a/fc10x.cfg b/fc10x.cfg index 219164b..97dc772 100644 --- a/fc10x.cfg +++ b/fc10x.cfg @@ -18,7 +18,7 @@ config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] = 1500 config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 1500 config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc10.remi" diff --git a/fc10xt.cfg b/fc10xt.cfg index e945e75..c7f2ccc 100644 --- a/fc10xt.cfg +++ b/fc10xt.cfg @@ -7,7 +7,7 @@ config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc10x/" config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc10.remi" diff --git a/fc11i.cfg b/fc11i.cfg index 7887f5e..69b9a97 100644 --- a/fc11i.cfg +++ b/fc11i.cfg @@ -18,7 +18,7 @@ config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] = 1500 config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 1500 config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc11.remi" diff --git a/fc11it.cfg b/fc11it.cfg index e3bde3c..064c3c1 100644 --- a/fc11it.cfg +++ b/fc11it.cfg @@ -8,14 +8,14 @@ config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc11i/" config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc11.remi" config_opts['macros']['%fedora']="11" config_opts['macros']['%_with_ibase']="1" config_opts['macros']['%_with_oci8']="1" -config_opts['macros']['%runselftest']="1" +config_opts['macros']['%runselftest']="0" config_opts['yum.conf'] = """ diff --git a/fc11x.cfg b/fc11x.cfg index 181dffa..d238da4 100644 --- a/fc11x.cfg +++ b/fc11x.cfg @@ -18,7 +18,7 @@ config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] = 1500 config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 1500 config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc11.remi" diff --git a/fc11xt.cfg b/fc11xt.cfg index d933ea6..a14b39c 100644 --- a/fc11xt.cfg +++ b/fc11xt.cfg @@ -8,14 +8,14 @@ config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc11x/" config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc11.remi" config_opts['macros']['%fedora']="11" config_opts['macros']['%_with_ibase']="1" config_opts['macros']['%_with_oci8']="1" -config_opts['macros']['%runselftest']="1" +config_opts['macros']['%runselftest']="0" config_opts['yum.conf'] = """ diff --git a/fc12i.cfg b/fc12i.cfg index 937b6bc..307155c 100644 --- a/fc12i.cfg +++ b/fc12i.cfg @@ -19,7 +19,7 @@ config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] = 1500 config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 1500 config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc12.remi" diff --git a/fc12it.cfg b/fc12it.cfg index 0b05c45..ecebeaf 100644 --- a/fc12it.cfg +++ b/fc12it.cfg @@ -8,14 +8,14 @@ config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc12i/" config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc12.remi" config_opts['macros']['%fedora']="12" config_opts['macros']['%_with_ibase']="1" config_opts['macros']['%_with_oci8']="1" -config_opts['macros']['%runselftest']="1" +config_opts['macros']['%runselftest']="0" config_opts['yum.conf'] = """ diff --git a/fc12x.cfg b/fc12x.cfg index 6c0f469..a13c75e 100644 --- a/fc12x.cfg +++ b/fc12x.cfg @@ -19,7 +19,7 @@ config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] = 1500 config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 1500 config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc12.remi" diff --git a/fc13i.cfg b/fc13i.cfg index f2f19b3..281d5ca 100644 --- a/fc13i.cfg +++ b/fc13i.cfg @@ -18,7 +18,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc13.remi" diff --git a/fc13it.cfg b/fc13it.cfg index 6c92a87..f5f6e5f 100644 --- a/fc13it.cfg +++ b/fc13it.cfg @@ -10,14 +10,14 @@ config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] = 1500 config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 1500 config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc13.remi" config_opts['macros']['%fedora']="13" config_opts['macros']['%_with_ibase']="1" config_opts['macros']['%_with_oci8']="1" -config_opts['macros']['%runselftest']="1" +config_opts['macros']['%runselftest']="0" config_opts['yum.conf'] = """ diff --git a/fc13x.cfg b/fc13x.cfg index 99e1a1c..02af750 100644 --- a/fc13x.cfg +++ b/fc13x.cfg @@ -18,7 +18,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc13.remi" diff --git a/fc13xt.cfg b/fc13xt.cfg index 55af4c1..a85fe2d 100644 --- a/fc13xt.cfg +++ b/fc13xt.cfg @@ -10,14 +10,14 @@ config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] = 1500 config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 1500 config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc13.remi" config_opts['macros']['%fedora']="13" config_opts['macros']['%_with_ibase']="1" config_opts['macros']['%_with_oci8']="1" -config_opts['macros']['%runselftest']="1" +config_opts['macros']['%runselftest']="0" config_opts['yum.conf'] = """ diff --git a/fc14i.cfg b/fc14i.cfg index 343f44e..b53635d 100644 --- a/fc14i.cfg +++ b/fc14i.cfg @@ -18,7 +18,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc14.remi" diff --git a/fc14x.cfg b/fc14x.cfg index dcbcf0f..2f89ae1 100644 --- a/fc14x.cfg +++ b/fc14x.cfg @@ -18,7 +18,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc14.remi" diff --git a/fc15i.cfg b/fc15i.cfg index 7727f96..2512e75 100644 --- a/fc15i.cfg +++ b/fc15i.cfg @@ -19,7 +19,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc15.remi" diff --git a/fc15it.cfg b/fc15it.cfg index b5f3be3..ef100c2 100644 --- a/fc15it.cfg +++ b/fc15it.cfg @@ -19,14 +19,14 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc15.remi" config_opts['macros']['%fedora']="15" config_opts['macros']['%_with_ibase']="1" config_opts['macros']['%_with_oci8']="1" -config_opts['macros']['%runselftest']="1" +config_opts['macros']['%runselftest']="0" config_opts['yum.conf'] = """ diff --git a/fc15x.cfg b/fc15x.cfg index 3bcec01..2ab75be 100644 --- a/fc15x.cfg +++ b/fc15x.cfg @@ -19,7 +19,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc15.remi" diff --git a/fc15xt.cfg b/fc15xt.cfg index aa8c32e..b06e3d5 100644 --- a/fc15xt.cfg +++ b/fc15xt.cfg @@ -19,14 +19,14 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc15.remi" config_opts['macros']['%fedora']="15" config_opts['macros']['%_with_ibase']="1" config_opts['macros']['%_with_oci8']="1" -config_opts['macros']['%runselftest']="1" +config_opts['macros']['%runselftest']="0" config_opts['yum.conf'] = """ diff --git a/fc16i.cfg b/fc16i.cfg index a82a1c8..9ab80cb 100644 --- a/fc16i.cfg +++ b/fc16i.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc16.remi" diff --git a/fc16it.cfg b/fc16it.cfg index 521b178..7b26b63 100644 --- a/fc16it.cfg +++ b/fc16it.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc16.remi" diff --git a/fc16x.cfg b/fc16x.cfg index 837bccf..739f371 100644 --- a/fc16x.cfg +++ b/fc16x.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc16.remi" diff --git a/fc16xd.cfg b/fc16xd.cfg index 0198d8a..960b35e 100644 --- a/fc16xd.cfg +++ b/fc16xd.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc16.remi" diff --git a/fc16xt.cfg b/fc16xt.cfg index 6c4c804..9ec250e 100644 --- a/fc16xt.cfg +++ b/fc16xt.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc16.remi" diff --git a/fc17i.cfg b/fc17i.cfg index 505d3c9..eabef27 100644 --- a/fc17i.cfg +++ b/fc17i.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc17.remi" diff --git a/fc17it.cfg b/fc17it.cfg index b29651e..0d291d7 100644 --- a/fc17it.cfg +++ b/fc17it.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc17.remi" diff --git a/fc17x.cfg b/fc17x.cfg index 8222293..c621f2e 100644 --- a/fc17x.cfg +++ b/fc17x.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc17.remi" diff --git a/fc17xd.cfg b/fc17xd.cfg index 7fcb1a1..f6f0ed5 100644 --- a/fc17xd.cfg +++ b/fc17xd.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc17.remi" diff --git a/fc17xt.cfg b/fc17xt.cfg index 3dc8127..3a5c4b0 100644 --- a/fc17xt.cfg +++ b/fc17xt.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc17.remi" diff --git a/fc18i.cfg b/fc18i.cfg index 9f73caa..765ad6b 100644 --- a/fc18i.cfg +++ b/fc18i.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc18.remi" diff --git a/fc18it.cfg b/fc18it.cfg index 753bc08..536c69c 100644 --- a/fc18it.cfg +++ b/fc18it.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc18.remi" diff --git a/fc18x.cfg b/fc18x.cfg index 29cd162..d469a1b 100644 --- a/fc18x.cfg +++ b/fc18x.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc18.remi" diff --git a/fc18xd.cfg b/fc18xd.cfg index cfe672a..750354c 100644 --- a/fc18xd.cfg +++ b/fc18xd.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc18.remi" diff --git a/fc18xt.cfg b/fc18xt.cfg index 135d6b8..a3a6027 100644 --- a/fc18xt.cfg +++ b/fc18xt.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc18.remi" diff --git a/fc19i.cfg b/fc19i.cfg index 0e06ba1..65ea03b 100644 --- a/fc19i.cfg +++ b/fc19i.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc19.remi" diff --git a/fc19it.cfg b/fc19it.cfg index 45dfaf7..77645c1 100644 --- a/fc19it.cfg +++ b/fc19it.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc19.remi" diff --git a/fc19x.cfg b/fc19x.cfg index 0860bb5..51379c3 100644 --- a/fc19x.cfg +++ b/fc19x.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc19.remi" diff --git a/fc19xt.cfg b/fc19xt.cfg index 227253e..639cf53 100644 --- a/fc19xt.cfg +++ b/fc19xt.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc19.remi" diff --git a/fc20i.cfg b/fc20i.cfg index 74a6293..e9f34ca 100644 --- a/fc20i.cfg +++ b/fc20i.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc20.remi" diff --git a/fc20it.cfg b/fc20it.cfg index f691073..6d36af3 100644 --- a/fc20it.cfg +++ b/fc20it.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc20.remi" diff --git a/fc20x.cfg b/fc20x.cfg index 19fae5c..1c7eb01 100644 --- a/fc20x.cfg +++ b/fc20x.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc20.remi" diff --git a/fc20xt.cfg b/fc20xt.cfg index 5e3dfc6..67da6a1 100644 --- a/fc20xt.cfg +++ b/fc20xt.cfg @@ -16,7 +16,7 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc20.remi" diff --git a/fc3.cfg b/fc3.cfg index e21738c..6ece028 100644 --- a/fc3.cfg +++ b/fc3.cfg @@ -3,7 +3,7 @@ config_opts['target_arch'] = 'i386' config_opts['chroot_setup_cmd'] = 'install buildsys-build' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc3.remi" diff --git a/fc4.cfg b/fc4.cfg index 71b6bd2..106bb01 100644 --- a/fc4.cfg +++ b/fc4.cfg @@ -7,7 +7,7 @@ config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc4i/" config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc4.remi" diff --git a/fc4x.cfg b/fc4x.cfg index f6a6c3b..2a5c563 100644 --- a/fc4x.cfg +++ b/fc4x.cfg @@ -6,7 +6,7 @@ config_opts['target_arch'] = 'x86_64' config_opts['macros'] = """ %_topdir /builddir/build -%_smp_mflags -j3 +%_smp_mflags -j6 %_rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm %vendor Remi Collet diff --git a/fc5.cfg b/fc5.cfg index c847da4..a6b5cc9 100644 --- a/fc5.cfg +++ b/fc5.cfg @@ -7,7 +7,7 @@ config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc5i/" config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc5.remi" diff --git a/fc6i.cfg b/fc6i.cfg index 283983b..54f2d28 100644 --- a/fc6i.cfg +++ b/fc6i.cfg @@ -19,7 +19,7 @@ config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] = 1500 config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 1500 config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc6.remi" diff --git a/fc7x.cfg b/fc7x.cfg index c2526a6..13b33c2 100644 --- a/fc7x.cfg +++ b/fc7x.cfg @@ -10,7 +10,7 @@ config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] = 1500 config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 1500 config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc7.remi" diff --git a/fc8i.cfg b/fc8i.cfg index 7b58ccd..9539e9c 100644 --- a/fc8i.cfg +++ b/fc8i.cfg @@ -19,7 +19,7 @@ config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] = 1500 config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 1500 config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc8.remi" diff --git a/fc8x.cfg b/fc8x.cfg index 32758aa..700774a 100644 --- a/fc8x.cfg +++ b/fc8x.cfg @@ -19,7 +19,7 @@ config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] = 1500 config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 1500 config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc8.remi" diff --git a/fc9i.cfg b/fc9i.cfg index bb3d09a..5b77a40 100644 --- a/fc9i.cfg +++ b/fc9i.cfg @@ -18,7 +18,7 @@ config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] = 1500 config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 1500 config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc9.remi" diff --git a/fc9it.cfg b/fc9it.cfg index c21a6be..ffd88db 100644 --- a/fc9it.cfg +++ b/fc9it.cfg @@ -7,7 +7,7 @@ config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc9i/" config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc9.remi" diff --git a/fc9x.cfg b/fc9x.cfg index 853b91b..8f2c27f 100644 --- a/fc9x.cfg +++ b/fc9x.cfg @@ -18,7 +18,7 @@ config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] = 1500 config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 1500 config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc9.remi" diff --git a/fc9xt.cfg b/fc9xt.cfg index 807bb88..69f3e66 100644 --- a/fc9xt.cfg +++ b/fc9xt.cfg @@ -7,7 +7,7 @@ config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc9x/" config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc9.remi" -- cgit