From ce3ca67f360a6739fa6aa41b9e0f7d585b5761c4 Mon Sep 17 00:00:00 2001 From: Darcy Wong Date: Mon, 3 Feb 2020 14:16:33 +0700 Subject: [PATCH] fix(linux): Remove cosmic distribution 18.10 was end-of-life July 18, 2019 and launchpad is rejecting any further package updates for that version. (cherry picked from commit bdd124486074673c3bbb6a93abed3ff690b1dde9) --- linux/.pbuilderrc | 2 +- linux/scripts/cow.sh | 2 +- linux/scripts/launchpad.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linux/.pbuilderrc b/linux/.pbuilderrc index b6c3f82ba0..278970b28c 100644 --- a/linux/.pbuilderrc +++ b/linux/.pbuilderrc @@ -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=("disco", "cosmic" "bionic" "xenial" "trusty") +UBUNTU_SUITES=("disco" "bionic" "xenial" "trusty") # Mirrors to use. Update these to your preferred mirror. DEBIAN_MIRROR="deb.debian.org" diff --git a/linux/scripts/cow.sh b/linux/scripts/cow.sh index 0c7b3121c7..c79fdc6066 100755 --- a/linux/scripts/cow.sh +++ b/linux/scripts/cow.sh @@ -3,7 +3,7 @@ # If needed set cowbuilder up for building Keyman Debian packages # Then cowbuilder update -distributions='disco cosmic bionic xenial' +distributions='disco bionic xenial' dpkgcheck=`dpkg-query -l cowbuilder` if [ $? != 0 ]; then diff --git a/linux/scripts/launchpad.sh b/linux/scripts/launchpad.sh index a2ec7c2168..ba91dba8a3 100755 --- a/linux/scripts/launchpad.sh +++ b/linux/scripts/launchpad.sh @@ -45,7 +45,7 @@ fi if [ "${DIST}" != "" ]; then distributions="${DIST}" else - distributions="xenial bionic cosmic disco" + distributions="xenial bionic disco" fi if [ "${PACKAGEVERSION}" != "" ]; then