From b4eaffdbe1394752ef1ea504d99d770682c02d5a Mon Sep 17 00:00:00 2001 From: Walter Lozano <walter.lozano@collabora.com> Date: Fri, 23 Feb 2024 12:08:00 -0300 Subject: [PATCH] Drop v2022 as it reached its EOL Apertis v2022 is no longer supported, so drop its configuration to save resources and avoid misunderstandings. Signed-off-by: Walter Lozano <walter.lozano@collabora.com> --- data/channels.yaml | 33 +++++++-------------------------- 1 file changed, 7 insertions(+), 26 deletions(-) diff --git a/data/channels.yaml b/data/channels.yaml index 24b9195..8329c5d 100644 --- a/data/channels.yaml +++ b/data/channels.yaml @@ -1,11 +1,5 @@ .templates: - &APERTIS_SUITE_URL_TEMPLATE https://repositories.apertis.org/apertis/dists/{suite} - - &APERTIS_COMPONENTS_2022 - - target - - development - - sdk - - hmi - - non-free - &APERTIS_COMPONENTS - target - development @@ -13,31 +7,18 @@ - non-free channels: - apertis/v2022: - <<: &apertis_v2022 - distribution: apertis - release: v2022 - suite: v2022 - base: apertis/v2022 - source: - distribution: debian - release: bullseye - url_template: *APERTIS_SUITE_URL_TEMPLATE - components: *APERTIS_COMPONENTS_2022 - status: active - apertis/v2022-security: - <<: *apertis_v2022 - suite: v2022-security - apertis/v2022-updates: - <<: *apertis_v2022 - suite: v2022-updates apertis/v2023: <<: &apertis_v2023 - <<: *apertis_v2022 + distribution: apertis release: v2023 suite: v2023 base: apertis/v2023 + source: + distribution: debian + release: bullseye + url_template: *APERTIS_SUITE_URL_TEMPLATE components: *APERTIS_COMPONENTS + status: active apertis/v2023-security: <<: *apertis_v2023 suite: v2023-security @@ -46,7 +27,7 @@ channels: suite: v2023-updates apertis/v2024: <<: &apertis_v2024 - <<: *apertis_v2022 + <<: *apertis_v2023 release: v2024 suite: v2024 base: apertis/v2024 -- GitLab