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