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 | b34061e29a08ec5644734c4ab116cf4e7e5f2ec7 (patch) | |
tree | 919bbf5a3ac2991c5a58d2b57718fd33f10a95a6 /mock/fc11i.cfg | |
parent | a37a0a880004f458342b9d03de721621818cc942 (diff) |
raise to -j6 (new builder)
Diffstat (limited to 'mock/fc11i.cfg')
-rw-r--r-- | mock/fc11i.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mock/fc11i.cfg b/mock/fc11i.cfg index 7887f5e..69b9a97 100644 --- a/mock/fc11i.cfg +++ b/mock/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" |