From 3047c3ef4bb08bc0f5bac67e400a273b001d6cf6 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Thu, 2 Oct 2025 20:58:45 +0200 Subject: [PATCH] Use Debian SID when generating JSONs --- config/templates/targets-default.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/templates/targets-default.yaml b/config/templates/targets-default.yaml index 2f0d9a827e..3533e7dc1c 100644 --- a/config/templates/targets-default.yaml +++ b/config/templates/targets-default.yaml @@ -12,7 +12,7 @@ targets: BUILD_DESKTOP: "yes" DESKTOP_ENVIRONMENT: "xfce" DESKTOP_ENVIRONMENT_CONFIG_NAME: "config_base" - RELEASE: "jammy" + RELEASE: "sid" items-from-inventory: not-eos-with-video: yes # not-eos boards, all branches, only those without HAS_VIDEO_OUTPUT="no" @@ -20,7 +20,7 @@ targets: vars: BUILD_MINIMAL: "yes" BUILD_DESKTOP: "no" - RELEASE: "jammy" + RELEASE: "sid" items-from-inventory: not-eos: yes # not-eos boards, all branches