summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* make error log output more useful.Michael E Brown2007-11-291-2/+2
|
* 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 dep on python-ctypes so it will run on FC6. remove attempt at non-ctypes ↵Michael E Brown2007-11-296-144/+19
| | | | compatibility
* add verbosity control (-q/-v)Michael E Brown2007-11-292-24/+63
|
* propagate logger(mock) messages to root logger so we can control console ↵Michael E Brown2007-11-291-1/+1
| | | | verbosity through root logger.
* most root_log.info() calls were actually for debugging, so change them to debug.Michael E Brown2007-11-291-8/+7
|
* basic logger config a bit earlier so we can possibly catch log messages from ↵Michael E Brown2007-11-291-7/+6
| | | | submodule imports.
* make sure trace log only emits log records to logger if logger is enabled ↵Michael E Brown2007-11-291-9/+19
| | | | for the specified log level.
* dont init buildroot for install/installdepsMichael E Brown2007-11-291-3/+4
|
* remove no-longer-needed debug log messagesMichael E Brown2007-11-291-16/+0
|
* make sure we run yum install as root. remove unneeded state change message. ↵Michael E Brown2007-11-291-13/+10
| | | | remove redundant becomeUser() call in _copySrpmIntoChroot().
* make privstack more readable.Michael E Brown2007-11-291-2/+2
|
* bypass privStack by calling _becomeUser directly in mock setup.Michael E Brown2007-11-291-2/+2
|
* log calling function name properlyMichael E Brown2007-11-291-8/+12
|
* fix handling for printout of exceptions.Michael E Brown2007-11-291-2/+4
|
* enhance trace decorator to make log messages print actual ↵Michael E Brown2007-11-291-3/+37
| | | | function/filename/lineno of the to-be-called function.
* Merge commit 'origin/master'Michael E Brown2007-11-283-22/+35
|\ | | | | | | | | | | * commit 'origin/master': add option to disable internal /dev setup. turn output back on for yum install commands. better user feedback.
| * add option to disable internal /dev setup.Michael E Brown2007-11-283-21/+34
| |
| * turn output back on for yum install commands. better user feedback.Michael E Brown2007-11-281-2/+2
| |
* | temporary debug logging to be removed.Michael E Brown2007-11-281-12/+16
| |
* | Merge branch 'master' of ssh://duo/~/mockworkMichael E Brown2007-11-282-0/+136
|\ \ | | | | | | | | | | | | * 'master' of ssh://duo/~/mockwork: add {g,s}etres{g,u}id() functions using ctypes direct call to glibc.
| * | add {g,s}etres{g,u}id() functions using ctypes direct call to glibc.Michael E Brown2007-11-282-0/+136
| | |
* | | Merge branch 'master' of ssh://duo/~/mockworkMichael E Brown2007-11-285-34/+98
|\| | | |/ |/| | | | | | | | | | | | | * 'master' of ssh://duo/~/mockwork: move uid stuff to its own module. start updating release instructions. uid stuff in its own submodule drop privs early to parse cmdline args and config files. pick them up again before we start doing real work. better end-user error messages for messed up config files
| * move uid stuff to its own module.Michael E Brown2007-11-281-1/+0
| |
| * start updating release instructions.Michael E Brown2007-11-281-7/+20
| |
| * uid stuff in its own submoduleMichael E Brown2007-11-282-18/+61
| |
| * drop privs early to parse cmdline args and config files. pick them up again ↵Michael E Brown2007-11-281-4/+8
| | | | | | | | before we start doing real work.
| * better end-user error messages for messed up config filesMichael E Brown2007-11-281-4/+9
| |
* | Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mockMichael E Brown2007-11-281-1/+4
|\ \
| * | add length check to old behavior check in command_parse()Clark Williams2007-11-271-1/+1
| | |
| * | merge resolvedClark Williams2007-11-2733-866/+1398
| |\|
| * | Merge branch 'master' into clarkClark Williams2007-11-152-7/+7
| |\ \
| * | | fix for no logging.ini situationClark Williams2007-11-151-1/+4
| | | |
* | | | place online param where chroot obj can find it.Michael E Brown2007-11-281-1/+4
| | | |
* | | | update docs for offline paramsMichael E Brown2007-11-281-0/+3
| | | |
* | | | first (untested) try at adding offline mode.Michael E Brown2007-11-283-22/+36
| |_|/ |/| |
* | | update changelogmock-0.8.10Michael E Brown2007-11-261-0/+4
| | |
* | | version bumpMichael E Brown2007-11-264-770/+1028
| | |
* | | fix bz#400161 - broken 'shell' commandMichael E Brown2007-11-261-1/+1
| | |
* | | set selinux context on created /dev/ files in chroot to prevent AVC denials.Michael E Brown2007-11-261-7/+17
| | |
* | | update rpm changelog.mock-0.8.9Michael E Brown2007-11-201-0/+10
| | |
* | | 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
| | |
* | | update docs for preferred command syntax.Michael E Brown2007-11-201-22/+30
| | |
* | | small optimization on LOC for detecting if we need to clean chroot.Michael E Brown2007-11-201-3/+1
| | |
* | | forgot to put back return value for command_parse().Michael E Brown2007-11-201-0/+2
| | |
* | | fix syntax error typo.Michael E Brown2007-11-201-2/+2
| | |
* | | unify command mode parsing using optparse with backward compatibility for ↵Michael E Brown2007-11-201-37/+35
| | | | | | | | | | | | old style.
* | | another old-python fix for rhel5 python 2.4 support.Michael E Brown2007-11-191-2/+5
| | |