[gnome-build-meta/mcatanzaro/cve-report-broken] Disable the CVE report
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/mcatanzaro/cve-report-broken] Disable the CVE report
- Date: Mon, 26 Sep 2022 13:22:14 +0000 (UTC)
commit e98f2d21d30434493b569a18d0a953091ad43372
Author: Michael Catanzaro <mcatanzaro redhat com>
Date: Mon Sep 26 08:20:18 2022 -0500
Disable the CVE report
It's broken, and fixing it is nontrivial, and I suspect nobody looks at
it anyway.
.gitlab-ci.yml | 60 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 35b0ce102..a98d3236f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -411,36 +411,36 @@ ostree-x86_64:
artifacts: false
-cve_report:
- extends: .x86_64
- stage: 'deploy'
- needs:
- - job: 'track'
- optional: true
- - job: 'build-x86_64'
- artifacts: false
- script:
- - ${BST} pull flatpak/platform-manifest.bst flatpak/sdk-manifest.bst
-
- - ${BST} checkout flatpak/platform-manifest.bst platform-manifest/
- - ${BST} checkout flatpak/sdk-manifest.bst sdk-manifest/
-
- - mkdir -p cve
- - cd cve
- - ../utils/update-local-cve-database.py
-
- - mkdir -p ../cve-reports
- - ../utils/generate-cve-report.py ../sdk-manifest/usr/manifest.json ../cve-reports/sdk.html
- - ../utils/generate-cve-report.py ../platform-manifest/usr/manifest.json ../cve-reports/platform.html
- cache:
- key: cve
- paths:
- - cve
- artifacts:
- paths:
- - cve-reports
- rules:
- - if: $CI_COMMIT_REF_NAME == "master" || $CI_COMMIT_REF_NAME =~ /^gnome-\d\d$/
+#cve_report:
+# extends: .x86_64
+# stage: 'deploy'
+# needs:
+# - job: 'track'
+# optional: true
+# - job: 'build-x86_64'
+# artifacts: false
+# script:
+# - ${BST} pull flatpak/platform-manifest.bst flatpak/sdk-manifest.bst
+#
+# - ${BST} checkout flatpak/platform-manifest.bst platform-manifest/
+# - ${BST} checkout flatpak/sdk-manifest.bst sdk-manifest/
+#
+# - mkdir -p cve
+# - cd cve
+# - ../utils/update-local-cve-database.py
+#
+# - mkdir -p ../cve-reports
+# - ../utils/generate-cve-report.py ../sdk-manifest/usr/manifest.json ../cve-reports/sdk.html
+# - ../utils/generate-cve-report.py ../platform-manifest/usr/manifest.json ../cve-reports/platform.html
+# cache:
+# key: cve
+# paths:
+# - cve
+# artifacts:
+# paths:
+# - cve-reports
+# rules:
+# - if: $CI_COMMIT_REF_NAME == "master" || $CI_COMMIT_REF_NAME =~ /^gnome-\d\d$/
test-iso-installer-x86_64:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]