diff mbox series

[yocto-metrics-meta-oe] patch-status: add walnascar

Message ID 20250511211026.3733893-1-peter.marko@siemens.com
State New
Headers show
Series [yocto-metrics-meta-oe] patch-status: add walnascar | expand

Commit Message

Marko, Peter May 11, 2025, 9:10 p.m. UTC
From: Peter Marko <peter.marko@siemens.com>

See https://lists.yoctoproject.org/g/yocto-announce/message/348

Also correct Styhead version.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 patch-status/index.html   | 12 +++++++++++-
 patch-status/releases.csv |  3 ++-
 2 files changed, 13 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/patch-status/index.html b/patch-status/index.html
index fd4f0df..041c5d1 100644
--- a/patch-status/index.html
+++ b/patch-status/index.html
@@ -58,6 +58,10 @@  SPDX-License-Identifier: MIT
         <summary>master</summary>
         <div id="cve_status_master"></div>
       </details>
+      <details>
+        <summary>walnascar</summary>
+        <div id="cve_status_walnascar"></div>
+      </details>
       <details>
         <summary>styhead</summary>
         <div id="cve_status_styhead"></div>
@@ -117,6 +121,12 @@  SPDX-License-Identifier: MIT
       createCVEList('cve_status_master', data);
    })
 
+   fetch('cve-status-walnascar.txt')
+   .then(response => response.text())
+   .then(data => {
+       createCVEList('cve_status_walnascar', data);
+   })
+
    fetch('cve-status-styhead.txt')
    .then(response => response.text())
    .then(data => {
@@ -191,7 +201,7 @@  SPDX-License-Identifier: MIT
       sob: 'Malformed Signed-off-by',
       upstream_status: 'Malformed Upstream-Status'
     };
-    const branches = ['master', 'styhead', 'scarthgap', 'nanbield', 'mickledore', 'langdale', 'kirkstone', 'honister', 'hardknott', 'gatesgarth', 'dunfell']
+    const branches = ['master', 'walnascar', 'styhead', 'scarthgap', 'nanbield', 'mickledore', 'langdale', 'kirkstone', 'honister', 'hardknott', 'gatesgarth', 'dunfell']
 
     const general_options = {
       tooltip: {
diff --git a/patch-status/releases.csv b/patch-status/releases.csv
index af8e192..91b94bd 100644
--- a/patch-status/releases.csv
+++ b/patch-status/releases.csv
@@ -1,5 +1,6 @@ 
 Name,Date
-4.1 (Styhead),2024-10-17
+5.2 (Walnascar),2025-05-08
+5.1 (Styhead),2024-10-17
 5.0 (Scarthgap),2024-04-30
 4.3 (Nanbield),2023-11-14
 4.2 (Mickledore),2023-05-03