summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* version bumpmock-0.9.7Michael E Brown2008-01-311-2/+2
* add fcntl importMichael E Brown2008-01-301-0/+1
* Merge ssh://mock/var/ftp/pub/Applications/git/mockMichael E Brown2008-01-293-29/+34
|\
| * updates to mock.util.do(): 1) nonblocking read, 2) dont leave zombies (waitpid).Michael E Brown2008-01-291-12/+32
| * Merge branch 'master' of /var/ftp/pub/Applications/git/mockMichael E Brown2008-01-2223-242/+298
| |\
| * | we now run /etc/profile, so no need to manually do ccache stuff.Michael E Brown2008-01-221-16/+1
| * | Merge branch 'master' of /var/ftp/pub/Applications/git/mockMichael E Brown2008-01-073-4/+7
| |\ \
| * \ \ Merge branch 'master' of /var/ftp/pub/Applications/git/mockMichael E Brown2008-01-041-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' of /var/ftp/pub/Applications/git/mockMichael E Brown2008-01-044-13/+30
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of /var/ftp/pub/Applications/git/mockMichael E Brown2007-12-217-53/+63
| |\ \ \ \ \
| * | | | | | use makeChrootPath() functionality rather than obscure string interpolationMichael E Brown2007-12-211-1/+1
* | | | | | | set the current working directory in the chrootMike Bonnet2008-01-243-6/+18
* | | | | | | add --unpriv option to drop privileges when running a command with --chrootMike Bonnet2008-01-242-1/+10
* | | | | | | redo exclude= lines yet again to work around what looks like python fnmatch()...Michael E Brown2008-01-225-5/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | get rid of one level of shell indirection where possible.Michael E Brown2008-01-202-10/+15
* | | | | | revert accidental comment-out of test cleanup that I was using to debug tar p...Michael E Brown2008-01-201-1/+1
* | | | | | add back in dropped '.' to tar cvf command that is causing root cache creatio...Michael E Brown2008-01-203-2/+3
* | | | | | convert mock.util.do() to use subprocess.Popen() rather than raw fork/exec.\n...Michael E Brown2008-01-206-156/+150
* | | | | | better unit test error message.Michael E Brown2008-01-201-4/+6
* | | | | | mount everything when running chroot command.Michael E Brown2008-01-181-1/+5
* | | | | | updated change logmock-0.9.6Clark Williams2008-01-161-0/+8
* | | | | | Merge branch 'master' of git+ssh://jcwillia@git.fedoraproject.org/git/hosted/...Clark Williams2008-01-161-2/+2
|\ \ \ \ \ \
| * | | | | | update manpage with new site-defaults ref.Michael E Brown2008-01-151-2/+2
* | | | | | | added compat symlinksClark Williams2008-01-161-0/+11
* | | | | | | version bumpClark Williams2008-01-161-2/+2
|/ / / / / /
* | | | | | the great config file rename.Michael E Brown2008-01-158-1/+1
* | | | | | some manpage clarifications and arrangements.Michael E Brown2008-01-101-41/+53
* | | | | | clarify info message to make it obvious that root cache is being unpacked.Michael E Brown2008-01-091-1/+1
* | | | | | cleanup trailing whitespace.Michael E Brown2008-01-085-14/+14
* | | | | | cleanup trailing whitespace.Michael E Brown2008-01-086-9/+9
* | | | | | add ability to conditionally enable tmpfs based on minimum ram availability.Michael E Brown2008-01-083-3/+12
* | | | | | add initfailed hook so tmpfs plugin can properly unmount tmpfs on failure. ma...Michael E Brown2008-01-082-2/+12
| |_|_|_|/ |/| | | |
* | | | | fix 'make srpm' to only build srpm and not also binary rpm.Michael E Brown2008-01-041-1/+1
* | | | | update docs for --arch and --target.Michael E Brown2008-01-042-3/+6
| |_|_|/ |/| | |
* | | | 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-042-5/+13
* | | get rid of personality() calls in sub do() calls because it is set at top lev...Michael E Brown2008-01-041-6/+2
* | | added --print-root-path optionClark Williams2008-01-041-0/+11
* | | paul howarth's request to change from -l to --login on bash invocationsClark Williams2008-01-041-2/+2
* | | Merge branch 'master' of git+ssh://jcwillia@git.fedoraproject.org/git/hosted/...Clark Williams2008-01-041-0/+1
|\ \ \
| * | | 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 git+ssh://jcwillia@git.fedoraproject.org/git/hosted/...Clark Williams2008-01-020-0/+0
|\| | |
| * | | add ia64 and alpha to personality_defsDoug Chapman2007-12-311-0/+1
| * | | Patch from Doug Chapman <doug.chapman@hp.com>Michael E Brown2007-12-312-2/+2
| | |/ | |/|
* | | Doug Chapman's ia64 personality warning fixClark Williams2007-12-221-0/+1
* | | Roland McGrath's fix for ctypes LoadLibrary on ia64Clark Williams2007-12-222-2/+2
|/ /
* | /usr/sbin/mock no longer needs to be owned by group mock.Michael E Brown2007-12-211-1/+1
* | Merge branch 'master' of ssh://mebrown@git.fedorahosted.org/git/mockMichael E Brown2007-12-217-52/+62
|\ \ | |/ |/|
| * remove unused debugging code.Michael E Brown2007-12-201-8/+0