summaryrefslogtreecommitdiff
path: root/src/buildstream/_cachekey.py
Commit message (Collapse)AuthorAgeFilesLines
* Reformat code using BlackChandan Singh2019-11-141-1/+1
| | | | | | | As discussed over the mailing list, reformat code using Black. This is a one-off change to reformat all our codebase. Moving forward, we shouldn't expect such blanket reformats. Rather, we expect each change to already comply with the Black formatting style.
* _cachekey: Remove the 'node_sanitization' done before the json stringBenjamin Schubert2019-07-151-3/+1
| | | | | | | | Since ujson already sorts the keys, we just need to be able to jsonify Nodes sensibly. This is done by implementing __json__ on the 'Node' base class. This does not break the cache keys.
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-0/+68
This was discussed in #1008. Fixes #1009.