From f3d58233793cf0249cbac51f72d5c459eb256d44 Mon Sep 17 00:00:00 2001 From: Josh Smith Date: Fri, 3 Aug 2018 11:32:29 +0100 Subject: _project.py: Add fatal-warnings configuration item This allows for users to configure fatal-warnings to be either a list of warnings. This commit deprecates the use of fail-on-overlap within project.conf, this will now use the fatal-warnings configuration item. element.py: Cache key calculation now takes into account all of the fatal-warnings tests: This modifys the tests/frontend/overlaps.py tests to support the new fatal-warnings configuration. Backwards compatibility is also tested for `fail-on-overlap` _versions.py: BST_FORMAT_VERSION bumped to 15 for fatal-warnings BST_CORE_ARTIFACT_VERSION bumpted to 5 for fatal-warnings Fixes: #526 --- tests/cachekey/project/sources/ostree1.expected | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cachekey/project/sources/ostree1.expected') diff --git a/tests/cachekey/project/sources/ostree1.expected b/tests/cachekey/project/sources/ostree1.expected index 6e0aa34ff..891bea41b 100644 --- a/tests/cachekey/project/sources/ostree1.expected +++ b/tests/cachekey/project/sources/ostree1.expected @@ -1 +1 @@ -c9dcee5ad0822df19984ba68e2a2068266427ee583e3dd3265f85f0515cf7510 \ No newline at end of file +cd8b506c38c116d6bea8999720a82afb8844453d5ad05385302eabc7d858859c \ No newline at end of file -- cgit v1.2.1