summaryrefslogtreecommitdiffstats
path: root/src/mock.py
Commit message (Expand)AuthorAgeFilesLines
* version bumpmock-0.8.7Michael E Brown2007-11-061-1/+1
* better defaults for root/yum cache age. remove unused max_age_days from ccach...Michael E Brown2007-10-301-3/+3
* 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-251-2/+7
|\
| * better error message for when logging.ini doesnt exist. version bump.Michael E Brown2007-10-241-2/+7
* | Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mockMichael E Brown2007-10-241-0/+1
|\|
| * suse support -- allow override useradd cmd in config fileMichael E Brown2007-10-241-0/+1
* | allow noncontiguous cache dir specifications.Michael E Brown2007-10-241-3/+3
|/
* version bumpmock-0.8.4Michael E Brown2007-10-221-1/+1
* ensure we only use gid specified. chroot operations always change uid/gid to ...Michael E Brown2007-10-221-2/+0
* version bumpmock-0.8.3Michael E Brown2007-10-221-1/+1
* remove becomeUser(0) from backend and have mock.py do it ahead of time. remov...Michael E Brown2007-10-221-2/+7
* fixup docs to match latest options.Michael E Brown2007-10-221-3/+4
* version bumpMichael E Brown2007-10-211-1/+1
* make plugin conf options match: *_opts and *_enable. fix for not doing 'yum ...Michael E Brown2007-10-211-10/+10
* new plugin to optionally bind-mount host dirs into buildroot. not configured ...Michael E Brown2007-10-211-6/+14
* fix disable/enable plugin cmdline to write to correct config entry.Michael E Brown2007-10-211-2/+2
* version bump to 0.8.1Michael E Brown2007-10-211-1/+1
* create plugin infrastructure. move all caching related stuff to plugins.Michael E Brown2007-10-211-19/+22
* set exit code properly on error.Michael E Brown2007-10-201-0/+7
* 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
* add cleanup_on_{success,failure} options. separate out do_rebuild() function ...Michael E Brown2007-10-201-25/+57
* allow installdeps cmd to be used on normal rpm.Michael E Brown2007-10-201-1/+1
* add --cleanup-after option. move most exception handling out of main() and in...Michael E Brown2007-10-191-67/+82
* add start message so we know which srpm we are working on when multiple are s...Michael E Brown2007-10-191-0/+1
* print integer minutes.Michael E Brown2007-10-191-1/+1
* print pretty time statistics after build done.Michael E Brown2007-10-191-2/+5
* add options to force enable/disable of caches on cmdline.Michael E Brown2007-10-191-0/+11
* re-add root cache feature.Michael E Brown2007-10-191-0/+2
* remove statedir as it really isnt used. move logs to resultdir to match old m...Michael E Brown2007-10-191-4/+0
* implement orphanskill feature.Michael E Brown2007-10-191-0/+8
* add 'mock install' command to yum install packages into buildroot. clean up h...Michael E Brown2007-10-181-7/+19
* shell and chroot cmds are identical. merge them save LOC. switch to os.system...Michael E Brown2007-10-181-10/+2
* finish moving to traceLog... fix import.Michael E Brown2007-10-181-1/+1
* trace()->traceLog(...). remove verbose/debug options which did nothing.Michael E Brown2007-10-181-13/+6
* move banner to before chroot obj prints its first msg. typo fix.Michael E Brown2007-10-181-2/+2
* disallow rebuild without 'rebuild' parameter. add banner on startup.Michael E Brown2007-10-181-9/+10
* lock buildroot to prevent simultaneous multiple access. build srpm as well as...Michael E Brown2007-10-181-2/+5
* change uidManager to push/pop so we can overlap regions. enforce naming conve...Michael E Brown2007-10-181-3/+5
* remove obsolete opts. add caching options.Michael E Brown2007-10-181-13/+2
* remove obsolete caching options. in with the new caching options. dont double...Michael E Brown2007-10-181-26/+11
* fix chroot->root typo. change function call to yieldSrpmHeaders().Michael E Brown2007-10-181-4/+4
* wrap action part in try/except so we cleanly trap and report errors.Michael E Brown2007-10-171-38/+65
* complete chroot/shell commands.Michael E Brown2007-10-171-2/+11
* start fleshing out different options. fix chrootuid to get real uid vs effect...Michael E Brown2007-10-171-11/+25
* need to pass uidManager to chroot class for setupMichael E Brown2007-10-171-1/+2
* more code.Michael E Brown2007-10-161-1/+4
* start setting up calls to backend.Michael E Brown2007-10-161-3/+5
* move py modules to different subdir to avoid conflict with mock binary name.Michael E Brown2007-10-161-0/+1