mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Remove RHEL and Rocky 8 from supported distributions
This commit is contained in:
@@ -108,14 +108,6 @@ check_supported_distribution() {
|
|||||||
"debian11") return 0 ;;
|
"debian11") return 0 ;;
|
||||||
"debian12") return 0 ;;
|
"debian12") return 0 ;;
|
||||||
"fedora43") return 0 ;;
|
"fedora43") return 0 ;;
|
||||||
"rhel8.2") return 0 ;;
|
|
||||||
"rhel8.3") return 0 ;;
|
|
||||||
"rhel8.4") return 0 ;;
|
|
||||||
"rhel8.5") return 0 ;;
|
|
||||||
"rhel8.6") return 0 ;;
|
|
||||||
"rhel8.7") return 0 ;;
|
|
||||||
"rhel8.8") return 0 ;;
|
|
||||||
"rhel8.9") return 0 ;;
|
|
||||||
"rhel9.0") return 0 ;;
|
"rhel9.0") return 0 ;;
|
||||||
"rhel9.1") return 0 ;;
|
"rhel9.1") return 0 ;;
|
||||||
"rhel9.2") return 0 ;;
|
"rhel9.2") return 0 ;;
|
||||||
@@ -125,9 +117,6 @@ check_supported_distribution() {
|
|||||||
"rhel9.6") return 0 ;;
|
"rhel9.6") return 0 ;;
|
||||||
"rhel9.7") return 0 ;;
|
"rhel9.7") return 0 ;;
|
||||||
"centos9") return 0 ;; # CentOS stream
|
"centos9") return 0 ;; # CentOS stream
|
||||||
"rocky8.7") return 0 ;;
|
|
||||||
"rocky8.8") return 0 ;;
|
|
||||||
"rocky8.9") return 0 ;;
|
|
||||||
"rocky9.1") return 0 ;;
|
"rocky9.1") return 0 ;;
|
||||||
"rocky9.2") return 0 ;;
|
"rocky9.2") return 0 ;;
|
||||||
"rocky9.3") return 0 ;;
|
"rocky9.3") return 0 ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user