summaryrefslogtreecommitdiff
path: root/morphlib/cachekeycomputer.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid rebuilds when unimportant morphology contents changeJonathan Maw2012-11-291-0/+8
* Compute cache keys using tree SHA1s instead of commit SHA1sJannis Pohlmann2012-09-051-1/+1
* python scripts: pep8ize codebaseRichard Maw2012-08-011-10/+9
* SystemBuilder: mount rootfs rw initiallyRichard Maw2012-07-091-1/+1
* CacheKeyComputer: increment compat-versionRichard Maw2012-07-021-0/+2
* CacheKeyComputer: add stratum-format-versionRichard Maw2012-06-141-0/+2
* CacheKeyComputer: re-use dict hash logic for morphology hashingRichard Maw2012-05-181-17/+2
* Fix stringifying morphologies to be deterministicLars Wirzenius2012-05-111-4/+18
* Change cache keys for strata, systems to use sha of morphology, instead of co...Lars Wirzenius2012-05-091-2/+15
* cachekeycomputer: use sha1s in the cache_idRichard Maw2012-04-231-1/+1
* cachekeycomputer: log get_cache_id as wellRichard Maw2012-04-231-0/+4
* Add missing import, oopsLars Wirzenius2012-04-231-0/+1
* Add more logging to cache key computationLars Wirzenius2012-04-231-0/+4
* Remove BuildGraph, compute cache keys based on Artifacts.Jannis Pohlmann2012-04-181-12/+12
* cachekeycomputer: rename get_cache_key compute_keyRichard Maw2012-04-161-1/+1
* cachekeycomputer: look up values in buildenvRichard Maw2012-04-121-4/+3
* cachekeycomputer: prepare build environment changeRichard Maw2012-04-121-2/+2
* morphlib: add cachekeycomputer classRichard Maw2012-04-121-0/+79