This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch cache-key-v0 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit ed546aab087e19a898b9aaeb17c5ca4c986cebbc Author: Jürg Billeter <[email protected]> AuthorDate: Sun Feb 18 13:49:03 2018 +0100 Revert "_project.py: Bumping artifact version for execution environment" This reverts commit cd62e98834d91cbf32ac7d1408b6c0972c690591. --- buildstream/element.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildstream/element.py b/buildstream/element.py index d03f32c..86cac56 100644 --- a/buildstream/element.py +++ b/buildstream/element.py @@ -52,7 +52,7 @@ from ._platform import Platform # or if buildstream was changed in a way which can cause # the same cache key to produce something that is no longer # the same. -_BST_CORE_ARTIFACT_VERSION = 1 +_BST_CORE_ARTIFACT_VERSION = 0 # _KeyStrength():
