summaryrefslogtreecommitdiffstats
path: root/py/mock.py
Commit message (Expand)AuthorAgeFilesLines
* fix up sparc arch handlingmock-1.0Dennis Gilmore2010-09-101-2/+3
* noarch is always a legal archPaul Howarth2010-08-141-1/+1
* Add i586 as a legal target archPaul Howarth2010-08-141-8/+8
* add i586 as valid archClark Williams2010-08-091-3/+3
* add noarch as legal architecture for any host arch (BZ# 622170)Clark Williams2010-08-091-8/+8
* add selinux pluginJan Vcelak2010-07-311-1/+3
* patch that allows specifying max tmpfs size to tmpfs pluginKalev Lember2010-07-311-1/+3
* allow --sources to specify either single file or directory (BZ# 510409)Ricky Zhou2010-07-311-3/+4
* added i686 architectureClark Williams2010-07-311-3/+4
* added logic to detect invalid architecture combinations (BZ# 607144)Clark Williams2010-07-311-0/+24
* add the --scrub option for cleaning up cache (BZ# 450726)Paul B. Schroeder2010-07-311-2/+15
* 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
* 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
* add IPv6 localhost entry to /etc/hosts and fix build issueClark Williams2009-12-231-2/+4
* reworked devpts handling {BZ 510183}Clark Williams2009-11-231-0/+1
* added code to raise exception when --shell specified for uninitializedClark Williams2009-07-081-0/+2
* Support configurable root cache compressionLubomir Rintel2009-03-271-1/+3
* Be able to resolve hostnameLubomir Rintel2009-03-271-1/+5
* commented out dropPrivsForever() in copyin logicClark Williams2009-02-021-1/+1
* Merge branch 'master' into clarkClark Williams2009-02-011-0/+43
|\
| * Merge branch 'buildsrpm'Michael E Brown2009-01-231-0/+43
| |\
| | * another srpm -> spec change in buildsrpm. add state for building srpm.Michael E Brown2009-01-081-1/+1
| | * cant use srpm var, use spec file instead. its ofr info only.Michael E Brown2009-01-081-5/+5
| | * initial work to copy spec/sources and build srpm.Michael E Brown2009-01-081-0/+43
* | | set HOME environment variable to be the chroot homeClark Williams2009-02-011-1/+1
* | | Merge branch 'master' of git+ssh://jcwillia@git.fedoraproject.org/git/hosted/...Clark Williams2009-01-081-0/+5
|\| |
| * | add new exception for result dir not being accessible and print nice friendly...Michael E Brown2008-11-181-0/+5
| |/
* / added version key to config options; moved cache_topdir to /var/cache/mock; r...Clark Williams2008-12-191-2/+3
|/
* Merge branch 'master' of git+ssh://jcwillia@git.fedoraproject.org/git/hosted/...Clark Williams2008-04-141-0/+11
|\
| * handle idiots with grace and poise.Michael E Brown2008-03-071-0/+11
* | changed default chroot_setup_cmd to be "groupinstall"Clark Williams2008-03-071-1/+1
|/
* modify rootcache logic to rebuild cache if config files have newer timestampClark Williams2008-02-291-0/+4
* set the current working directory in the chrootMike Bonnet2008-01-241-2/+6
* add --unpriv option to drop privileges when running a command with --chrootMike Bonnet2008-01-241-1/+7
* convert mock.util.do() to use subprocess.Popen() rather than raw fork/exec.\n...Michael E Brown2008-01-201-10/+6
* mount everything when running chroot command.Michael E Brown2008-01-181-1/+5
* the great config file rename.Michael E Brown2008-01-151-1/+1
* cleanup trailing whitespace.Michael E Brown2008-01-081-5/+5
* add ability to conditionally enable tmpfs based on minimum ram availability.Michael E Brown2008-01-081-1/+1
* update docs for --arch and --target.Michael E Brown2008-01-041-1/+1
* fix syntax error from personality move by using config_opt directly.Michael E Brown2008-01-041-1/+1
* split up --target and --arch cmdline options.Michael E Brown2008-01-041-2/+10
* added --print-root-path optionClark Williams2008-01-041-0/+11
* Merge branch 'master' of ssh://mebrown@git.fedorahosted.org/git/mockMichael E Brown2007-12-211-8/+0
|\
| * remove unused debugging code.Michael E Brown2007-12-201-8/+0
* | set personality in mainline code so all options run under correct personality.Michael E Brown2007-12-191-0/+3
|/
* better ordering constraints for plugin initialization.Michael E Brown2007-12-181-2/+6