You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2022/01/15 12:57:05 UTC

[couchdb-pkg] branch drop-xenial created (now f37210b)

This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a change to branch drop-xenial
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git.


      at f37210b  Drop support for Ubuntu 16.04

This branch includes the following new commits:

     new f37210b  Drop support for Ubuntu 16.04

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[couchdb-pkg] 01/01: Drop support for Ubuntu 16.04

Posted by ko...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a commit to branch drop-xenial
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git

commit f37210b1cd299892dba7b6c10df7b86d26efe799
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Sat Jan 15 07:56:43 2022 -0500

    Drop support for Ubuntu 16.04
---
 Makefile | 6 ------
 build.sh | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/Makefile b/Makefile
index 4404621..8366e15 100644
--- a/Makefile
+++ b/Makefile
@@ -109,12 +109,6 @@ ppc64le-debian-bullseye: bullseye
 bullseye: debian
 
 
-# Ubuntu 16.04 (Xenial)
-ubuntu-xenial: PLATFORM=xenial
-ubuntu-xenial: DIST=ubuntu-xenial
-ubuntu-xenial: xenial
-xenial: debian
-
 # Ubuntu 18.04 (Bionic)
 ubuntu-bionic: PLATFORM=bionic
 ubuntu-bionic: DIST=ubuntu-bionic
diff --git a/build.sh b/build.sh
index 27aa61b..bbc9817 100755
--- a/build.sh
+++ b/build.sh
@@ -29,7 +29,7 @@ SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
 
 # TODO derive these by interrogating the couchdb-ci repo rather than hard coding the list
 DEBIANS="debian-stretch debian-buster debian-bullseye"
-UBUNTUS="ubuntu-xenial ubuntu-bionic ubuntu-focal"
+UBUNTUS="ubuntu-bionic ubuntu-focal"
 CENTOSES="centos-7 centos-8"
 XPLAT_BASE="debian-buster"
 XPLAT_ARCHES="arm64v8 ppc64le"