aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-08-28 10:30:23 +0200
committerLoïc Hoguin <[email protected]>2019-08-29 17:28:55 +0200
commit164cc2f672ed3d3adb95db0fe062a78b5713c4fe (patch)
tree369044edbe2cbc549240d930b93142aba3ec49f8
parentb7e2c5b9504fd32211e394fe10b4166abc252109 (diff)
downloadci-164cc2f672ed3d3adb95db0fe062a78b5713c4fe.tar.gz
ci-164cc2f672ed3d3adb95db0fe062a78b5713c4fe.tar.bz2
ci-164cc2f672ed3d3adb95db0fe062a78b5713c4fe.zip
Update Debian/Ubuntu releases
-rwxr-xr-xdebian.sh4
-rwxr-xr-xubuntu.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/debian.sh b/debian.sh
index 72410f5..66b95f3 100755
--- a/debian.sh
+++ b/debian.sh
@@ -5,11 +5,11 @@ set -e
NAME=$1
DIST=debian
-RELEASE=stretch
+RELEASE=buster
ARCH=amd64
# @todo Replace golang-glide with go-dep, but this requires
# a newer version of Debian?
-PACKAGES="gnupg apt-transport-https curl libssl1.0-dev libncurses5-dev \
+PACKAGES="gnupg apt-transport-https curl libssl-dev libncurses5-dev \
zsh vim sudo erlang-nox erlang-dev git make autoconf automake gcc \
golang golang-glide rsync parallel mercurial subversion p7zip-full \
libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev cppcheck clang \
diff --git a/ubuntu.sh b/ubuntu.sh
index 41869ae..1716eb2 100755
--- a/ubuntu.sh
+++ b/ubuntu.sh
@@ -5,9 +5,9 @@ set -e
NAME=$1
DIST=ubuntu
-RELEASE=cosmic
+RELEASE=disco
ARCH=amd64
-PACKAGES="curl libssl1.0-dev libncurses5-dev zsh vim sudo erlang-nox git \
+PACKAGES="curl libssl-dev libncurses5-dev zsh vim sudo erlang-nox git \
make autoconf automake gcc golang go-dep rsync \
libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev cppcheck clang \
groff-base psmisc p7zip-full unzip subversion mercurial parallel"