summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix for FC6mock-0.8.2Michael E Brown2007-10-211-0/+7
* version bumpMichael E Brown2007-10-211-1/+1
* version bumpMichael E Brown2007-10-212-13/+13
* comment minor edits.mock-0.8.1Michael E Brown2007-10-211-1/+2
* 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-213-19/+24
* finish implementing bind mount plugin.Michael E Brown2007-10-211-6/+5
* small optimizations to not unpack root cache for --no-clean. fix accounting t...Michael E Brown2007-10-211-3/+4
* renamed bind.py to bind_mount.py as that is a bit more explicit.Michael E Brown2007-10-211-40/+0
* new plugin to optionally bind-mount host dirs into buildroot. not configured ...Michael E Brown2007-10-215-6/+96
* update copyrights. dont put full header in every source file, just ref main c...Michael E Brown2007-10-219-127/+31
* fix disable/enable plugin cmdline to write to correct config entry.Michael E Brown2007-10-211-2/+2
* uncomment build lines.Michael E Brown2007-10-211-3/+3
* add time cmd to ensure that mock.py timings are accurate.Michael E Brown2007-10-211-1/+1
* version bump to 0.8.1Michael E Brown2007-10-213-14/+14
* create plugin infrastructure. move all caching related stuff to plugins.Michael E Brown2007-10-2114-231/+434
* update changelogmock-0.8.0Michael E Brown2007-10-202-0/+20
* dont try to compile ppc stuff. also clean test dir before starting.Michael E Brown2007-10-201-1/+2
* set exit code properly on error.Michael E Brown2007-10-201-0/+7
* little more generic release tests.Michael E Brown2007-10-201-4/+6
* add release testing script to ensure basic stuff works before release.Michael E Brown2007-10-201-0/+33
* disable ccache for epel builds by default because they dont have ccache avail...Michael E Brown2007-10-206-0/+18
* enable specific dep check as it does affect build. 'yum install foo' doesnt f...Michael E Brown2007-10-201-8/+4
* make --enable-cache consistent with other opts in '-' vs '_' department. add ...Michael E Brown2007-10-201-2/+7
* add couple friendly messages to explain why chroot is cleaned in case user fo...Michael E Brown2007-10-201-0/+6
* attempt to kill off any process group children before we finish fork(). Trap ...Michael E Brown2007-10-201-32/+38
* add cleanup_on_{success,failure} options. separate out do_rebuild() function ...Michael E Brown2007-10-202-28/+70
* 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
* allow installdeps cmd to be used on normal rpm.Michael E Brown2007-10-202-3/+3
* add exception for bad/wrong cmdline usage.Michael E Brown2007-10-191-0/+7
* add --cleanup-after option. move most exception handling out of main() and in...Michael E Brown2007-10-191-67/+82
* fix ccache to use chroot ccache instead of host ccacheMichael E Brown2007-10-191-3/+6
* dont double-initialize logging when building multiple srpms.Michael E Brown2007-10-191-1/+6
* fix one backwards compat FC6 buglet. BaseException is python 2.5+.Michael E Brown2007-10-191-1/+5
* add start message so we know which srpm we are working on when multiple are s...Michael E Brown2007-10-191-0/+1
* four tweaks and a bugfix. 1) roll ccache install into same yum call as instal...Michael E Brown2007-10-191-15/+15
* print integer minutes.Michael E Brown2007-10-191-1/+1
* dont add hooks more than once.Michael E Brown2007-10-191-3/+4
* print pretty time statistics after build done.Michael E Brown2007-10-191-2/+5
* drop privs to create result dir since it is user-changeable.Michael E Brown2007-10-191-1/+7
* add deps for tar/gzipMichael E Brown2007-10-191-1/+1
* add options to force enable/disable of caches on cmdline.Michael E Brown2007-10-191-0/+11
* need python to build.Michael E Brown2007-10-191-0/+1
* need to return output from mock in some circumstances (depsolving).Michael E Brown2007-10-191-3/+4
* loathe autoconf. finally fix distcheck and 'make distclean' removes src/mock....Michael E Brown2007-10-194-37/+61
* lock buildroot before clean. lock root cache.Michael E Brown2007-10-191-8/+44
* re-add root cache feature.Michael E Brown2007-10-192-5/+53
* better message for failed command when output disabled.Michael E Brown2007-10-191-1/+4