summaryrefslogtreecommitdiffstats
path: root/py/mock
Commit message (Expand)AuthorAgeFilesLines
* pass selinux status to mock.util.rmtree() function (BZ# 614440)Clark Williams2010-08-122-12/+17
* Update packages after unpacking root cachePaul Howarth2010-08-122-2/+5
* Exclude bind-mounted cache dirs from root cachePaul Howarth2010-08-121-0/+2
* Retain order of umountCmdsPaul Howarth2010-08-121-0/+2
* set state correctly for SELinux (BZ# 620143)Clark Williams2010-08-031-2/+8
* append rather than insert umount of /proc/filesystems (BZ# 620825)Clark Williams2010-08-031-1/+1
* add selinux pluginJan Vcelak2010-07-301-0/+97
* patch that allows specifying max tmpfs size to tmpfs pluginKalev Lember2010-07-301-2/+7
* fixed indentation typo in py/mock/backend.pyClark Williams2010-07-271-3/+3
* allow --sources to specify either single file or directory (BZ# 510409)Ricky Zhou2010-07-271-2/+12
* added symlink from /proc/self/fd to /dev/fd in the chroot (BZ# 526414)Clark Williams2010-07-271-0/+4
* fix cachefile generation filtering logicClark Williams2010-07-271-3/+3
* moved rpmdb clean block so that it works with --offlineClark Williams2010-07-271-7/+7
* filter out proc,sys,and dev from cache file creationClark Williams2010-07-271-0/+3
* added logic to detect invalid architecture combinations (BZ# 607144)Clark Williams2010-07-271-0/+7
* add the --scrub option for cleaning up cache (BZ# 450726)Paul B. Schroeder2010-07-271-15/+41
* yum made/makes an rpmdb cache dir in $cachedir/installed for a whileSeth Vidal2010-05-091-0/+9
* Create missing directories for config_opts['files'] elementsPaul Howarth2010-05-051-1/+3
* correct mispelling of sqlite extension in yum_cache.pyClark Williams2010-05-051-1/+1
* 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-205-6/+2
* add utility function to detect SELinux status and use itClark Williams2010-02-192-3/+18
* handle distro differences for /dev/pts in chrootmock-1.0.2Clark Williams2009-12-231-4/+13
* fix intermittent problems generating root cache tarball (BZ# 540997)Clark Williams2009-11-251-5/+12
* reworked devpts handling {BZ 510183}Clark Williams2009-11-231-2/+4
* conditionalize import of uuid package and avoid dependent code ifClark Williams2009-11-091-9/+15
* Don't automatically update the chroot in a --no-clean scenarioJesse Keating2009-08-111-3/+2
* fixed stupid typo in last updateClark Williams2009-07-081-1/+1
* reworked /dev/pts mount command to lookup 'tty' group id andClark Williams2009-07-081-1/+6
* Add directory and infrastructure that will allow dbus to start in chroot.Clark Williams2009-07-081-0/+11
* Patch from Jakub Jelinek (jakub@redhat.com) to fix incorrect mode andClark Williams2009-07-081-1/+1
* Support configurable root cache compressionLubomir Rintel2009-03-271-3/+9
* Be able to resolve hostnameLubomir Rintel2009-03-271-6/+12
* Copy the hosts tzdata (/etc/localtime) into the chrootJesse Keating2009-02-051-0/+7
* buildsrpm: some additional sanity checking, and removing an unnecessary globMike Bonnet2009-02-011-6/+6
* HOME environment variable is now set globally to match chroot homedirMike Bonnet2009-02-011-1/+0
* Merge branch 'master' into clarkClark Williams2009-02-011-0/+59
|\
| * Merge branch 'buildsrpm'Michael E Brown2009-01-231-0/+59
| |\
| | * unlink->rmdirMichael E Brown2009-01-081-1/+1
| | * another srpm -> spec change in buildsrpm. add state for building srpm.Michael E Brown2009-01-081-0/+1
| | * initial work to copy spec/sources and build srpm.Michael E Brown2009-01-081-0/+58
* | | set HOME environment variable to be the chroot homeClark Williams2009-02-011-2/+0
* | | Merge branch 'master' into clarkClark Williams2009-02-013-3/+19
|\ \ \
| * | | Merge branch 'master' of git+ssh://jcwillia@git.fedoraproject.org/git/hosted/...Clark Williams2009-01-082-2/+17
| |\| |
| | * | add new exception for result dir not being accessible and print nice friendly...Michael E Brown2008-11-182-2/+17
| | |/
| * | removed import of popen2 from py/mock/util.py (gets rid of deprecated warning)Clark Williams2008-12-191-1/+0
| * | added version variable; added Mock Version banner to all logsClark Williams2008-12-191-0/+2
| |/
* / Signed-off-by: Mike McLean <mikem redhat com>Mike McLean2008-11-111-2/+10
|/
* added panu's fix for strange rpm behaviorClark Williams2008-10-151-2/+4
* internal setarch support for s390/s390xMike McLean2008-10-141-0/+1