From 6902c0888c0396b8e47fedc08212d1015b4bccba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com>
Date: Mon, 24 Feb 2025 09:51:25 +0100
Subject: [PATCH 1/2] Update ignored list of channel to compute packaging delta
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

v2023 is EOL and no longer tracked since f1fea4d9.
v2024 is the first bookworm-based release, still supported,
  but there is no value is computing delta since we have
  delta for the newer v2025.
v2025pre and v2026dev0 are former development channels, both
  no longer tracked as well (73f6b23c and 519b7239).
v2026dev2 is too unstable (due to the rebase) to be give reliable data.

In other words, currently only v2025 (current stable release)
and v2026dev1 (current developement release) provide useful data.

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

diff --git a/data/whitelists.yaml b/data/whitelists.yaml
index 56a680f..8d6366f 100644
--- a/data/whitelists.yaml
+++ b/data/whitelists.yaml
@@ -889,10 +889,8 @@ whitelists:
     v2024:
 #      my-pkg: "1.0.0-1+apertis1~v2023"
   delta_channel_ignore_list:
-    apertis/v2023: *NOT_RELEVANT_DELTA
     apertis/v2024: *NOT_RELEVANT_DELTA
-    apertis/v2025pre: *NOT_RELEVANT_DELTA
-    apertis/v2026dev0: *NOT_RELEVANT_DELTA
+    apertis/v2026dev2: *NOT_RELEVANT_DELTA
   trigger_updates:
     debian/bullseye: "Used as base for v2023"
     debian/bullseye-security: "Source of security updates for v2023"
-- 
GitLab


From 2c9bddd7eb9c057db9dbb74c141d5b4bf45ff1db Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com>
Date: Mon, 24 Feb 2025 09:59:08 +0100
Subject: [PATCH 2/2] Drop debian/bullseye* from branches allowed to be
 automatically updated from dashboard
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Since v2023 is EOL, no need to keep debian/bullseye* branches in the
automatic updates from dashboard, we can anyway trigger manual updates
if required.

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

diff --git a/data/whitelists.yaml b/data/whitelists.yaml
index 8d6366f..adb08a9 100644
--- a/data/whitelists.yaml
+++ b/data/whitelists.yaml
@@ -892,9 +892,6 @@ whitelists:
     apertis/v2024: *NOT_RELEVANT_DELTA
     apertis/v2026dev2: *NOT_RELEVANT_DELTA
   trigger_updates:
-    debian/bullseye: "Used as base for v2023"
-    debian/bullseye-security: "Source of security updates for v2023"
-    debian/bullseye-updates: "Source of bugfix updates for v2023"
     debian/bookworm: "Used as base for v2024 and v2025"
     debian/bookworm-security: "Source of security updates for v2024 and v2025"
     debian/bookworm-updates: "Source of bugfix updates for v2024 and v2025"
-- 
GitLab