diff options
Diffstat (limited to 'mock/fc20x.cfg')
-rw-r--r-- | mock/fc20x.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mock/fc20x.cfg b/mock/fc20x.cfg index 19fae5c..1c7eb01 100644 --- a/mock/fc20x.cfg +++ b/mock/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" |