diff options
author | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2019-02-19 17:33:12 +0000 |
---|---|---|
committer | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2019-02-20 14:07:24 +0000 |
commit | 3cceaadad5c990f8f29f1f193a0c5835e9415db6 (patch) | |
tree | 569493650a7601f897ae6fb43e8dde6bfeeb2577 /doc | |
parent | c22639024ff5875880afebd30a0d0d9a118a56d9 (diff) | |
download | buildstream-3cceaadad5c990f8f29f1f193a0c5835e9415db6.tar.gz |
doc/./arch_cachekeys: JSON now, not dict pickle
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/arch_cachekeys.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/arch_cachekeys.rst b/doc/source/arch_cachekeys.rst index f0df796c5..cba7d4bd5 100644 --- a/doc/source/arch_cachekeys.rst +++ b/doc/source/arch_cachekeys.rst @@ -10,7 +10,7 @@ for the purpose of reusing artifacts in a well-defined, predictable way. Structure --------- -Cache keys are SHA256 hash values generated from a pickled Python dict that +Cache keys are SHA256 hash values generated from a UTF-8 JSON document that includes: * Environment (e.g., project configuration and variables) |