summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Add Fedora 13 configsJesse Keating2010-02-177-0/+267
|
* Use -N flag with useradd, but not in EPEL #495734Jesse Keating2010-02-177-1/+7
| | | | | EL doesn't support -N, but uses -n instead. So use -N by default, but in the EL configs revert back to -n.
* add configuration option to run createrepo on result rpmsSeth Vidal2010-02-101-0/+4
| | | | | | | | Added patch from Seth Vidal <skvidal@fedoraproject.org> to automatically run createrepo on the generated rpms Signed-off-by: Seth Vidal <skvidal@fedoraproject.org> Signed-off-by: Clark Williams <williams@redhat.com>
* deleted fedora-9-*.cfg filesClark Williams2009-11-237-267/+0
| | | | | | Deleted F9 configs since F12 released Signed-off-by: Clark Williams <williams@redhat.com>
* Fix the target arch for F12/rawhide i386Jesse Keating2009-11-052-2/+2
|
* Add new config files for Fedora 12Jesse Keating2009-11-057-0/+267
|
* Update rawhide configs to F13Jesse Keating2009-10-267-7/+7
|
* Add patch cleaning up mock configs for epel (dgilmore)Jesse Keating2009-09-106-9/+26
|
* Use the new location for koji buildroot reposJesse Keating2009-09-1021-21/+21
|
* patch from Levente Farkas (lfarkas@lfarkas.org) to fix excludes forClark Williams2009-07-081-2/+1
| | | | | | EPEL 5 on x86_64. BZ# 500617 Signed-off-by: Clark Williams <williams@redhat.com>
* Merge commit 'origin/master' into clarkClark Williams2009-06-248-2/+269
|\
| * Build i586 on i386 for F11 and rawhide. Make rawhide dist to f12Jesse Keating2009-05-112-3/+3
| |
| * Add config files for F11Jesse Keating2009-05-117-0/+267
| |
* | Support configurable root cache compressionLubomir Rintel2009-03-271-0/+2
|/ | | | | | | | | | | | | This patch adds configuration options that influence how is the root cache compressed: config_opts['plugin_conf']['root_cache_opts']['compress_program'] = "gzip" config_opts['plugin_conf']['root_cache_opts']['extension'] = ".gz" Motivation to do this was to be able to use lzma compression. While it takes a long time to compress, for me it was more than two times faster than gzip when decompressing. Since I only seldom regenerate the root cache while doing a lot of builds, I was able to gain a considerable speed up.
* removed unsupported configsClark Williams2009-02-038-316/+0
|
* Merge branch 'master' of ↵Clark Williams2009-01-0812-9/+315
|\ | | | | | | git+ssh://jcwillia@git.fedoraproject.org/git/hosted/mock
| * add configs from dgilmore for sparc, s390Michael E Brown2009-01-079-0/+315
| |
| * Don't disable ccache on epel-5, it is availableTodd Zullinger2008-12-213-9/+0
| | | | | | | | Signed-off-by: Todd Zullinger <tmz@pobox.com>
* | added comment to etc/mock/site-defaults.cfg which clarify mode and group ↵Clark Williams2008-12-191-1/+3
|/ | | | ownership requirements for basdir and cache_topdir
* Add configs for Fedora 10Jesse Keating2008-11-064-0/+154
|
* Refer to the .newkey location of current Fedora 8/9 updates.Jesse Keating2008-09-298-8/+8
|
* turn off tmpfs plugin for epel-4-x86_64Clark Williams2008-09-041-0/+1
|
* Add epel-testing reposJesse Keating2008-05-206-0/+24
|
* Add F9 config files, prepare rawhide files for F10, comment out multilib ↵Jesse Keating2008-04-228-22/+162
| | | | | | excludes Multilib excludes are no longer needed with Fedora 9+ as yum multilib policy changed.
* Move "devel" to "rawhide" to match current Fedora naming schemes.Jesse Keating2008-03-314-4/+4
|
* Point to the correct static-repo for development stuff. Ooops.Jesse Keating2008-03-044-4/+4
|
* For Fedora 8 and higher, use priority failover method, as mirror manager ↵Jesse Keating2008-03-048-0/+20
| | | | | | | gives you back site specific mirrors in priority order. Also set a cost for koji repos to avoid downloading all from there.
* fixup exclude= line (AGAIN) to exclude numeric packages [0-9]Michael E Brown2008-02-135-5/+5
|
* redo exclude= lines yet again to work around what looks like python ↵Michael E Brown2008-01-225-5/+5
| | | | fnmatch() bug handling [!x] and/or [^x]
* the great config file rename.Michael E Brown2008-01-157-0/+0
|
* cleanup trailing whitespace.Michael E Brown2008-01-086-9/+9
|
* add ability to conditionally enable tmpfs based on minimum ram availability.Michael E Brown2008-01-081-1/+1
|
* add initial tmpfs plugin and default options.Michael E Brown2007-12-181-0/+5
|
* add comment to clarify usage of dist config option.Michael E Brown2007-12-1618-18/+18
|
* drop fc6 configs. update changelog.Michael E Brown2007-12-093-130/+0
|
* less verbose logging.Michael E Brown2007-12-061-1/+1
|
* build fixes. avoid automatic brp-python-compile of mock.py by renaming.Michael E Brown2007-12-061-1/+1
|
* convert to use consolehelper rather than setuid wrapper.Michael E Brown2007-12-062-0/+17
|
* bulletproof exclude of all i386 pkgs for x86_64, allowing *only* ↵Michael E Brown2007-12-046-6/+6
| | | | glibc*.i?86, which is necessary for syslinux/grub.
* move things around so that we can run mock.py from the build tree instead of ↵Michael E Brown2007-11-3023-0/+0
| | | | having to install it.
* now that we have made mock logger by default less verbose, enable ↵Michael E Brown2007-11-291-2/+2
| | | | propogation so modules can print info messages.
* no need to set up loggers in config file for each child, automatically done ↵Michael E Brown2007-11-291-26/+6
| | | | by logging module.
* add verbosity control (-q/-v)Michael E Brown2007-11-291-1/+1
|
* propagate logger(mock) messages to root logger so we can control console ↵Michael E Brown2007-11-291-1/+1
| | | | verbosity through root logger.
* add option to disable internal /dev setup.Michael E Brown2007-11-281-0/+5
|
* update exclude list to exclude glib?-devel.i?86Michael E Brown2007-11-206-6/+18
|
* add glib?-devel to exclude list for x86_64.Michael E Brown2007-11-203-3/+3
|
* fix docs for more_buildreqs in defaults.cfgMichael E Brown2007-11-191-1/+1
|
* add doc for internal_setarch to defaults.cfgMichael E Brown2007-11-171-0/+6
|
* add dist tags. Mostly useful for substituting in --resultdir for now.Michael E Brown2007-11-1721-0/+21
|