Do not guess multiple distros. release building will have automated distro specification.
This commit is contained in:
parent
11a140d48e
commit
b5098a1ab9
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue