diff --git a/data/channels.yaml b/data/channels.yaml index 34e85a614ca3c7ec4fe13257b92c66da52ef2bef..cd8a3fe01ada210da159cd7ae7a496d66f5d2113 100644 --- a/data/channels.yaml +++ b/data/channels.yaml @@ -1,6 +1,6 @@ .templates: - &APERTIS_SUITE_URL_TEMPLATE https://repositories.apertis.org/apertis/dists/{suite} - - &APERTIS_COMPONENTS_NONFREE + - &APERTIS_COMPONENTS - target - development - sdk @@ -18,7 +18,7 @@ channels: distribution: debian release: buster url_template: *APERTIS_SUITE_URL_TEMPLATE - components: *APERTIS_COMPONENTS_NONFREE + components: *APERTIS_COMPONENTS status: active apertis/v2021-security: <<: *apertis_v2021 @@ -34,7 +34,7 @@ channels: source: distribution: debian release: bullseye - components: *APERTIS_COMPONENTS_NONFREE + components: *APERTIS_COMPONENTS status: closed apertis/v2022: <<: *apertis_v2021 @@ -44,7 +44,7 @@ channels: source: distribution: debian release: bullseye - components: *APERTIS_COMPONENTS_NONFREE + components: *APERTIS_COMPONENTS apertis/v2023dev0: <<: *apertis_v2021 release: v2023dev0 @@ -53,7 +53,7 @@ channels: source: distribution: debian release: bullseye - components: *APERTIS_COMPONENTS_NONFREE + components: *APERTIS_COMPONENTS status: closed apertis/v2023dev1: <<: *apertis_v2021 @@ -63,4 +63,4 @@ channels: source: distribution: debian release: bullseye - components: *APERTIS_COMPONENTS_NONFREE + components: *APERTIS_COMPONENTS