diff mbox series

[yocto-metrics,1/2] patch-status: drop styhead

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

Commit Message

Peter Marko Jan. 11, 2026, 7:05 p.m. UTC
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 9bdcd478..39c6f5a5 100644
--- a/patch-status/index.html
+++ b/patch-status/index.html
@@ -174,10 +174,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>
@@ -375,13 +371,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 => {