@@ -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: {