summaryrefslogtreecommitdiff
path: root/buildstream/_cachekey.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
| | | | Fixes #424
* Move utils._generate_key() into a new 'cachekey' moduleSam Thursfield2018-01-041-0/+43
This avoids a circular dependency between the 'utils' and '_yaml' modules.