From 6061ab3dd47550889f403ad58f44ee86c91e46a1 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Mon, 4 May 2026 08:23:19 +0200 Subject: [PATCH] userpatches: skip jammy in items-from-inventory Add jammy to the four skip-releases arrays in targets-all-not-eos.yaml. The all-userspace, all-userspace-riscv64, all-userspace-armhf and all-cli matrix expansions stop emitting jammy rootfs / image targets, which were failing as of armbian/os run 25293593837. No other change. The release stays available to other targets that opt into it explicitly. --- userpatches/targets-all-not-eos.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userpatches/targets-all-not-eos.yaml b/userpatches/targets-all-not-eos.yaml index 57459a327d..73713b3bed 100644 --- a/userpatches/targets-all-not-eos.yaml +++ b/userpatches/targets-all-not-eos.yaml @@ -29,7 +29,7 @@ targets: USERSPACE_ONLY: "yes" # this does nothing, but some var must exist. might as well be this. items-from-inventory: userspace: # creates items from userspace inventory automatically... 'eos' distributions are always skipped. - skip-releases: [ "questing", "sid", "forky"] + skip-releases: [ "jammy", "questing", "sid", "forky"] #only-releases: ["trixie", "bookworm", "bullseye"] # ONLY include these releases #skip-desktops: [ "lxde" ] # do NOT include these desktops #only-desktops: ["gnome", "xfce", "cinnamon" ] # ONLY include these desktops @@ -51,7 +51,7 @@ targets: USERSPACE_ONLY: "yes" # this does nothing, but some var must exist. might as well be this. items-from-inventory: userspace: # creates items from userspace inventory automatically... 'eos' distributions are always skipped. - skip-releases: [ "forky", "questing", "sid" ] # do NOT include these releases + skip-releases: [ "jammy", "forky", "questing", "sid" ] # do NOT include these releases #only-releases: [ "noble", "trixie", "forky" ] # ONLY include these releases (plucky is EOS) #skip-desktops: [ "lxde" ] # do NOT include these desktops #only-desktops: [ "xfce", "gnome" ] # ONLY include these desktops @@ -74,7 +74,7 @@ targets: userspace: # creates items from userspace inventory automatically... 'eos' distributions are always skipped. #only-releases: ["bookworm"] # ONLY include these releases #skip-releases: [ "focal", "sid", "noble", "oracular", "resolute", "questing"] - skip-releases: [ "questing", "sid", "forky"] + skip-releases: [ "jammy", "questing", "sid", "forky"] #skip-desktops: [ "lxde" ] # do NOT include these desktops only-desktops: ["xfce"] # ONLY include these desktops cli: yes # include normal CLI userspace @@ -102,4 +102,4 @@ targets: not-eos: # not-eos boards, all branches # same loong64 exclusion as all-desktop above skip-arches: [ loong64 ] - skip-releases: [ sid ] + skip-releases: [ sid, jammy ]