From d4492ef0c8bbdc4de0a874a44951966f8016a5fd Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 12 Jul 2022 12:33:54 -0400 Subject: [PATCH 1/2] scripts/local_facts.fact: Stop supporting Ubuntu 22.10 (Impish Indri) --- scripts/local_facts.fact | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/local_facts.fact b/scripts/local_facts.fact index 3c50c360e..a393c2232 100755 --- a/scripts/local_facts.fact +++ b/scripts/local_facts.fact @@ -64,6 +64,7 @@ OS_VER="$OS-$VERSION_ID" #"ubuntu-18" | \ #"ubuntu-19" | \ #"ubuntu-2104" | \ + #"ubuntu-2210" | \ #"centos-7" | \ #"raspbian-8" | \ #"raspbian-9" | \ @@ -78,7 +79,6 @@ case $OS_VER in "ubuntu-2004" | \ "ubuntu-2110" | \ "ubuntu-2204" | \ - "ubuntu-2210" | \ "linuxmint-20" | \ "linuxmint-21" | \ "raspbian-11") From 5d96561e73293a89c436dcdec8423445e31b7d8a Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 14 Jul 2022 09:21:16 -0400 Subject: [PATCH 2/2] Fix local_facts.fact to deprecate 21.10 not 22.10 --- scripts/local_facts.fact | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/local_facts.fact b/scripts/local_facts.fact index a393c2232..57d56575b 100755 --- a/scripts/local_facts.fact +++ b/scripts/local_facts.fact @@ -64,7 +64,7 @@ OS_VER="$OS-$VERSION_ID" #"ubuntu-18" | \ #"ubuntu-19" | \ #"ubuntu-2104" | \ - #"ubuntu-2210" | \ + #"ubuntu-2110" | \ #"centos-7" | \ #"raspbian-8" | \ #"raspbian-9" | \ @@ -77,8 +77,8 @@ case $OS_VER in "debian-11" | \ "debian-12" | \ "ubuntu-2004" | \ - "ubuntu-2110" | \ "ubuntu-2204" | \ + "ubuntu-2210" | \ "linuxmint-20" | \ "linuxmint-21" | \ "raspbian-11")