mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
feat(linux): Add support for impish (Ubuntu 21.10)
This commit is contained in:
parent
52d8d02a6d
commit
11bac65f4d
4 changed files with 4 additions and 4 deletions
|
|
@ -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
2
linux/Jenkinsfile
vendored
|
|
@ -5,6 +5,6 @@
|
|||
@Library('lsdev-pipeline-library') _
|
||||
|
||||
keymanPackaging {
|
||||
distributionsToPackage = 'bionic focal groovy hirsute'
|
||||
distributionsToPackage = 'bionic focal groovy hirsute impish'
|
||||
arches = 'amd64 i386'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue