summaryrefslogtreecommitdiffstats
path: root/py/mock.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fix --shellMichael E Brown2007-12-121-1/+1
|/
* - make "mock --chroot" non-interactive - set the exit code of "mock --chroot"...Mike Bonnet2007-12-111-1/+12
* fix rebuild multiple srpms test.Michael E Brown2007-12-111-1/+1
* Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mockMichael E Brown2007-12-101-1/+1
|\
| * fix --without to follow proper rpmbuild conventions. Courtesy Paulo Cavalcant...Michael E Brown2007-12-091-1/+1
* | add --orphanskill mode. requested by mbonnet for koji.Michael E Brown2007-12-101-4/+9
|/
* add a few uid debugging calls, commented out by default, in case other people...Michael E Brown2007-12-071-0/+8
* become root a bit earlier to that cache dir stuff works (run during chroot __...Michael E Brown2007-12-061-3/+3
* create log files as unpriv user. fixup chrootuid calc to take into account su...Michael E Brown2007-12-061-5/+6
* convert to use consolehelper rather than setuid wrapper.Michael E Brown2007-12-061-3/+15
* add unshareMichael E Brown2007-12-061-0/+6
* separate out function tracing from verbosityMichael E Brown2007-12-061-9/+18
* mount inside try block so problem mounting unmounts everything.Michael E Brown2007-12-051-2/+2
* fix python logging module exception problem earlier so there isnt any path th...Michael E Brown2007-12-051-2/+4
* add --with and --without options to enable/disable options in a srpmTodd Zullinger2007-12-041-0/+12
* use 'MACRO EXPR' in --define docs to match the rpmbuild docsTodd Zullinger2007-12-041-2/+2
* add --define option to pass rpm macros on the command lineTodd Zullinger2007-12-041-0/+14
* error when trying to build multiple srpms without --resultdir.Michael E Brown2007-12-041-2/+6