| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move things around so that we can run mock.py from the build tree instead of ↵ | Michael E Brown | 2007-11-30 | 11 | -1530/+0 |
| | | | | | having to install it. | ||||
| * | reformat command failed output slightly. | Michael E Brown | 2007-11-29 | 1 | -2/+2 |
| | | |||||
| * | use log.info() to tell about enabled caches rather than misusing state(). ↵ | Michael E Brown | 2007-11-29 | 2 | -2/+3 |
| | | | | | the state() method should be used to say what is happening. | ||||
| * | make error log output more useful. | Michael E Brown | 2007-11-29 | 1 | -2/+2 |
| | | |||||
| * | add dep on python-ctypes so it will run on FC6. remove attempt at non-ctypes ↵ | Michael E Brown | 2007-11-29 | 3 | -82/+0 |
| | | | | | compatibility | ||||
| * | most root_log.info() calls were actually for debugging, so change them to debug. | Michael E Brown | 2007-11-29 | 1 | -8/+7 |
| | | |||||
| * | make sure trace log only emits log records to logger if logger is enabled ↵ | Michael E Brown | 2007-11-29 | 1 | -9/+19 |
| | | | | | for the specified log level. | ||||
| * | remove no-longer-needed debug log messages | Michael E Brown | 2007-11-29 | 1 | -16/+0 |
| | | |||||
| * | make sure we run yum install as root. remove unneeded state change message. ↵ | Michael E Brown | 2007-11-29 | 1 | -13/+10 |
| | | | | | remove redundant becomeUser() call in _copySrpmIntoChroot(). | ||||
| * | make privstack more readable. | Michael E Brown | 2007-11-29 | 1 | -2/+2 |
| | | |||||
| * | log calling function name properly | Michael E Brown | 2007-11-29 | 1 | -8/+12 |
| | | |||||
| * | fix handling for printout of exceptions. | Michael E Brown | 2007-11-29 | 1 | -2/+4 |
| | | |||||
| * | enhance trace decorator to make log messages print actual ↵ | Michael E Brown | 2007-11-29 | 1 | -3/+37 |
| | | | | | function/filename/lineno of the to-be-called function. | ||||
| * | Merge commit 'origin/master' | Michael E Brown | 2007-11-28 | 1 | -22/+29 |
| |\ | | | | | | | | | | | * 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 Brown | 2007-11-28 | 1 | -21/+28 |
| | | | |||||
| | * | turn output back on for yum install commands. better user feedback. | Michael E Brown | 2007-11-28 | 1 | -2/+2 |
| | | | |||||
| * | | temporary debug logging to be removed. | Michael E Brown | 2007-11-28 | 1 | -12/+16 |
| | | | |||||
| * | | Merge branch 'master' of ssh://duo/~/mockwork | Michael E Brown | 2007-11-28 | 2 | -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 Brown | 2007-11-28 | 2 | -0/+136 |
| | | | | |||||
| * | | | Merge branch 'master' of ssh://duo/~/mockwork | Michael E Brown | 2007-11-28 | 1 | -1/+0 |
| |\| | | |/ |/| | | | | | | | | | | | | | * '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 Brown | 2007-11-28 | 1 | -1/+0 |
| | | | |||||
| * | | first (untested) try at adding offline mode. | Michael E Brown | 2007-11-28 | 2 | -20/+27 |
| |/ | |||||
| * | set selinux context on created /dev/ files in chroot to prevent AVC denials. | Michael E Brown | 2007-11-26 | 1 | -7/+17 |
| | | |||||
| * | add ppc32/64 setarch compatibility | Michael E Brown | 2007-11-18 | 1 | -1/+2 |
| | | |||||
| * | comment for personlity stuff. | Michael E Brown | 2007-11-17 | 1 | -0/+1 |
| | | |||||
| * | dont try to run personality() if we dont have a defined value. | Michael E Brown | 2007-11-17 | 1 | -3/+3 |
| | | |||||
| * | hand-code setarch to remove dep on /usr/bin/setarch | Michael E Brown | 2007-11-17 | 2 | -16/+28 |
| | | |||||
| * | make setarch configurable because suse doesnt have it. | Michael E Brown | 2007-11-17 | 1 | -3/+7 |
| | | |||||
| * | dont need setarch for initial srpm install or rebuild of srpm. need setarch ↵ | Michael E Brown | 2007-11-17 | 1 | -3/+3 |
| | | | | | in chroot. | ||||
| * | add to pre-existing deps, dont replace. | Michael E Brown | 2007-11-17 | 1 | -1/+1 |
| | | |||||
| * | run setarch internally based on target_arch | Michael E Brown | 2007-11-17 | 1 | -4/+4 |
| | | |||||
| * | allow resultdir to be variable-substituted on cmdline. | Michael E Brown | 2007-11-17 | 1 | -1/+1 |
| | | |||||
| * | better state info. | Michael E Brown | 2007-11-16 | 2 | -2/+2 |
| | | |||||
| * | Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mock | Michael E Brown | 2007-11-15 | 1 | -1/+1 |
| |\ | |||||
| | * | shouldnt need to set rpmlock_path macro with fixes in rpm. | Michael E Brown | 2007-11-15 | 1 | -1/+0 |
| | | | |||||
| | * | 'expect' wont work without /dev/ptmx. | Michael E Brown | 2007-11-15 | 1 | -0/+1 |
| | | | |||||
| * | | enable 'installdeps' to work with normal rpm. | Michael E Brown | 2007-11-14 | 1 | -1/+1 |
| |/ | |||||
| * | first pass at making logging format configurable per-logfile from the config ↵ | Michael E Brown | 2007-11-12 | 1 | -5/+9 |
| | | | | | file. | ||||
| * | use built-in chroot facilities rather than running /usr/sbin/chroot. | Michael E Brown | 2007-11-02 | 1 | -2/+1 |
| | | |||||
| * | use symlink vs creating a shell script. more scalable and we can cache more ↵mock-0.8.5 | Michael E Brown | 2007-10-31 | 1 | -15/+13 |
| | | | | | types of cc invokations. | ||||
| * | consolidate redundant code. | Michael E Brown | 2007-10-31 | 1 | -6/+1 |
| | | |||||
| * | fix typo in error path. | Michael E Brown | 2007-10-27 | 1 | -1/+1 |
| | | |||||
| * | small rearrangements to the function from hell. make it slightly less long. | Michael E Brown | 2007-10-27 | 1 | -47/+39 |
| | | |||||
| * | Fix buglet where we were substituting wrong value for cache dir. | Michael E Brown | 2007-10-25 | 1 | -1/+2 |
| | | |||||
| * | Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mock | Michael E Brown | 2007-10-24 | 1 | -1/+2 |
| |\ | |||||
| | * | suse support -- allow override useradd cmd in config file | Michael E Brown | 2007-10-24 | 1 | -1/+2 |
| | | | |||||
| * | | allow noncontiguous cache dir specifications. | Michael E Brown | 2007-10-24 | 4 | -4/+8 |
| |/ | |||||
| * | ensure we only use gid specified. chroot operations always change uid/gid to ↵ | Michael E Brown | 2007-10-22 | 2 | -6/+21 |
| | | | | | gid specified. fixes 'bad owner/group' message from rpm. | ||||
| * | fully qualify exception name to fix exception trying to raise exception. | Michael E Brown | 2007-10-22 | 1 | -1/+1 |
| | | |||||
| * | more complete fix for immutable files in buildroot | Michael E Brown | 2007-10-22 | 1 | -5/+6 |
| | | |||||
