From cff8e372d390ec1cbff0d19cf4b09e6e50898255 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com>
Date: Wed, 17 Jul 2024 18:19:55 +0200
Subject: [PATCH] whitelists: update ignored branches for linux
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Since bullseye-backports is going to close, we now
track bookworm for v2023 which still provides 6.1.x.

Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
---
 data/whitelists.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/data/whitelists.yaml b/data/whitelists.yaml
index cdfb84d..e74b29e 100644
--- a/data/whitelists.yaml
+++ b/data/whitelists.yaml
@@ -55,10 +55,9 @@ whitelists:
     apertis/v2020: "commits adding d/a/component were not backported, causing the pipeline to fail if re-triggered"
   LINUX_FAILED_PIPELINE_BRANCH_IGNORELIST:
     debian/bullseye: "debian/bullseye not tracked for linux package"
+    debian/bullseye-backports: "debian/bookworm-backports not tracked for linux package"
     debian/bullseye-security: "debian/bullseye-security not tracked for linux package"
-    debian/bookworm: "debian/bookworm not tracked for linux package"
     debian/bookworm-backports: "debian/bookworm-backports not tracked for linux package"
-    debian/bookworm-security: "debian/bookworm-security not tracked for linux package"
   LAGGING_VERSION_BRANCH_IGNORELIST:
     apertis/v2020: "commits adding d/a/component are releasing that were not backported"
   UPSTREAM_BRANCH_NOT_MERGED_IGNORELIST:
-- 
GitLab