| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | initial checkin of dependency rpm specfile | jcwillia | 2006-04-12 | 1 | -0/+77 | |
| | | ||||||
| * | change to chroot command to insure /proc and /sys are mounted/unmounted | jcwillia | 2006-04-12 | 1 | -0/+2 | |
| | | ||||||
| * | update spec file a bit | skvidal | 2006-04-11 | 1 | -1/+4 | |
| | | ||||||
| * | remove the 'groupinstall' need to use a buildsys dependency-only package | skvidal | 2006-04-11 | 1 | -3/+3 | |
| | | | | | | iterate version to 0.5 more patches to go in, though | |||||
| * | modify all config files for chroot_dep_package option | skvidal | 2006-04-11 | 12 | -24/+24 | |
| | | | | | default package name to buildsys-build | |||||
| * | closing: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=180976 | skvidal | 2006-03-29 | 2 | -2/+2 | |
| | | | | | thanks to Tom Tromey | |||||
| * | Patch from Clark Williams <williams@redhat.com> | dcbw | 2006-03-21 | 1 | -0/+8 | |
| | | | | | Set up links to /dev/std[in|out|err] in buildroots | |||||
| * | add chroot command for running arbitrary commands in the chroot | jcwillia | 2006-03-15 | 1 | -0/+6 | |
| | | ||||||
| * | add patch from Clark Williams to be able to specify configdir | skvidal | 2006-02-24 | 1 | -0/+5 | |
| | | ||||||
| * | Back out setpgrp patch, found a better way to do it in plague | dcbw | 2006-01-24 | 1 | -8/+1 | |
| | | ||||||
| * | Add an option to create a new process group so that both mock and | dcbw | 2006-01-24 | 1 | -1/+8 | |
| | | | | | | all of its children can be easily killed with kill(-<mock pid>) without killing mock's parent (ie, plague-builder). | |||||
| * | s/mach/mock/ in comments. | scop | 2006-01-19 | 1 | -2/+2 | |
| | | ||||||
| * | apply all of Andreas Thienemann's patches. | skvidal | 2005-12-27 | 3 | -3/+7 | |
| | | | | | | fixes rm -rf call to rm -rfv and fixes the mock man page in the package makefile and specfile. | |||||
| * | Exclude CVS stuff from tarball. | scop | 2005-11-20 | 1 | -1/+1 | |
| | | ||||||
| * | Ignore generated files. | scop | 2005-11-20 | 2 | -0/+4 | |
| | | ||||||
| * | no verbose for rm | symbiont | 2005-11-12 | 1 | -1/+1 | |
| | | ||||||
| * | realtime logging allowing for `tail -f' of the logs | symbiont | 2005-11-12 | 1 | -48/+54 | |
| | | ||||||
| * | Fix string output when printing error objects. | symbiont | 2005-11-12 | 1 | -0/+3 | |
| | | ||||||
| * | fix for a traceback when your hardware is failing. :) | skvidal | 2005-08-23 | 1 | -1/+2 | |
| | | ||||||
| * | add commands to man page, create config files for legacy distributions | sheltren | 2005-08-21 | 5 | -1/+197 | |
| | | ||||||
| * | --quiet flag and add a 'log' method for the primary class. | skvidal | 2005-08-17 | 1 | -8/+27 | |
| | | ||||||
| * | mock man page from Jeff Sheltren | skvidal | 2005-08-05 | 2 | -0/+64 | |
| | | | | | Makefile for docs dir | |||||
| * | added makefile for docs subdir | skvidal | 2005-08-05 | 1 | -1/+1 | |
| | | ||||||
| * | check in Jeff Sheltren's patch to fix bug: 165069 | skvidal | 2005-08-04 | 1 | -0/+1 | |
| | | ||||||
| * | mock.spec: url updates | skvidal | 2005-08-04 | 2 | -3/+3 | |
| | | | | | | mock.py: fix for rh bug: 163576 Thanks To Adrian Reber | |||||
| * | minor README update | skvidal | 2005-08-01 | 1 | -0/+4 | |
| | | ||||||
| * | exclude ppc64 packages in ppc configs. this fixes building of ppc stuff | katzj | 2005-07-29 | 2 | -0/+2 | |
| | | | | | on a ppc64 host | |||||
| * | update the local path | skvidal | 2005-07-28 | 8 | -8/+8 | |
| | | ||||||
| * | fix exception handling | skvidal | 2005-07-26 | 1 | -5/+6 | |
| | | ||||||
| * | bump version number to 0.4 | skvidal | 2005-07-26 | 2 | -2/+2 | |
| | | ||||||
| * | make file fix and update spec file | skvidal | 2005-07-26 | 2 | -1/+2 | |
| | | ||||||
| * | fix Makefile | skvidal | 2005-07-26 | 2 | -1/+2 | |
| | | ||||||
| * | make more exceptions to allow for better exit codes from mock to define | skvidal | 2005-07-21 | 1 | -18/+47 | |
| | | | | | failures. | |||||
| * | add mock-yum wrapper to remove the selinux LD_PRELOAD. also, only set | katzj | 2005-07-14 | 3 | -9/+25 | |
| | | | | | the LD_PRELOAD for use with running yum | |||||
| * | remove references to mach-helper to fix 161828 | skvidal | 2005-07-08 | 1 | -7/+7 | |
| | | ||||||
| * | apply ignacio's patch for Makefile and spec file. | skvidal | 2005-06-27 | 2 | -1/+11 | |
| | | ||||||
| * | Fix up basedir, it was actually config['root'] not config['basedir'] that ↵ | dcbw | 2005-06-25 | 1 | -3/+3 | |
| | | | | | needed to be modified. Sigh. | |||||
| * | make sure statedir is present before writing the statefile | skvidal | 2005-06-25 | 1 | -1/+2 | |
| | | ||||||
| * | merge in dcbw's patch for --uniqueext | skvidal | 2005-06-25 | 1 | -1/+8 | |
| | | ||||||
| * | don't close the rootlog before we're done writing to it. | dcbw | 2005-06-24 | 1 | -1/+1 | |
| | | ||||||
| * | Clean up states written to the 'status' file to be less granular and more ↵ | dcbw | 2005-06-24 | 1 | -17/+15 | |
| | | | | | parser friendly. | |||||
| * | don't do the libselinux preload if selinux is disabled | katzj | 2005-06-23 | 1 | -1/+1 | |
| | | ||||||
| * | - add init and clean commands to initialize a buildroot and exit and to clean | skvidal | 2005-06-22 | 2 | -31/+77 | |
| | | | | | | out the chroot and exit. - make sure the mockconfig.log output is flushed. | |||||
| * | Make statedir function correctly, add newlines to config dump file | dcbw | 2005-06-21 | 1 | -6/+9 | |
| | | ||||||
| * | Fix syntax error in mock.py | dcbw | 2005-06-21 | 1 | -1/+1 | |
| | | ||||||
| * | update changelog to make dcbw happy | skvidal | 2005-06-21 | 1 | -0/+63 | |
| | | ||||||
| * | remove dcbw's rogue changelog change | skvidal | 2005-06-21 | 1 | -8/+0 | |
| | | ||||||
| * | 2005-06-21 10:02 dcbw | dcbw | 2005-06-21 | 2 | -7/+18 | |
| | | | | | | | | | * mock.py: Fix traceback in clean() when self.basedir doesn't yet exist. Fix traceback when call to Root() raises an exception and doesn't therefore set 'my' | |||||
| * | --statedir on cli | skvidal | 2005-06-21 | 2 | -4/+53 | |
| | | | | | write out some of config into resultdir in a file named mockconfig.log | |||||
| * | don't allow APT_CONFIG since apt is irrelevant to mock | katzj | 2005-06-17 | 1 | -1/+0 | |
| | | ||||||
