summaryrefslogtreecommitdiffstats
path: root/py/mock/util.py
Commit message (Expand)AuthorAgeFilesLines
* pass selinux status to mock.util.rmtree() function (BZ# 614440)Clark Williams2010-08-121-2/+7
* Check SELinux state from /selinux/enforce instead of /usr/sbin/getenforce.Ville Skyttä2010-04-261-8/+7
* Clean up unused imports.Ville Skyttä2010-03-201-1/+0
* add utility function to detect SELinux status and use itClark Williams2010-02-191-0/+11
* Merge branch 'master' into clarkClark Williams2009-02-011-1/+0
|\
| * removed import of popen2 from py/mock/util.py (gets rid of deprecated warning)Clark Williams2008-12-191-1/+0
* | Signed-off-by: Mike McLean <mikem redhat com>Mike McLean2008-11-111-2/+10
|/
* internal setarch support for s390/s390xMike McLean2008-10-141-0/+1
* fix typo which causes exception in command-timeout code (which was trying to ...Michael E Brown2008-03-311-1/+1
* log child return code for debugging.Michael E Brown2008-03-041-0/+1
* add fcntl importMichael E Brown2008-01-301-0/+1
* Merge ssh://mock/var/ftp/pub/Applications/git/mockMichael E Brown2008-01-291-12/+32
|\
| * updates to mock.util.do(): 1) nonblocking read, 2) dont leave zombies (waitpid).Michael E Brown2008-01-291-12/+32
* | set the current working directory in the chrootMike Bonnet2008-01-241-4/+9
|/
* add back in dropped '.' to tar cvf command that is causing root cache creatio...Michael E Brown2008-01-201-0/+1
* convert mock.util.do() to use subprocess.Popen() rather than raw fork/exec.\n...Michael E Brown2008-01-201-128/+120
* cleanup trailing whitespace.Michael E Brown2008-01-081-1/+1
* Doug Chapman's ia64 personality warning fixClark Williams2007-12-221-0/+1
* Roland McGrath's fix for ctypes LoadLibrary on ia64Clark Williams2007-12-221-1/+1
* fix path comparison for orphanskill.Michael E Brown2007-12-171-1/+1
* dont do setarch personality() call for noarchMichael E Brown2007-12-161-1/+1
* demote setarch log msg back to debug() since we now have a warning for when i...Michael E Brown2007-12-111-1/+1
* Merge branch 'master' of /var/ftp/pub/Applications/git/mockMichael E Brown2007-12-111-3/+3
|\
| * - make "mock --chroot" non-interactive - set the exit code of "mock --chroot"...Mike Bonnet2007-12-111-3/+3
* | add warning for when personality has no constant mapping.Michael E Brown2007-12-111-1/+6
|/
* add i586/i686 setarch defs. add info message when setarch is ran.Michael E Brown2007-12-111-2/+3
* add sparcv9 for setarch.Michael E Brown2007-12-111-1/+1
* add setarch defs for sparc 32/64Michael E Brown2007-12-111-5/+6
* personality() returns -1 on error.Michael E Brown2007-12-111-1/+1
* less verbose do().Michael E Brown2007-12-061-2/+1
* add unshareMichael E Brown2007-12-061-5/+23
* fixup logging calls.Michael E Brown2007-12-061-2/+2
* separate out function tracing from verbosityMichael E Brown2007-12-061-25/+25
* consolidate imports.mock-0.8.12Michael E Brown2007-12-031-2/+1
* mostly whitespace fixes, plus a few other things to make pylint/pychecker hap...Michael E Brown2007-12-021-26/+28
* convert @decorator-syntax to use python-2.3 compatible peak decoratortools sy...Michael E Brown2007-12-011-13/+14
* move things around so that we can run mock.py from the build tree instead of ...Michael E Brown2007-11-301-0/+286