Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | * build libselinux-mock as a shared lib that gets installed into LIBDIR | katzj | 2005-06-17 | 2 | -8/+28 | |
| | | | | | | | | | | | * LD_PRELOAD libselinux-mock if we're running with selinux. this involves linking with libselinux. if you're anti-selinux, build with 'make NOSELINUX=1'. this lets mock work on systems running targeted policy at least only ugliness here is that if the preload is being used, you get errors about being unable to load it in the chroot from ld. it doesn't cause problems, it's just aesthetically ugly. | |||||
* | - catch srpm not found traceback | skvidal | 2005-06-16 | 4 | -4/+28 | |
| | | | | - fix fc4 config files | |||||
* | don't allow running as root (#159986) | katzj | 2005-06-12 | 1 | -0/+6 | |
| | ||||||
* | error out if the user didn't pass a real srpm (#159987) | katzj | 2005-06-12 | 1 | -0/+4 | |
| | ||||||
* | add config files for fc 4 and 5. make the development config file a symlink | katzj | 2005-06-12 | 7 | -2/+168 | |
| | | | | at install time since cvs can't really handle symlinks | |||||
* | label 0.3mock-0-3 | skvidal | 2005-06-12 | 1 | -1/+1 | |
| | ||||||
* | security fix - pointed out by Toshio Kuratomi | skvidal | 2005-06-12 | 2 | -4/+5 | |
| | ||||||
* | changes to spec file for fedora extras | skvidal | 2005-06-05 | 1 | -5/+1 | |
| | ||||||
* | few more fixes | skvidal | 2005-06-05 | 1 | -2/+2 | |
| | ||||||
* | clean up spec file for fedora extras | skvidal | 2005-06-05 | 1 | -6/+13 | |
| | ||||||
* | change make clean in . of dist dirmock-0-2 | skvidal | 2005-05-28 | 1 | -1/+1 | |
| | ||||||
* | update changelog | skvidal | 2005-05-28 | 1 | -0/+20 | |
| | ||||||
* | add changelog to spec file | skvidal | 2005-05-28 | 1 | -1/+1 | |
| | ||||||
* | correct umount_by_file problem with trailing \n | skvidal | 2005-05-28 | 1 | -0/+1 | |
| | ||||||
* | spec file fix | skvidal | 2005-05-28 | 1 | -2/+3 | |
| | ||||||
* | added changelog | skvidal | 2005-05-28 | 2 | -1/+50 | |
| | ||||||
* | make the default.cfg symlink | skvidal | 2005-05-28 | 2 | -1/+3 | |
| | ||||||
* | - allow users other than uid=500,gid=500 | skvidal | 2005-05-19 | 9 | -31/+31 | |
| | | | | | - fix warnings in mock-helper - fix umount of proc and devpts | |||||
* | pychecker is my friend | skvidal | 2005-05-16 | 1 | -6/+4 | |
| | ||||||
* | - default now the default config file | skvidal | 2005-05-16 | 2 | -7/+23 | |
| | | | | | - checks for membership in mock group before running - run yum update if the chroot is set to not be cleaned out | |||||
* | - update copyright info | skvidal | 2005-05-16 | 2 | -0/+33 | |
| | | | | - update README with some more content and TODOs | |||||
* | Initial revision | skvidal | 2005-05-16 | 14 | -0/+1496 | |