summaryrefslogtreecommitdiffstats
path: root/py
Commit message (Expand)AuthorAgeFilesLines
* fix up sparc arch handlingHEADmasterDennis Gilmore2010-09-101-2/+3
* 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
* noarch is always a legal archPaul Howarth2010-08-121-1/+1
* Exclude bind-mounted cache dirs from root cachePaul Howarth2010-08-121-0/+2
* Retain order of umountCmdsPaul Howarth2010-08-121-0/+2
* Add i586 as a legal target archPaul Howarth2010-08-121-3/+3
* 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-302-1/+100
* patch that allows specifying max tmpfs size to tmpfs pluginKalev Lember2010-07-302-3/+10
* 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-272-5/+16
* added symlink from /proc/self/fd to /dev/fd in the chroot (BZ# 526414)Clark Williams2010-07-271-0/+4
* added i686 architectureClark Williams2010-07-271-3/+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-272-0/+31
* add the --scrub option for cleaning up cache (BZ# 450726)Paul B. Schroeder2010-07-272-17/+56
* 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
* Use pigz for gzipping by default (BZ# 570418).Ville Skyttä2010-03-231-1/+1
* Make --help etc work for non-mock users.Ville Skyttä2010-03-221-1/+3
* Clean up unused imports.Ville Skyttä2010-03-206-7/+2
* Make --with and --without set same macro values as rpmbuild does.Ville Skyttä2010-03-171-2/+4
* Make createrepo disabled by defaultJesse Keating2010-03-111-1/+1
* make createrepo command an option (skvidal)Jesse Keating2010-03-111-1/+3
* Revert "Revert "add configuration option to run createrepo on result rpms""Jesse Keating2010-03-111-0/+7
* Revert "add configuration option to run createrepo on result rpms"Jesse Keating2010-03-111-7/+0
* Revert "Use -N flag with useradd, but not in EPEL #495734"Jesse Keating2010-03-111-1/+1
* add utility function to detect SELinux status and use itClark Williams2010-02-192-3/+18
* Use -N flag with useradd, but not in EPEL #495734Jesse Keating2010-02-171-1/+1
* add configuration option to run createrepo on result rpmsSeth Vidal2010-02-101-0/+7
* add --unpriv logic to --shellClark Williams2010-01-181-1/+5
* handle distro differences for /dev/pts in chrootmock-1.0.2Clark Williams2009-12-231-4/+13
* add IPv6 localhost entry to /etc/hosts and fix build issueClark Williams2009-12-231-2/+4
* fix intermittent problems generating root cache tarball (BZ# 540997)Clark Williams2009-11-251-5/+12
* reworked devpts handling {BZ 510183}Clark Williams2009-11-232-2/+5
* 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
* added code to raise exception when --shell specified for uninitializedClark Williams2009-07-081-0/+2
* Patch from Jakub Jelinek (jakub@redhat.com) to fix incorrect mode andClark Williams2009-07-081-1/+1
* Support configurable root cache compressionLubomir Rintel2009-03-272-4/+12
* Be able to resolve hostnameLubomir Rintel2009-03-272-7/+17