feat(linux): Add support for impish (Ubuntu 21.10)

This commit is contained in:
Eberhard Beilharz 2021-06-22 18:38:32 +02:00
parent 52d8d02a6d
commit 11bac65f4d
No known key found for this signature in database
GPG key ID: 64A39A9E98B53105
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ DEBIAN_SUITES=($UNSTABLE_CODENAME $TESTING_CODENAME $STABLE_CODENAME $STABLE_BAC
"experimental" "unstable" "testing" "stable")
# List of Ubuntu suites. Update these when needed.
UBUNTU_SUITES=("hirsute" "groovy" "focal" "bionic")
UBUNTU_SUITES=("impish" "hirsute" "groovy" "focal" "bionic")
# Mirrors to use. Update these to your preferred mirror.
DEBIAN_MIRROR="deb.debian.org"

2
linux/Jenkinsfile vendored
View file

@ -5,6 +5,6 @@
@Library('lsdev-pipeline-library') _
keymanPackaging {
distributionsToPackage = 'bionic focal groovy hirsute'
distributionsToPackage = 'bionic focal groovy hirsute impish'
arches = 'amd64 i386'
}

View file

@ -3,7 +3,7 @@
# If needed set cowbuilder up for building Keyman Debian packages
# Then cowbuilder update
distributions='hirsute groovy focal bionic'
distributions='bionic focal groovy hirsute impish'
dpkgcheck=`dpkg-query -l cowbuilder`
if [ $? != 0 ]; then

View file

@ -40,7 +40,7 @@ echo "ppa: ${ppa}"
if [ "${DIST}" != "" ]; then
distributions="${DIST}"
else
distributions="bionic focal groovy hirsute"
distributions="bionic focal groovy hirsute impish"
fi
if [ "${PACKAGEVERSION}" != "" ]; then