summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* version bumpmock-0.8.7Michael E Brown2007-11-063-14/+14
* 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
* version bumpmock-0.8.6Michael E Brown2007-11-062-13/+13
* fix BZ#366731. supress wrapper output.Michael E Brown2007-11-061-1/+1
* update manpage to reflect reality.Michael E Brown2007-11-031-3/+3
* use built-in chroot facilities rather than running /usr/sbin/chroot.Michael E Brown2007-11-021-2/+1
* use symlink vs creating a shell script. more scalable and we can cache more t...mock-0.8.5Michael E Brown2007-10-311-15/+13
* consolidate redundant code.Michael E Brown2007-10-311-6/+1
* better defaults for root/yum cache age. remove unused max_age_days from ccach...Michael E Brown2007-10-301-3/+3
* small fixes to correctly document defaults.Michael E Brown2007-10-301-6/+6
* fix typo in error path.Michael E Brown2007-10-271-1/+1
* small rearrangements to the function from hell. make it slightly less long.Michael E Brown2007-10-271-47/+39
* Fix buglet where we were substituting wrong value for cache dir.Michael E Brown2007-10-251-1/+2
* more info in start/done messages. better messages for when build fails.Michael E Brown2007-10-251-3/+7
* Merge ssh://mock/~/git/mockMichael E Brown2007-10-253-15/+20
|\
| * better error message for when logging.ini doesnt exist. version bump.Michael E Brown2007-10-241-2/+7
| * version bumpMichael E Brown2007-10-242-13/+13
* | Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mockMichael E Brown2007-10-243-2/+13
|\|
| * rhel3 compatMichael E Brown2007-10-241-1/+10
| * suse support -- allow override useradd cmd in config fileMichael E Brown2007-10-242-1/+3
* | allow noncontiguous cache dir specifications.Michael E Brown2007-10-246-8/+14
|/
* version bumpmock-0.8.4Michael E Brown2007-10-224-14/+17
* ensure we only use gid specified. chroot operations always change uid/gid to ...Michael E Brown2007-10-224-10/+21
* fully qualify exception name to fix exception trying to raise exception.Michael E Brown2007-10-221-1/+1
* fix license to comply with new licence standardMichael E Brown2007-10-221-1/+1
* fix rpmlint error: non-executable scriptMichael E Brown2007-10-2217-17/+0
* version bumpmock-0.8.3Michael E Brown2007-10-221-1/+1
* version bump. changelog update.Michael E Brown2007-10-223-13/+18
* more complete fix for immutable files in buildrootMichael E Brown2007-10-221-5/+6
* remove becomeUser(0) from backend and have mock.py do it ahead of time. remov...Michael E Brown2007-10-222-5/+8
* avoid infinite loop in error handling.Michael E Brown2007-10-221-1/+1
* try harder to remove buildroot if it fails.Michael E Brown2007-10-221-7/+19
* fixup docs to match latest options.Michael E Brown2007-10-222-21/+26
* 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