Skip to content

Commit

Permalink
Adding current Ubuntu releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Dec 9, 2019
1 parent 6e0e06a commit c64583b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ubuntu/launchpad-make-all-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit c64583b

Please sign in to comment.