diff mbox series

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

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

Commit Message

Peter Marko Jan. 11, 2026, 7:07 p.m. UTC
From: Peter Marko <peter.marko@siemens.com>

Metrics are no longer updated for this styhead, so drop current list of
its CVEs. Keep it in graphs as all other obsolete releases.

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

Patch

diff --git a/patch-status/index.html b/patch-status/index.html
index 041c5d19..b6dc47e8 100644
--- a/patch-status/index.html
+++ b/patch-status/index.html
@@ -62,10 +62,6 @@  SPDX-License-Identifier: MIT
         <summary>walnascar</summary>
         <div id="cve_status_walnascar"></div>
       </details>
-      <details>
-        <summary>styhead</summary>
-        <div id="cve_status_styhead"></div>
-      </details>
       <details>
         <summary>scarthgap</summary>
         <div id="cve_status_scarthgap"></div>
@@ -127,13 +123,6 @@  SPDX-License-Identifier: MIT
        createCVEList('cve_status_walnascar', 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 => {