summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan van Berkom <tristan.vanberkom@codethink.co.uk>2019-08-02 18:56:01 -0400
committerTristan van Berkom <tristan.vanberkom@codethink.co.uk>2019-08-03 16:55:19 -0400
commit28e82017e2c32b0615facf43e3204d6c1576c1ff (patch)
treeca8d0beb60fdfe8d687739f4e06062de7e5a0617
parenta50327422fb8a0882c350c7e3b7ecf160cec8d20 (diff)
downloadbuildstream-28e82017e2c32b0615facf43e3204d6c1576c1ff.tar.gz
NEWS: Adding NEWS entry about fatal warnings
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ddcb6a7ef..10e4a89ea 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,21 @@ buildstream 1.3.2
o Elements may now specify cross-junction dependencies as simple strings
using the format '{junction-name}:{element-name}'.
+ o New `fatal-warnings` has been added to the project.conf format, allowing
+ projects to specify which warnings they want to consider as fatal.
+
+ Support for the following warnings is included:
+
+ o overlaps: When staged artifact files overlap
+ (deprecates: 'fail-on-overlap')
+
+ o ref-not-in-track: When the source implementation finds that
+ the ref is out of bounds for the tracking config
+
+ o git:inconsistent-submodule: A .gitmodules file is present but the
+ submodule was never added to the repo.
+
+
=================
buildstream 1.3.1
=================