mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-26 01:15:26 +08:00
Updating list of current Ubuntu releases.
This commit is contained in:
parent
8ff329e7c4
commit
60fa279206
2 changed files with 3 additions and 3 deletions
|
@ -169,8 +169,8 @@ export ARG_MINOR_VERSION=0 # minor version is incremented for every Ubuntu versi
|
||||||
|
|
||||||
# https://wiki.ubuntu.com/Releases
|
# https://wiki.ubuntu.com/Releases
|
||||||
# old: precise quantal saucy precise utopic vivid wily yakkety artful cosmic
|
# old: precise quantal saucy precise utopic vivid wily yakkety artful cosmic
|
||||||
# current: trusty xenial bionic disco eoan focal
|
# current: trusty xenial bionic focal groovy
|
||||||
for UBUNTU_VERSION in bionic
|
for UBUNTU_VERSION in trusty xenial bionic focal groovy
|
||||||
do
|
do
|
||||||
echo "Releasing HSTR for Ubuntu version: ${UBUNTU_VERSION}"
|
echo "Releasing HSTR for Ubuntu version: ${UBUNTU_VERSION}"
|
||||||
releaseForParticularUbuntuVersion ${UBUNTU_VERSION} ${ARG_MAJOR_VERSION}${ARG_MINOR_VERSION} "${ARG_BAZAAR_MSG}"
|
releaseForParticularUbuntuVersion ${UBUNTU_VERSION} ${ARG_MAJOR_VERSION}${ARG_MINOR_VERSION} "${ARG_BAZAAR_MSG}"
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
# https://wiki.ubuntu.com/Releases
|
# https://wiki.ubuntu.com/Releases
|
||||||
|
|
||||||
# boostrap new OR refresh distribution base for pbuilder
|
# boostrap new OR refresh distribution base for pbuilder
|
||||||
export DISTRO=focal
|
export DISTRO=groovy
|
||||||
|
|
||||||
sudo pbuilder --create $DISTRO
|
sudo pbuilder --create $DISTRO
|
||||||
rm -vf ~/pbuilder/${DISTRO}-base.tgz
|
rm -vf ~/pbuilder/${DISTRO}-base.tgz
|
||||||
|
|
Loading…
Reference in a new issue