summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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
|
* change logger name for state log in example defaults.cfg to match what is in ↵Michael E Brown2007-11-121-1/+1
| | | | mock.py
* fix formatter for asctime - missing sMichael E Brown2007-11-121-2/+2
|
* extra log format just for state log.Michael E Brown2007-11-121-2/+5
|
* first pass at making logging format configurable per-logfile from the config ↵Michael E Brown2007-11-121-0/+6
| | | | file.
* f8 uses groupinstall vs install for setting up buildroot.Michael E Brown2007-11-064-4/+4
|
* add f8 configsMichael E Brown2007-11-064-0/+138
|
* small fixes to correctly document defaults.Michael E Brown2007-10-301-6/+6
|
* allow noncontiguous cache dir specifications.Michael E Brown2007-10-241-1/+3
|
* ensure we only use gid specified. chroot operations always change uid/gid to ↵Michael E Brown2007-10-221-2/+0
| | | | gid specified. fixes 'bad owner/group' message from rpm.
* fix rpmlint error: non-executable scriptMichael E Brown2007-10-2217-17/+0
|
* fixup config options to match new format.Michael E Brown2007-10-216-6/+6
|
* make plugin conf options match: *_opts and *_enable. fix for not doing 'yum ↵Michael E Brown2007-10-211-8/+11
| | | | install' when --no-clean, but, rather 'yum update'. update defaults.cfg to match new options.
* create plugin infrastructure. move all caching related stuff to plugins.Michael E Brown2007-10-216-6/+6
|
* disable ccache for epel builds by default because they dont have ccache ↵Michael E Brown2007-10-206-0/+18
| | | | available in their repos.
* better defaults.cfg examples.Michael E Brown2007-10-201-21/+56
|
* uniform spacing and layout for config files.Michael E Brown2007-10-2011-11/+0
|
* remove unneeded 'import os' from config files.Michael E Brown2007-10-2017-23/+0
|