From 4d6a4cfc6c80eb876322df8b30cddf688a76cc62 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Wed, 3 Jun 2026 09:15:34 +0200 Subject: [PATCH 1/2] packit: trigger COPR build on release Co-Authored-By: Claude Opus 4.6 --- .packit.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index d978c7c..f690a7d 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -74,3 +74,8 @@ jobs: owner: "@codescan" project: "csutils" branch: main + + - <<: *copr + trigger: release + owner: "@codescan" + project: "csutils" From bb48252fbdcd30b287bfc217d987b813f2b49732 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Wed, 3 Jun 2026 09:57:41 +0200 Subject: [PATCH 2/2] ci: disable Coverity on the `main` branch temporarily The service has been down for quite some time now causing the CI to fail: ``` curl https://scan.coverity.com/download/other/linux64 \ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59 0 0 100 59 0 378 --:--:-- --:--:-- --:--:-- 378 100 1608 0 1549 100 59 7470 284 --:--:-- --:--:-- --:--:-- 7730 Error: Unable to process file command 'output' successfully. Error: Invalid format ' ' ``` --- .github/workflows/coverity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 5d023b3..44414b2 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -5,7 +5,7 @@ on: push: branches: - coverity - - main + # - main jobs: coverity: