summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* start stubbing out main mock.pyMichael E Brown2007-10-152-17/+21
|
* start re-arranging mock.py contentsMichael E Brown2007-10-155-1008/+1218
|
* autoconf for python install.Michael E Brown2007-10-153-15/+2
|
* whitespace cleanups and small cleanups.Michael E Brown2007-10-111-106/+113
|
* add config.h and directory definitionsMichael E Brown2007-10-082-0/+160
|
* remove useless .cvsignore fileMichael E Brown2007-10-081-1/+0
|
* version updateMichael E Brown2007-10-081-1/+1
|
* autotools updates.Michael E Brown2007-10-084-709/+2
|
* minor updates to autotool stuff.Michael E Brown2007-10-083-1/+10
|
* remove legacy makefileMichael E Brown2007-10-081-40/+0
|
* initial start for auto-conf-izingMichael E Brown2007-10-081-1/+1
|
* initial start for auto-conf-izingMichael E Brown2007-10-084-0/+1169
|
* Patch from Roland McGrath <roland@redhat.com> to fix build for selinux ↵Michael E Brown2007-08-131-1/+1
| | | | shared library.
* removed error() call on closedir()mock-0.7.5Clark Williams2007-08-021-3/+6
|
* cleaned up do_orphanskill() codeClark Williams2007-08-021-4/+4
|
* did some refactoring; removed unneeded error() callsClark Williams2007-07-231-65/+45
|
* (no commit message)Clark Williams2007-07-131-0/+139
|
* fixes so that we have an actual policy for /etc/ files. update mock-helper ↵Michael E Brown2007-06-141-6/+68
| | | | with chmod/chown
* Adds SUBDIRS to the make 'distclean' target and 'distclean' to theMichael E Brown2007-06-121-0/+2
| | | | | | | | sub-directory Makefiles. Patch from Ken MacLeod <ken@bitsko.slc.ut.us> signed-off-by: Michael Brown <mebrown@michaels-house.net>
* removed redundant "-l" option in packClark Williams2007-06-111-3/+3
|
* merged mock-helper from mock-0-6-branchClark Williams2007-06-111-6/+11
|
* fixed up src/MakefileClark Williams2007-06-111-5/+4
|
* merged mock-0-6-branch fixes into HEADpostmerge_20070104jcwillia2007-01-041-1/+1
|
* changed MOCK_PATH to /usr/libexec/mock.pyjcwillia2006-09-081-1/+1
|
* updated version to 0.7 (new launcher mechanism)jcwillia2006-06-282-18/+216
|
* Make rm less verbose.mebrown2006-06-081-4/+4
|
* check in Michael Brown's lovely autocache creation patch.skvidal2006-05-241-0/+84
|
* added PS1 to allowed environment (to display special prompt when inside chroot)jcwillia2006-05-121-1/+1
|
* Ignore generated files.scop2005-11-201-0/+1
|
* add mock-yum wrapper to remove the selinux LD_PRELOAD. also, only setkatzj2005-07-141-9/+9
| | | | the LD_PRELOAD for use with running yum
* don't do the libselinux preload if selinux is disabledkatzj2005-06-231-1/+1
|
* 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.
* security fix - pointed out by Toshio Kuratomiskvidal2005-06-121-2/+0
|
* - allow users other than uid=500,gid=500skvidal2005-05-191-7/+5
| | | | | - fix warnings in mock-helper - fix umount of proc and devpts
* Initial revisionskvidal2005-05-164-0/+459