summaryrefslogtreecommitdiffstats
path: root/py/mock.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* add initial tmpfs plugin and default options.Michael E Brown2007-12-181-0/+2
* make rootdir private (_rootdir). Use accessor in mock.py as well.Michael E Brown2007-12-161-3/+3
* document --trace in cmdline help.Michael E Brown2007-12-161-1/+1
* Mock documentation patchVille Skyttä2007-12-161-4/+4
* changed more uses of .rootdir to makeChrootPath(); updated man page for --cop...Clark Williams2007-12-131-5/+15
* merged with latest masterClark Williams2007-12-131-0/+2
|\
| * if --chroot only has one argument, pass it to doChroot() as a string instead ...Mike Bonnet2007-12-121-0/+2
* | added copyin/out options; added makeChrootPath() method to RootClark Williams2007-12-131-1/+42
|/
* remove trailing whitespace.Michael E Brown2007-12-121-2/+2
* separate out shell and chroot cmdline args.Michael E Brown2007-12-121-4/+6
* Merge branch 'master' of ssh://mebrown@git.fedorahosted.org/git/mockMichael E Brown2007-12-121-0/+6
|\
| * Don't provide backwards compat option for update.Jesse Keating2007-12-121-1/+1
| * Add --update call, to update existing buildroot.Jesse Keating2007-12-121-1/+7