Adjust cmake-sonar template and script
[releng/global-jjb.git] / releasenotes / notes / cmake-sonar-stream-doc-d8a79489fcb6b4f2.yaml
diff --git a/releasenotes/notes/cmake-sonar-stream-doc-d8a79489fcb6b4f2.yaml b/releasenotes/notes/cmake-sonar-stream-doc-d8a79489fcb6b4f2.yaml
new file mode 100644 (file)
index 0000000..1d03a43
--- /dev/null
@@ -0,0 +1,13 @@
+---
+fixes:
+  - |
+    Add missing config property "stream: master" to lf_cmake_sonar macro
+    in lf-c-cpp-jobs.yaml to match existing "branch: master" property.
+    This makes the template consistent with other Sonar templates.
+
+    Remove double-quote chars that were added recently around $make_opts
+    from the invocation of the build wrapper in cmake-sonar.sh.  This
+    makes the invocation consistent with the invocation of cmake in the
+    same file.
+
+    Update documentation to reflect correct property names and defaults.