From d6959c928749fc504b7c2d29149960708878f576 Mon Sep 17 00:00:00 2001 From: David Prevot Date: Tue, 14 Mar 2023 13:28:36 +0100 Subject: [PATCH] Revert "Use bullseye suite even for bookworm" bookworm suite has been enabled on our new repository. This reverts commit 1fae737ac4ff0291c002395cfca4f2d9f7e85ba8. --- apt/templates/evolix_public.list.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apt/templates/evolix_public.list.j2 b/apt/templates/evolix_public.list.j2 index 278b9378..e00899e7 100644 --- a/apt/templates/evolix_public.list.j2 +++ b/apt/templates/evolix_public.list.j2 @@ -1,7 +1,3 @@ # {{ ansible_managed }} -{% if ansible_distribution_release == "bookworm" %} -deb [signed-by={{ apt_keyring_dir }}/pub_evolix.asc] http://pub.evolix.org/evolix bullseye main -{% else %} deb [signed-by={{ apt_keyring_dir }}/pub_evolix.asc] http://pub.evolix.org/evolix {{ ansible_distribution_release }} main -{% endif %}