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/el6it.cfg | |
parent | a37a0a880004f458342b9d03de721621818cc942 (diff) |
raise to -j6 (new builder)
Diffstat (limited to 'mock/el6it.cfg')
-rw-r--r-- | mock/el6it.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mock/el6it.cfg b/mock/el6it.cfg index 52cb742..e3552c5 100644 --- a/mock/el6it.cfg +++ b/mock/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" |