From 6ef28d13cf0fe566ca227f3e25c586cc2af3dc5f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com>
Date: Fri, 5 Jul 2024 09:38:14 +0200
Subject: [PATCH 1/2] whitelists: update upstream linux branches to ignore
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

buster is no longer tracked, and currently only debian/bullseye-backports
is used.

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

diff --git a/data/whitelists.yaml b/data/whitelists.yaml
index a167e19..acf8037 100644
--- a/data/whitelists.yaml
+++ b/data/whitelists.yaml
@@ -54,9 +54,8 @@ whitelists:
   FAILED_PIPELINE_BRANCH_IGNORELIST:
     apertis/v2020: "commits adding d/a/component were not backported, causing the pipeline to fail if re-triggered"
   LINUX_FAILED_PIPELINE_BRANCH_IGNORELIST:
-    debian/buster: "debian/buster not tracked for linux package"
-    debian/buster-backports: "debian/buster-backports not tracked for linux package"
-    debian/buster-security: "debian/buster-security not tracked for linux package"
+    debian/bullseye: "debian/bullseye not tracked for linux package"
+    debian/bullseye-security: "debian/bullseye-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


From 20afdcd3b63ea9599e689cc845aa6336c1b3db0f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com>
Date: Thu, 11 Jul 2024 11:16:05 +0200
Subject: [PATCH 2/2] whitelists: update upstream linux branches to ignore: add
 bookworm
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/data/whitelists.yaml b/data/whitelists.yaml
index acf8037..218cb58 100644
--- a/data/whitelists.yaml
+++ b/data/whitelists.yaml
@@ -56,6 +56,9 @@ whitelists:
   LINUX_FAILED_PIPELINE_BRANCH_IGNORELIST:
     debian/bullseye: "debian/bullseye 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