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 /fc15it.cfg | |
parent | a166efa0fc5153863b8ce7156631a574e67cfe8f (diff) |
raise to -j6 (new builder)
Diffstat (limited to 'fc15it.cfg')
-rw-r--r-- | fc15it.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'] = """ |