diff mbox series

[yocto-metrics,1/2] patch-status: remove nanbield

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

Commit Message

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

The reports are no longer generated, they are shown empty.

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

Patch

diff --git a/patch-status/index.html b/patch-status/index.html
index e8f3dfb8..28ca07df 100644
--- a/patch-status/index.html
+++ b/patch-status/index.html
@@ -178,10 +178,6 @@  SPDX-License-Identifier: MIT
           <summary>scarthgap</summary>
           <div id="cve_status_scarthgap"></div>
         </details>
-        <details>
-          <summary>nanbield</summary>
-          <div id="cve_status_nanbield"></div>
-        </details>
         <details>
           <summary>kirkstone</summary>
           <div id="cve_status_kirkstone"></div>
@@ -382,12 +378,6 @@  SPDX-License-Identifier: MIT
         createCVEList('cve_status_scarthgap', data);
       })
 
-    fetch('cve-status-nanbield.txt')
-      .then(response => response.text())
-      .then(data => {
-        createCVEList('cve_status_nanbield', data);
-      })
-
     fetch('cve-status-kirkstone.txt')
       .then(response => response.text())
       .then(data => {