summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* simple tweaks to logging to get rid of default debugging info in normal output.Michael E Brown2007-10-191-18/+27
|
* more loggingMichael E Brown2007-10-171-11/+25
|
* better logging heirarchy and setup.Michael E Brown2007-10-161-28/+48
|
* no default handlers for most logs. set up programatically.Michael E Brown2007-10-161-5/+40
|
* start re-arranging things...Michael E Brown2007-10-161-5/+5
|
* add tracingMichael E Brown2007-10-161-1/+1
|
* add/install logging config file.Michael E Brown2007-10-151-0/+23
|
* remove legacy config files.Michael E Brown2007-10-0813-520/+0
|
* autotools updates.Michael E Brown2007-10-081-13/+0
|
* BZ#273481 fix for buildng packages that have glib2-devel dependency on x86_64.Michael E Brown2007-08-311-1/+1
|