summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-07-25 14:09:33 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-07-25 14:09:33 +0200
commit69c37c781e071f741ce70e41ccd8ee36740eff38 (patch)
treec3c92a2126f4a6468f780e35ddaf2fa31c232399
parent5e476e36b9a4b0baed08f145514d9f3429125942 (diff)
downloadbuildscripts-69c37c781e071f741ce70e41ccd8ee36740eff38.tar.gz
buildscripts-69c37c781e071f741ce70e41ccd8ee36740eff38.tar.bz2
buildscripts-69c37c781e071f741ce70e41ccd8ee36740eff38.zip
Update supported Ubuntu versions.
-rwxr-xr-xbin/sbuild-deb-package2
-rwxr-xr-xbin/ubuntu-codename-to-version.sh2
-rw-r--r--home/.buildscripts/arctica.conf2
3 files changed, 4 insertions, 2 deletions
diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package
index 65e3eea..49450ec 100755
--- a/bin/sbuild-deb-package
+++ b/bin/sbuild-deb-package
@@ -28,7 +28,7 @@ DEBFULLNAME="Firstname Lastname"
GPG_KEY=""
DEB_DISTS_SUPPORTED="debian ubuntu"
DEBIAN_DISTROS="jessie,stretch,buster,bullseye,sid"
-UBUNTU_DISTROS="xenial,bionic,disco,eoan"
+UBUNTU_DISTROS="xenial,bionic,focal"
COMPONENT_RELEASE="release"
COMPONENT_NIGHTLY="nightly"
diff --git a/bin/ubuntu-codename-to-version.sh b/bin/ubuntu-codename-to-version.sh
index 7e375f4..f750836 100755
--- a/bin/ubuntu-codename-to-version.sh
+++ b/bin/ubuntu-codename-to-version.sh
@@ -47,6 +47,8 @@ case "${codename}" in
# we can't really do better here.
("devel") echo "9999";;
+ ("groovy") echo "20.10";;
+ ("focal") echo "20.04";;
("eoan") echo "19.10";;
("disco") echo "19.04";;
("cosmic") echo "18.10";;
diff --git a/home/.buildscripts/arctica.conf b/home/.buildscripts/arctica.conf
index f2adfeb..c544a7e 100644
--- a/home/.buildscripts/arctica.conf
+++ b/home/.buildscripts/arctica.conf
@@ -9,7 +9,7 @@ DEBEMAIL="build-daemon+${HOSTNAME}@arctica-project.org"
DEBFULLNAME="Arctica Project Build Daemon (${HOSTNAME})"
GPG_KEY=`gpg -q --list-secret-keys --keyid-format 0xlong ${DEBEMAIL} | grep -E "^sec" | sed -r "s/^sec .*(0x[0-9A-F]{16}).*/\1/"`
DEB_DISTS_SUPPORTED="debian ubuntu"
-DEB_BUILD_FOR=${DEB_BUILD_FOR:-"debian:sid,bullseye,buster,stretch,jessie ubuntu:eoan,disco,bionic,xenial,trusty"}
+DEB_BUILD_FOR=${DEB_BUILD_FOR:-"debian:sid,bullseye,buster,stretch,jessie ubuntu:focal,bionic,xenial,trusty"}
RPMEMAIL="build-daemon+${HOSTNAME}@arctica-project.org"
RPMFULLNAME="Arctica Project Build Daemon (${HOSTNAME})"