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] 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