diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-11-16 15:30:45 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-11-16 15:30:45 +0100 |
commit | c8a95f4a85d2a46b1257fe8cf357d85a588a70d1 (patch) | |
tree | d1a041fa6a796f77105d79c964ea2f52eeb67518 /fc13xt.cfg | |
parent | a166efa0fc5153863b8ce7156631a574e67cfe8f (diff) |
raise to -j6 (new builder)
Diffstat (limited to 'fc13xt.cfg')
-rw-r--r-- | fc13xt.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'] = """ |