From e2a216f7255e61c8d88a3e4a8d818e518496e3ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com> Date: Thu, 14 Mar 2024 17:40:22 +0100 Subject: [PATCH] channels: add v2024-security and v2024-updates 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/channels.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/channels.yaml b/data/channels.yaml index 8329c5d..cebc8a2 100644 --- a/data/channels.yaml +++ b/data/channels.yaml @@ -35,6 +35,12 @@ channels: distribution: debian release: bookworm components: *APERTIS_COMPONENTS + apertis/v2024-security: + <<: *apertis_v2024 + suite: v2024-security + apertis/v2024-updates: + <<: *apertis_v2024 + suite: v2024-updates apertis/v2025dev1: <<: *apertis_v2024 release: v2025dev1 -- GitLab