1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

Merge pull request #3828 from holta/u2504

Ubuntu 25.04 pre-release testing + actively discourage 3 old OS's
This commit is contained in:
A Holt 2024-11-08 15:18:47 -05:00 committed by GitHub
commit 8cb5a79933
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 4 deletions

View file

@ -72,8 +72,11 @@ OS_VER="$OS-$VERSION_ID"
#"ubuntu-2104" | \ #"ubuntu-2104" | \
#"ubuntu-2110" | \ #"ubuntu-2110" | \
#"ubuntu-2210" | \ #"ubuntu-2210" | \
#"ubuntu-2204" | \
#"ubuntu-2304" | \ #"ubuntu-2304" | \
#"ubuntu-2310" | \
#"linuxmint-20" | \ #"linuxmint-20" | \
#"linuxmint-21" | \
#"raspbian-8" | \ #"raspbian-8" | \
#"raspbian-9" | \ #"raspbian-9" | \
#"raspbian-10" | \ #"raspbian-10" | \
@ -85,11 +88,9 @@ OS_VER="$OS-$VERSION_ID"
case $OS_VER in case $OS_VER in
"debian-12" | \ "debian-12" | \
"debian-13" | \ "debian-13" | \
"ubuntu-2204" | \
"ubuntu-2310" | \
"ubuntu-2404" | \ "ubuntu-2404" | \
"ubuntu-2410" | \ "ubuntu-2410" | \
"linuxmint-21" | \ "ubuntu-2504" | \
"linuxmint-22" | \ "linuxmint-22" | \
"raspbian-12" | \ "raspbian-12" | \
"raspbian-13") "raspbian-13")

View file

@ -764,6 +764,7 @@ pbx_http_port: 83
is_debuntu: False # Covers all 4: Ubuntu, Linux Mint, Debian, Raspberry Pi OS (Raspbian) is_debuntu: False # Covers all 4: Ubuntu, Linux Mint, Debian, Raspberry Pi OS (Raspbian)
is_ubuntu: False # Covers: Ubuntu, Linux Mint is_ubuntu: False # Covers: Ubuntu, Linux Mint
is_ubuntu_2504: False
is_ubuntu_2410: False is_ubuntu_2410: False
is_ubuntu_2404: False is_ubuntu_2404: False
is_ubuntu_2310: False is_ubuntu_2310: False
@ -780,7 +781,7 @@ is_ubuntu_2204: False
is_linuxmint: False # Subset of is_ubuntu is_linuxmint: False # Subset of is_ubuntu
is_linuxmint_22: False is_linuxmint_22: False
is_linuxmint_21: False #is_linuxmint_21: False
#is_linuxmint_20: False #is_linuxmint_20: False
is_debian: False # Covers both: Debian, Raspberry Pi OS (Raspbian) is_debian: False # Covers both: Debian, Raspberry Pi OS (Raspbian)

5
vars/ubuntu-2504.yml Normal file
View file

@ -0,0 +1,5 @@
# Every is_<OS_VER> var is initially set to 'False' at the bottom of
# /opt/iiab/iiab/vars/default_vars.yml -- these 'True' lines override that:
is_debuntu: True
is_ubuntu: True # Opposite of is_debian for now
is_ubuntu_2504: True