From 219e304d7bf244f9604d347bedd93fc220c0c12b Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Wed, 28 Jul 2021 09:05:48 +0200 Subject: [PATCH] chore(linux): Remove Groovy and Impish builds - **Groovy** is EOL - llso is not yet capable of processing **Impish** packages because of an too old version of reprepro (which currently can't be updated because of an tool old version of the OS). Therefore Jenkins builds for Impish fail, so this change removes Impish from Jenkins builds. We continue to build for Impish on Launchpad. --- linux/Jenkinsfile | 2 +- linux/scripts/launchpad.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/Jenkinsfile b/linux/Jenkinsfile index c347d391ed..5bd4668907 100644 --- a/linux/Jenkinsfile +++ b/linux/Jenkinsfile @@ -5,6 +5,6 @@ @Library('lsdev-pipeline-library') _ keymanPackaging { - distributionsToPackage = 'bionic focal groovy hirsute impish' + distributionsToPackage = 'bionic focal hirsute' arches = 'amd64 i386' } diff --git a/linux/scripts/launchpad.sh b/linux/scripts/launchpad.sh index 54f745a11c..6e2ff177ac 100755 --- a/linux/scripts/launchpad.sh +++ b/linux/scripts/launchpad.sh @@ -40,7 +40,7 @@ echo "ppa: ${ppa}" if [ "${DIST}" != "" ]; then distributions="${DIST}" else - distributions="bionic focal groovy hirsute impish" + distributions="bionic focal hirsute impish" fi if [ "${PACKAGEVERSION}" != "" ]; then