summaryrefslogtreecommitdiffstats
path: root/mock.py
Commit message (Expand)AuthorAgeFilesLines
...
* Patch from Clark Williams <williams@redhat.com>dcbw2006-03-211-0/+8
* add chroot command for running arbitrary commands in the chrootjcwillia2006-03-151-0/+6
* add patch from Clark Williams to be able to specify configdirskvidal2006-02-241-0/+5
* Back out setpgrp patch, found a better way to do it in plaguedcbw2006-01-241-8/+1
* Add an option to create a new process group so that both mock anddcbw2006-01-241-1/+8
* s/mach/mock/ in comments.scop2006-01-191-2/+2
* apply all of Andreas Thienemann's patches.skvidal2005-12-271-2/+2
* no verbose for rmsymbiont2005-11-121-1/+1
* realtime logging allowing for `tail -f' of the logssymbiont2005-11-121-48/+54
* Fix string output when printing error objects.symbiont2005-11-121-0/+3
* fix for a traceback when your hardware is failing. :)skvidal2005-08-231-1/+2
* --quiet flag and add a 'log' method for the primary class.skvidal2005-08-171-8/+27
* check in Jeff Sheltren's patch to fix bug: 165069skvidal2005-08-041-0/+1
* mock.spec: url updatesskvidal2005-08-041-1/+1
* fix exception handlingskvidal2005-07-261-5/+6
* bump version number to 0.4skvidal2005-07-261-1/+1
* make more exceptions to allow for better exit codes from mock to defineskvidal2005-07-211-18/+47
* remove references to mach-helper to fix 161828skvidal2005-07-081-7/+7
* Fix up basedir, it was actually config['root'] not config['basedir'] that nee...dcbw2005-06-251-3/+3
* make sure statedir is present before writing the statefileskvidal2005-06-251-1/+2
* merge in dcbw's patch for --uniqueextskvidal2005-06-251-1/+8
* don't close the rootlog before we're done writing to it.dcbw2005-06-241-1/+1
* Clean up states written to the 'status' file to be less granular and more par...dcbw2005-06-241-17/+15
* - add init and clean commands to initialize a buildroot and exit and to cleanskvidal2005-06-221-31/+71
* Make statedir function correctly, add newlines to config dump filedcbw2005-06-211-6/+9
* Fix syntax error in mock.pydcbw2005-06-211-1/+1
* 2005-06-21 10:02 dcbwdcbw2005-06-211-7/+10
* --statedir on cliskvidal2005-06-211-4/+19
* - catch srpm not found tracebackskvidal2005-06-161-1/+8
* don't allow running as root (#159986)katzj2005-06-121-0/+6
* error out if the user didn't pass a real srpm (#159987)katzj2005-06-121-0/+4
* label 0.3mock-0-3skvidal2005-06-121-1/+1
* correct umount_by_file problem with trailing \nskvidal2005-05-281-0/+1
* - allow users other than uid=500,gid=500skvidal2005-05-191-5/+3
* pychecker is my friendskvidal2005-05-161-6/+4
* - default now the default config fileskvidal2005-05-161-2/+23
* - update copyright infoskvidal2005-05-161-0/+2
* Initial revisionskvidal2005-05-161-0/+655