summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* remove unused import.Michael E Brown2007-12-011-1/+0
* few changes to make pychecker happy.Michael E Brown2007-12-014-4/+4
* cleanup release tests a bit.Michael E Brown2007-12-011-11/+6
* move build of daemontest into makefile.Michael E Brown2007-12-012-19/+42
* fix compile warnings.Michael E Brown2007-12-011-1/+6
* add back in comment line that was accidentally dropped in merge.Michael E Brown2007-12-011-0/+1
* cleanup compiled python files.Michael E Brown2007-12-012-1/+4
* version bumpMichael E Brown2007-12-012-37/+37
* add changelog entries.Michael E Brown2007-12-012-0/+7
* fix builds of multiple srpms on same cmdline.Michael E Brown2007-12-011-2/+7
* import local modules after system modules.Michael E Brown2007-12-011-2/+2
* clarified ChangeLogmock-0.8.11Clark Williams2007-11-301-3/+1
* version bumpClark Williams2007-11-302-0/+2
* first steps for updating to 0.8.11Clark Williams2007-11-305-14/+29
* fix release tests to run from local copy and local configs rather than instal...Michael E Brown2007-11-301-10/+5
* remove debugging statement.Michael E Brown2007-11-301-2/+0
* move things around so that we can run mock.py from the build tree instead of ...Michael E Brown2007-11-3037-74/+83
* reformat command failed output slightly.Michael E Brown2007-11-291-2/+2
* use log.info() to tell about enabled caches rather than misusing state(). the...Michael E Brown2007-11-292-2/+3
* fixup error message for misconfigured logging.ini. pass system exit exception...Michael E Brown2007-11-291-3/+3
* now that we have made mock logger by default less verbose, enable propogation...Michael E Brown2007-11-291-2/+2
* 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 b...Michael E Brown2007-11-291-26/+6
* add dep on python-ctypes so it will run on FC6. remove attempt at non-ctypes ...Michael E Brown2007-11-296-144/+19
* add verbosity control (-q/-v)Michael E Brown2007-11-292-24/+63
* propagate logger(mock) messages to root logger so we can control console verb...Michael E Brown2007-11-291-1/+1
* 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
* make sure trace log only emits log records to logger if logger is enabled for...Michael E Brown2007-11-291-9/+19
* 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. r...Michael E Brown2007-11-291-13/+10
* 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 function/filename/l...Michael E Brown2007-11-291-3/+37
* Merge commit 'origin/master'Michael E Brown2007-11-283-22/+35
|\
| * 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
|\ \
| * | 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
|\| | | |/ |/|
| * 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 b...Michael E Brown2007-11-281-4/+8
| * 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
|\ \