Remove Ubuntu Groovy from codebase (#2952)

This commit is contained in:
Igor Pečovnik
2021-07-03 21:58:08 +02:00
committed by GitHub
parent b2e98daf7b
commit 1f2e97febf
5 changed files with 10 additions and 13 deletions

View File

@@ -358,7 +358,7 @@ BOOTCONFIG_VAR_NAME=BOOTCONFIG_${BRANCH^^}
[[ -z $ATFPATCHDIR ]] && ATFPATCHDIR="atf-$LINUXFAMILY"
[[ -z $KERNELPATCHDIR ]] && KERNELPATCHDIR="$LINUXFAMILY-$BRANCH"
if [[ "$RELEASE" =~ ^(xenial|bionic|focal|groovy|hirsute)$ ]]; then
if [[ "$RELEASE" =~ ^(xenial|bionic|focal|hirsute)$ ]]; then
DISTRIBUTION="Ubuntu"
else
DISTRIBUTION="Debian"