summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add special callout for interactive commands so we can interact properly.Michael E Brown2007-10-171-8/+14
* finish out setup of chroot env.Michael E Brown2007-10-172-262/+121
* start fleshing out different options. fix chrootuid to get real uid vs effect...Michael E Brown2007-10-171-11/+25
* Add cap to make multiple dirs at a time. add rmtree helper to eat some except...Michael E Brown2007-10-171-13/+56
* namespace prefix bugfix. add self because it is now a class.Michael E Brown2007-10-171-3/+3
* remove stuff that is already implemented so it is more obvious what is left.Michael E Brown2007-10-171-229/+0
* tracing. start init() workMichael E Brown2007-10-171-47/+102
* need to pass uidManager to chroot class for setupMichael E Brown2007-10-171-1/+2
* more loggingMichael E Brown2007-10-171-11/+25
* add tracing, touch(), do() functionsMichael E Brown2007-10-171-3/+72
* move uid management into a class so it can be easily passed to chroot obj and...Michael E Brown2007-10-171-32/+43
* add traceLog decorator which allows specifying the logger to use.Michael E Brown2007-10-171-12/+27
* more code.Michael E Brown2007-10-163-20/+92
* fix logging qualname to be in mock hierarchyMichael E Brown2007-10-161-1/+1
* better logging heirarchy and setup.Michael E Brown2007-10-161-28/+48
* add new py files to buildMichael E Brown2007-10-163-6/+64
* start adding backend codeMichael E Brown2007-10-161-0/+61
* start adding utility functions.Michael E Brown2007-10-161-1/+23
* add vim declarations.Michael E Brown2007-10-161-0/+2
* get rid of extra newlines.Michael E Brown2007-10-161-2/+2
* start setting up calls to backend.Michael E Brown2007-10-161-3/+5
* no default handlers for most logs. set up programatically.Michael E Brown2007-10-161-5/+40
* move py modules to different subdir to avoid conflict with mock binary name.Michael E Brown2007-10-1611-10/+13
* start re-arranging things...Michael E Brown2007-10-167-1153/+914
* start cleaning up old code.Michael E Brown2007-10-161-9/+0
* add tracingMichael E Brown2007-10-162-2/+12
* add new python modulesMichael E Brown2007-10-164-2/+170
* fix copying args to new cmd.Michael E Brown2007-10-151-2/+2
* start stubbing out main mock.pyMichael E Brown2007-10-152-17/+21
* add/install logging config file.Michael E Brown2007-10-153-6/+29
* start re-arranging mock.py contentsMichael E Brown2007-10-155-1008/+1218
* autoconf for python install.Michael E Brown2007-10-159-187/+547
* fix quoting on defines.Michael E Brown2007-10-112-2/+2
* whitespace cleanups and small cleanups.Michael E Brown2007-10-111-106/+113
* fixup CFLAGS for -Wall and -Werror, fix include paths.Michael E Brown2007-10-102-20/+10
* add config.h and directory definitionsMichael E Brown2007-10-086-59/+353
* update makefile to install more stuff automatically (like old make system)Michael E Brown2007-10-082-23/+54
* remove legacy config files.Michael E Brown2007-10-0813-520/+0
* add mock-yum to dist.Michael E Brown2007-10-082-2/+2
* remove useless .cvsignore fileMichael E Brown2007-10-081-1/+0
* add autotool files.Michael E Brown2007-10-087-0/+11625
* no longer ignore build dirMichael E Brown2007-10-081-1/+0
* update so mock.py is built properly and not removed on distcleanMichael E Brown2007-10-082-10/+5
* version updateMichael E Brown2007-10-081-1/+1
* now passes distcheckMichael E Brown2007-10-082-43/+127
* more autotools updates.Michael E Brown2007-10-084-8/+18
* autotools updates.Michael E Brown2007-10-0810-747/+7
* minor updates to autotool stuff.Michael E Brown2007-10-087-11/+29
* remove legacy makefileMichael E Brown2007-10-081-40/+0
* small fixes. ./configure now runs.Michael E Brown2007-10-084-558/+497