Do not guess multiple distros. release building will have automated distro specification.

This commit is contained in:
Isaac Connor 2021-11-29 16:26:23 -05:00
parent 11a140d48e
commit b5098a1ab9
1 changed files with 1 additions and 5 deletions

View File

@ -87,11 +87,7 @@ else
fi;
if [ "$DISTROS" == "" ]; then
if [ "$RELEASE" != "" ]; then
DISTROS="bionic,focal,hirsute,impish"
else
DISTROS=`lsb_release -a 2>/dev/null | grep Codename | awk '{print $2}'`;
fi;
DISTROS=`lsb_release -a 2>/dev/null | grep Codename | awk '{print $2}'`;
echo "Defaulting to $DISTROS for distribution";
else
echo "Building for $DISTROS";