Skip to content

Commit

Permalink
Updating list of current Ubuntu releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Nov 19, 2020
1 parent 8ff329e commit 60fa279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/ubuntu/launchpad-make-all-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion build/ubuntu/pbuilder-add-new-distro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60fa279

Please sign in to comment.