diff mbox series

[yocto-metrics-meta-oe,1/3] patch-status: Add styhead

Message ID 20250120201322.13262-1-peter.marko@siemens.com
State New
Headers show
Series [yocto-metrics-meta-oe,1/3] patch-status: Add styhead | expand

Commit Message

Peter Marko Jan. 20, 2025, 8:13 p.m. UTC
From: Peter Marko <peter.marko@siemens.com>

Sync with what core shows.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 patch-status/index.html | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/patch-status/index.html b/patch-status/index.html
index 89ee66ae..7669ac5f 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>styhead</summary>
+        <div id="cve_status_styhead"></div>
+      </details>
       <details>
         <summary>scarthgap</summary>
         <div id="cve_status_scarthgap"></div>
@@ -117,6 +121,13 @@  SPDX-License-Identifier: MIT
       createCVEList('cve_status_master', data);
    })
 
+   fetch('cve-status-styhead.txt')
+   .then(response => response.text())
+   .then(data => {
+       createCVEList('cve_status_styhead', data);
+   })
+
+
    fetch('cve-status-scarthgap.txt')
    .then(response => response.text())
    .then(data => {
@@ -190,7 +201,7 @@  SPDX-License-Identifier: MIT
       sob: 'Malformed Signed-off-by',
       upstream_status: 'Malformed Upstream-Status'
     };
-    const branches = ['master', 'scarthgap', 'nanbield', 'mickledore', 'langdale', 'kirkstone', 'honister', 'hardknott', 'gatesgarth', 'dunfell']
+    const branches = ['master', 'styhead', 'scarthgap', 'nanbield', 'mickledore', 'langdale', 'kirkstone', 'honister', 'hardknott', 'gatesgarth', 'dunfell']
 
     const general_options = {
       tooltip: {