summaryrefslogtreecommitdiffstats
path: root/src/py-libs
Commit message (Expand)AuthorAgeFilesLines
* move things around so that we can run mock.py from the build tree instead of ...Michael E Brown2007-11-3011-1530/+0
* 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
* make error log output more useful.Michael E Brown2007-11-291-2/+2
* add dep on python-ctypes so it will run on FC6. remove attempt at non-ctypes ...Michael E Brown2007-11-293-82/+0
* most root_log.info() calls were actually for debugging, so change them to debug.Michael E Brown2007-11-291-8/+7
* make sure trace log only emits log records to logger if logger is enabled for...Michael E Brown2007-11-291-9/+19
* 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
* 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-281-22/+29
|\
| * add option to disable internal /dev setup.Michael E Brown2007-11-281-21/+28
| * 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-281-1/+0
|\| | | |/ |/|
| * move uid stuff to its own module.Michael E Brown2007-11-281-1/+0
* | first (untested) try at adding offline mode.Michael E Brown2007-11-282-20/+27
|/
* set selinux context on created /dev/ files in chroot to prevent AVC denials.Michael E Brown2007-11-261-7/+17
* add ppc32/64 setarch compatibilityMichael E Brown2007-11-181-1/+2
* comment for personlity stuff.Michael E Brown2007-11-171-0/+1
* dont try to run personality() if we dont have a defined value.Michael E Brown2007-11-171-3/+3
* hand-code setarch to remove dep on /usr/bin/setarchMichael E Brown2007-11-172-16/+28
* make setarch configurable because suse doesnt have it.Michael E Brown2007-11-171-3/+7
* dont need setarch for initial srpm install or rebuild of srpm. need setarch i...Michael E Brown2007-11-171-3/+3
* add to pre-existing deps, dont replace.Michael E Brown2007-11-171-1/+1
* run setarch internally based on target_archMichael E Brown2007-11-171-4/+4
* allow resultdir to be variable-substituted on cmdline.Michael E Brown2007-11-171-1/+1
* better state info.Michael E Brown2007-11-162-2/+2
* Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mockMichael E Brown2007-11-151-1/+1
|\
| * shouldnt need to set rpmlock_path macro with fixes in rpm.Michael E Brown2007-11-151-1/+0
| * 'expect' wont work without /dev/ptmx.Michael E Brown2007-11-151-0/+1
* | enable 'installdeps' to work with normal rpm.Michael E Brown2007-11-141-1/+1
|/
* first pass at making logging format configurable per-logfile from the config ...Michael E Brown2007-11-121-5/+9
* 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
* 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
* Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mockMichael E Brown2007-10-241-1/+2
|\
| * suse support -- allow override useradd cmd in config fileMichael E Brown2007-10-241-1/+2
* | allow noncontiguous cache dir specifications.Michael E Brown2007-10-244-4/+8
|/
* ensure we only use gid specified. chroot operations always change uid/gid to ...Michael E Brown2007-10-222-6/+21
* fully qualify exception name to fix exception trying to raise exception.Michael E Brown2007-10-221-1/+1
* more complete fix for immutable files in buildrootMichael E Brown2007-10-221-5/+6