summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* initial checkin of dependency rpm specfilejcwillia2006-04-121-0/+77
|
* change to chroot command to insure /proc and /sys are mounted/unmountedjcwillia2006-04-121-0/+2
|
* update spec file a bitskvidal2006-04-111-1/+4
|
* remove the 'groupinstall' need to use a buildsys dependency-only packageskvidal2006-04-111-3/+3
| | | | | iterate version to 0.5 more patches to go in, though
* modify all config files for chroot_dep_package optionskvidal2006-04-1112-24/+24
| | | | default package name to buildsys-build
* closing: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=180976skvidal2006-03-292-2/+2
| | | | thanks to Tom Tromey
* Patch from Clark Williams <williams@redhat.com>dcbw2006-03-211-0/+8
| | | | Set up links to /dev/std[in|out|err] in buildroots
* 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
| | | | | 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.scop2006-01-191-2/+2
|
* apply all of Andreas Thienemann's patches.skvidal2005-12-273-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.scop2005-11-201-1/+1
|
* Ignore generated files.scop2005-11-202-0/+4
|
* 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
|
* add commands to man page, create config files for legacy distributionssheltren2005-08-215-1/+197
|
* --quiet flag and add a 'log' method for the primary class.skvidal2005-08-171-8/+27
|
* mock man page from Jeff Sheltrenskvidal2005-08-052-0/+64
| | | | Makefile for docs dir
* added makefile for docs subdirskvidal2005-08-051-1/+1
|
* check in Jeff Sheltren's patch to fix bug: 165069skvidal2005-08-041-0/+1
|
* mock.spec: url updatesskvidal2005-08-042-3/+3
| | | | | mock.py: fix for rh bug: 163576 Thanks To Adrian Reber
* minor README updateskvidal2005-08-011-0/+4
|
* exclude ppc64 packages in ppc configs. this fixes building of ppc stuffkatzj2005-07-292-0/+2
| | | | on a ppc64 host
* update the local pathskvidal2005-07-288-8/+8
|
* fix exception handlingskvidal2005-07-261-5/+6
|
* bump version number to 0.4skvidal2005-07-262-2/+2
|
* make file fix and update spec fileskvidal2005-07-262-1/+2
|
* fix Makefileskvidal2005-07-262-1/+2
|
* make more exceptions to allow for better exit codes from mock to defineskvidal2005-07-211-18/+47
| | | | failures.
* add mock-yum wrapper to remove the selinux LD_PRELOAD. also, only setkatzj2005-07-143-9/+25
| | | | the LD_PRELOAD for use with running yum
* remove references to mach-helper to fix 161828skvidal2005-07-081-7/+7
|
* apply ignacio's patch for Makefile and spec file.skvidal2005-06-272-1/+11
|
* Fix up basedir, it was actually config['root'] not config['basedir'] that ↵dcbw2005-06-251-3/+3
| | | | needed to be modified. Sigh.
* 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 ↵dcbw2005-06-241-17/+15
| | | | parser friendly.
* don't do the libselinux preload if selinux is disabledkatzj2005-06-231-1/+1
|
* - add init and clean commands to initialize a buildroot and exit and to cleanskvidal2005-06-222-31/+77
| | | | | out the chroot and exit. - make sure the mockconfig.log output is flushed.
* Make statedir function correctly, add newlines to config dump filedcbw2005-06-211-6/+9
|
* Fix syntax error in mock.pydcbw2005-06-211-1/+1
|
* update changelog to make dcbw happyskvidal2005-06-211-0/+63
|
* remove dcbw's rogue changelog changeskvidal2005-06-211-8/+0
|
* 2005-06-21 10:02 dcbwdcbw2005-06-212-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 cliskvidal2005-06-212-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 mockkatzj2005-06-171-1/+0
|