Skip to content

Commit

Permalink
utils: Remove support for Ubuntu Groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
Carbenium committed Aug 3, 2021
1 parent 50b73cf commit 7d84568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/do_debian_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ fi;

if [ "$DISTROS" == "" ]; then
if [ "$RELEASE" != "" ]; then
DISTROS="bionic,focal,groovy,hirsute"
DISTROS="bionic,focal,hirsute"
else
DISTROS=`lsb_release -a 2>/dev/null | grep Codename | awk '{print $2}'`;
fi;
Expand Down
2 changes: 1 addition & 1 deletion utils/packpack/startpackpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ elif [ "${OS}" == "debian" ] || [ "${OS}" == "ubuntu" ] || [ "${OS}" == "raspbia
setdebpkgname
movecrud

if [ "${DIST}" == "focal" ] || [ "${DIST}" == "groovy" ] || [ "${DIST}" == "hirsute" ] || [ "${DIST}" == "buster" ]; then
if [ "${DIST}" == "focal" ] || [ "${DIST}" == "hirsute" ] || [ "${DIST}" == "buster" ]; then
ln -sfT distros/ubuntu2004 debian
elif [ "${DIST}" == "beowulf" ]; then
ln -sfT distros/beowulf debian
Expand Down

0 comments on commit 7d84568

Please sign in to comment.