From c64583b120ad0bfe7a83d87d7d8eaf4873c1a56b Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Mon, 9 Dec 2019 07:38:39 +0100 Subject: [PATCH] Adding current Ubuntu releases. --- build/ubuntu/launchpad-make-all-releases.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ubuntu/launchpad-make-all-releases.sh b/build/ubuntu/launchpad-make-all-releases.sh index 1154d419..96768e4f 100755 --- a/build/ubuntu/launchpad-make-all-releases.sh +++ b/build/ubuntu/launchpad-make-all-releases.sh @@ -170,7 +170,7 @@ 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 -for UBUNTU_VERSION in eoan +for UBUNTU_VERSION in trusty xenial bionic disco eoan do echo "Releasing HSTR for Ubuntu version: ${UBUNTU_VERSION}" releaseForParticularUbuntuVersion ${UBUNTU_VERSION} ${ARG_MAJOR_VERSION}${ARG_MINOR_VERSION} "${ARG_BAZAAR_MSG}"