summaryrefslogtreecommitdiffstats
path: root/src/py-libs/plugins
Commit message (Collapse)AuthorAgeFilesLines
* move things around so that we can run mock.py from the build tree instead of ↵Michael E Brown2007-11-304-299/+0
| | | | having to install it.
* use log.info() to tell about enabled caches rather than misusing state(). ↵Michael E Brown2007-11-292-2/+3
| | | | the state() method should be used to say what is happening.
* 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 ↵mock-0.8.5Michael E Brown2007-10-311-15/+13
| | | | types of cc invokations.
* 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 ↵Michael E Brown2007-10-211-3/+4
| | | | typo so we dont re-create root cache for non-clean builds.
* 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
| | | | by default.
* update copyrights. dont put full header in every source file, just ref main ↵Michael E Brown2007-10-213-54/+9
| | | | copying.
* create plugin infrastructure. move all caching related stuff to plugins.Michael E Brown2007-10-213-0/+303