summaryrefslogtreecommitdiffstats
path: root/py
Commit message (Expand)AuthorAgeFilesLines
* 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-229-183/+206
| |\
| * | 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-071-1/+1
| |\ \
| * \ \ 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-212-37/+28
| |\ \ \ \ \
| * | | | | | use makeChrootPath() functionality rather than obscure string interpolationMichael E Brown2007-12-211-1/+1
* | | | | | | set the current working directory in the chrootMike Bonnet2008-01-242-6/+15
* | | | | | | add --unpriv option to drop privileges when running a command with --chrootMike Bonnet2008-01-241-1/+7
| |_|_|_|_|/ |/| | | | |
* | | | | | get rid of one level of shell indirection where possible.Michael E Brown2008-01-202-10/+15
* | | | | | add back in dropped '.' to tar cvf command that is causing root cache creatio...Michael E Brown2008-01-202-1/+2
* | | | | | convert mock.util.do() to use subprocess.Popen() rather than raw fork/exec.\n...Michael E Brown2008-01-206-156/+150
* | | | | | 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
* | | | | | 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
* | | | | | add ability to conditionally enable tmpfs based on minimum ram availability.Michael E Brown2008-01-082-2/+11
* | | | | | add initfailed hook so tmpfs plugin can properly unmount tmpfs on failure. ma...Michael E Brown2008-01-082-2/+12
| |_|_|_|/ |/| | | |
* | | | | 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-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
* | | 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
* | | 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
| |/ |/|
* | Merge branch 'master' of ssh://mebrown@git.fedorahosted.org/git/mockMichael E Brown2007-12-212-37/+28
|\ \ | |/ |/|
| * remove unused debugging code.Michael E Brown2007-12-201-8/+0
| * 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
* | set personality in mainline code so all options run under correct personality.Michael E Brown2007-12-191-0/+3
|/
* unmount tmpfs when done or we run into problems with clean.Michael E Brown2007-12-181-0/+7
* add hook (currently unused) for clean.Michael E Brown2007-12-181-0/+1
* fixup typo: makeChrootPath is a method on self.rootObj.Michael E Brown2007-12-181-1/+2
* better ordering constraints for plugin initialization.Michael E Brown2007-12-181-2/+6
* add initial tmpfs plugin and default options.Michael E Brown2007-12-182-0/+35
* comment out decorator for doChroot() to prevent logging build exceptions mult...Michael E Brown2007-12-181-1/+3
* fix path comparison for orphanskill.Michael E Brown2007-12-171-1/+1
* make rootdir private (_rootdir). Use accessor in mock.py as well.Michael E Brown2007-12-162-6/+6
* dont do setarch personality() call for noarchMichael E Brown2007-12-161-1/+1
* document --trace in cmdline help.Michael E Brown2007-12-161-1/+1
* Merge branch 'master' of ssh://mebrown@git.fedorahosted.org/git/mockMichael E Brown2007-12-161-11/+11
|\
| * fixed syntax errorClark Williams2007-12-161-1/+1
| * resolved merge conflictsClark Williams2007-12-141-1/+1
| |\