summaryrefslogtreecommitdiffstats
path: root/src/py-libs/backend.py
Commit message (Expand)AuthorAgeFilesLines
...
* add locking for yum cacheMichael E Brown2007-10-181-1/+25
* lock buildroot to prevent simultaneous multiple access. build srpm as well as...Michael E Brown2007-10-181-26/+54
* change uidManager to push/pop so we can overlap regions. enforce naming conve...Michael E Brown2007-10-181-26/+38
* remove all trailing whitespace. move all caching functions together.Michael E Brown2007-10-181-25/+25
* prune yum cache old files. add ability to limit ccache size.Michael E Brown2007-10-181-10/+47
* get ccache workingMichael E Brown2007-10-181-0/+15
* factor caching stuff to standalone functions.Michael E Brown2007-10-181-29/+78
* ensure that HOME var is set properly for rpmbuild.Michael E Brown2007-10-181-1/+2
* properly mount/umount around rpmbuild callMichael E Brown2007-10-181-2/+3
* add build and installdeps implementations.Michael E Brown2007-10-181-10/+76
* export do_chroot() in public api. use -n option to mount/umount so it doesnt ...Michael E Brown2007-10-171-15/+16
* finish out setup of chroot env.Michael E Brown2007-10-171-10/+121
* tracing. start init() workMichael E Brown2007-10-171-47/+102
* more code.Michael E Brown2007-10-161-19/+82
* start adding backend codeMichael E Brown2007-10-161-0/+61
* move py modules to different subdir to avoid conflict with mock binary name.Michael E Brown2007-10-161-0/+23