From 60fa27920623dc74abeee5212fb8ca58c31e2b72 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Thu, 19 Nov 2020 07:47:22 +0100 Subject: [PATCH] Updating list of current Ubuntu releases. --- build/ubuntu/launchpad-make-all-releases.sh | 4 ++-- build/ubuntu/pbuilder-add-new-distro.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/ubuntu/launchpad-make-all-releases.sh b/build/ubuntu/launchpad-make-all-releases.sh index 784ad2e..2290281 100755 --- a/build/ubuntu/launchpad-make-all-releases.sh +++ b/build/ubuntu/launchpad-make-all-releases.sh @@ -169,8 +169,8 @@ export ARG_MINOR_VERSION=0 # minor version is incremented for every Ubuntu versi # https://wiki.ubuntu.com/Releases # old: precise quantal saucy precise utopic vivid wily yakkety artful cosmic -# current: trusty xenial bionic disco eoan focal -for UBUNTU_VERSION in bionic +# current: trusty xenial bionic focal groovy +for UBUNTU_VERSION in trusty xenial bionic focal groovy do echo "Releasing HSTR for Ubuntu version: ${UBUNTU_VERSION}" releaseForParticularUbuntuVersion ${UBUNTU_VERSION} ${ARG_MAJOR_VERSION}${ARG_MINOR_VERSION} "${ARG_BAZAAR_MSG}" diff --git a/build/ubuntu/pbuilder-add-new-distro.sh b/build/ubuntu/pbuilder-add-new-distro.sh index bfb151a..43dd2fd 100755 --- a/build/ubuntu/pbuilder-add-new-distro.sh +++ b/build/ubuntu/pbuilder-add-new-distro.sh @@ -17,7 +17,7 @@ # https://wiki.ubuntu.com/Releases # boostrap new OR refresh distribution base for pbuilder -export DISTRO=focal +export DISTRO=groovy sudo pbuilder --create $DISTRO rm -vf ~/pbuilder/${DISTRO}-base.tgz