summaryrefslogtreecommitdiffstats
path: root/src/py-libs/plugins
Commit message (Expand)AuthorAgeFilesLines
* move things around so that we can run mock.py from the build tree instead of ...Michael E Brown2007-11-304-299/+0
* use log.info() to tell about enabled caches rather than misusing state(). the...Michael E Brown2007-11-292-2/+3
* first (untested) try at adding offline mode.Michael E Brown2007-11-281-17/+19
* add to pre-existing deps, dont replace.Michael E Brown2007-11-171-1/+1
* better state info.Michael E Brown2007-11-161-1/+1
* use symlink vs creating a shell script. more scalable and we can cache more t...mock-0.8.5Michael E Brown2007-10-311-15/+13
* allow noncontiguous cache dir specifications.Michael E Brown2007-10-243-3/+3
* finish implementing bind mount plugin.Michael E Brown2007-10-211-6/+5
* small optimizations to not unpack root cache for --no-clean. fix accounting t...Michael E Brown2007-10-211-3/+4
* renamed bind.py to bind_mount.py as that is a bit more explicit.Michael E Brown2007-10-211-40/+0
* new plugin to optionally bind-mount host dirs into buildroot. not configured ...Michael E Brown2007-10-212-0/+80
* update copyrights. dont put full header in every source file, just ref main c...Michael E Brown2007-10-213-54/+9
* create plugin infrastructure. move all caching related stuff to plugins.Michael E Brown2007-10-213-0/+303