summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* * build libselinux-mock as a shared lib that gets installed into LIBDIRkatzj2005-06-172-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 tracebackskvidal2005-06-164-4/+28
| | | | - fix fc4 config files
* 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
|
* add config files for fc 4 and 5. make the development config file a symlinkkatzj2005-06-127-2/+168
| | | | at install time since cvs can't really handle symlinks
* label 0.3mock-0-3skvidal2005-06-121-1/+1
|
* security fix - pointed out by Toshio Kuratomiskvidal2005-06-122-4/+5
|
* changes to spec file for fedora extrasskvidal2005-06-051-5/+1
|
* few more fixesskvidal2005-06-051-2/+2
|
* clean up spec file for fedora extrasskvidal2005-06-051-6/+13
|
* change make clean in . of dist dirmock-0-2skvidal2005-05-281-1/+1
|
* update changelogskvidal2005-05-281-0/+20
|
* add changelog to spec fileskvidal2005-05-281-1/+1
|
* correct umount_by_file problem with trailing \nskvidal2005-05-281-0/+1
|
* spec file fixskvidal2005-05-281-2/+3
|
* added changelogskvidal2005-05-282-1/+50
|
* make the default.cfg symlinkskvidal2005-05-282-1/+3
|
* - allow users other than uid=500,gid=500skvidal2005-05-199-31/+31
| | | | | - fix warnings in mock-helper - fix umount of proc and devpts
* pychecker is my friendskvidal2005-05-161-6/+4
|
* - default now the default config fileskvidal2005-05-162-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 infoskvidal2005-05-162-0/+33
| | | | - update README with some more content and TODOs
* Initial revisionskvidal2005-05-1614-0/+1496