-
fde45136
by Raoul Hidalgo Charman
at 2019-02-05T10:29:13Z
rootcachedir: add new dir option that's default root to other dirs
Deprecates artifactdir and builddir.
Fixes #870
-
99a6d259
by Raoul Hidalgo Charman
at 2019-02-05T10:51:16Z
CASCache: Move cache check methods here
A lot of code that checks cache quota has been touched.
Part of #870
-
06ad335d
by Raoul Hidalgo Charman
at 2019-02-06T18:21:09Z
_basecache.py: Move artifactcache methods to base cache
ArtifactCache now derives from BaseCache, and so will the SourceCache.
Methods relevant to both have been moved here, such as generating specs
from the config.
WIP
Part of #440
-
ad6261f2
by Raoul Hidalgo Charman
at 2019-02-06T18:21:14Z
sourcecache: WIP commit with sketch of class