summaryrefslogtreecommitdiffstats
path: root/py/mock/backend.py
Commit message (Expand)AuthorAgeFilesLines
* add utility function to detect SELinux status and use itClark Williams2010-02-191-3/+7
* handle distro differences for /dev/pts in chrootmock-1.0.2Clark Williams2009-12-231-4/+13
* 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
* 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' of git+ssh://jcwillia@git.fedoraproject.org/git/hosted/...Clark Williams2009-01-081-2/+3
|\| |
| * | add new exception for result dir not being accessible and print nice friendly...Michael E Brown2008-11-181-2/+3
| |/
* / added version variable; added Mock Version banner to all logsClark Williams2008-12-191-0/+2
|/
* create BUILDROOT dir required by new rpmbuildClark Williams2008-08-291-1/+1
* add support for shmMichael E Brown2008-03-091-7/+12
* modify rootcache logic to rebuild cache if config files have newer timestampClark Williams2008-02-291-0/+1
* Merge branch 'master' of /var/ftp/pub/Applications/git/mockMichael E Brown2008-01-221-21/+33
|\
| * get rid of one level of shell indirection where possible.Michael E Brown2008-01-201-9/+14
| * convert mock.util.do() to use subprocess.Popen() rather than raw fork/exec.\n...Michael E Brown2008-01-201-10/+9
| * add initfailed hook so tmpfs plugin can properly unmount tmpfs on failure. ma...Michael E Brown2008-01-081-2/+10
* | Merge branch 'master' of /var/ftp/pub/Applications/git/mockMichael E Brown2008-01-041-9/+6
|\|
| * split up --target and --arch cmdline options.Michael E Brown2008-01-041-3/+3
| * get rid of personality() calls in sub do() calls because it is set at top lev...Michael E Brown2008-01-041-6/+2
| * paul howarth's request to change from -l to --login on bash invocationsClark Williams2008-01-041-2/+2
| * use the right mkdev argumentJesse Keating2008-01-031-1/+1
| * Create the dev/full device, some packages use it during make check.Jesse Keating2008-01-031-0/+1
* | Merge branch 'master' of /var/ftp/pub/Applications/git/mockMichael E Brown2007-12-211-29/+28
|\|
| * fix privs for yum resolvdep, needs to be root to download addl filelists.Michael E Brown2007-12-201-19/+19
| * fix resultdir for --uniqueext builds without resultdir specified. try to stan...Michael E Brown2007-12-191-8/+7
| * Run rpmbuild in a login shell in the chroot.Michael E Brown2007-12-191-2/+2
* | use makeChrootPath() functionality rather than obscure string interpolationMichael E Brown2007-12-211-1/+1
|/
* add hook (currently unused) for clean.Michael E Brown2007-12-181-0/+1
* comment out decorator for doChroot() to prevent logging build exceptions mult...Michael E Brown2007-12-181-1/+3
* make rootdir private (_rootdir). Use accessor in mock.py as well.Michael E Brown2007-12-161-3/+3
* fixed syntax errorClark Williams2007-12-161-1/+1
* replaced references to rootdir with calls to makeChrootPath()Clark Williams2007-12-141-11/+11
* changed more uses of .rootdir to makeChrootPath(); updated man page for --cop...Clark Williams2007-12-131-3/+6
* added copyin/out options; added makeChrootPath() method to RootClark Williams2007-12-131-25/+30
* remove trailing whitespace.Michael E Brown2007-12-121-2/+2
* Add --update call, to update existing buildroot.Jesse Keating2007-12-121-0/+9
* let yum resolvedep run w/privs because it has to download additional metadata...Michael E Brown2007-12-111-11/+6