diff options
author | Jürg Billeter <j@bitron.ch> | 2020-08-19 11:30:15 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2020-09-03 14:12:02 +0200 |
commit | 7df5e40e8673b8a59a93cfdf2685cf120d6a98db (patch) | |
tree | 603273d7e4d334748c4dd52c2bdc5da0232e6be4 /tests/cachekey/project/target.expected | |
parent | 7175dbb76aab99935a4e3f5884bac9451bfb655e (diff) | |
download | buildstream-7df5e40e8673b8a59a93cfdf2685cf120d6a98db.tar.gz |
Move handling of the source `directory` configuration to ElementSourcesjuerg/element-source-cache
The `directory` value determines where a source is staged within the
build root of an element, however, it does not directly affect
individual sources.
With this change the sources will individually be cached in CAS
independent of the value of `directory`. `ElementSources` will use the
value of `directory` when staging all element sources into the build
root.
This results in a cache key change as the `directory` value is moved
from the unique key of individual sources to the unique key of
`ElementSources`.
This is in preparation for #1274.
Diffstat (limited to 'tests/cachekey/project/target.expected')
-rw-r--r-- | tests/cachekey/project/target.expected | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cachekey/project/target.expected b/tests/cachekey/project/target.expected index 887bc59b9..38d4abeef 100644 --- a/tests/cachekey/project/target.expected +++ b/tests/cachekey/project/target.expected @@ -1 +1 @@ -e51a1db8dc54b50c92a9a18d505d2d580854a6f6dae346ed5f89310775233ab4
\ No newline at end of file +5bf8ea2d6c0900c226c8fd3dae980f0b92e40f3fc1887b64d31bf04b6210d763
\ No newline at end of file |