diff mbox series

[yocto-metrics-meta-oe,2/3] patch-status: remove nanbield

Message ID 20250120201322.13262-2-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 | 10 ----------
 1 file changed, 10 deletions(-)
diff mbox series

Patch

diff --git a/patch-status/index.html b/patch-status/index.html
index 7669ac5f..fd4f0df5 100644
--- a/patch-status/index.html
+++ b/patch-status/index.html
@@ -66,10 +66,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>
@@ -134,12 +130,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 => {