deprecate trusty and precise. Use new cleaned up rules for focal and buster

pull/2922/head
Isaac Connor 2020-04-23 15:02:00 -04:00
parent 38f559b34b
commit 4cf7c1a16e
1 changed files with 2 additions and 2 deletions

View File

@ -225,8 +225,8 @@ IFS=',' ;for DISTRO in `echo "$DISTROS"`; do
fi;
# Generate Changlog
if [ "$DISTRO" == "trusty" ] || [ "$DISTRO" == "precise" ]; then
cp -Rpd distros/ubuntu1204 debian
if [ "$DISTRO" == "focal" ] || [ "$DISTRO" == "buster" ]; then
cp -Rpd distros/ubuntu2004 debian
else
if [ "$DISTRO" == "wheezy" ]; then
cp -Rpd distros/debian debian