This is an automated email from the ASF dual-hosted git repository.
wyoung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git
The following commit(s) were added to refs/heads/main by this push:
new 09e6746 Drop support for Debian 9 (stretch)
new 7df4777 Merge pull request #91 from lostnet/dropstretch
09e6746 is described below
commit 09e67462f3730285434a4d74b3546aaf3012fca7
Author: Will Young <[email protected]>
AuthorDate: Mon Apr 25 20:03:04 2022 +0200
Drop support for Debian 9 (stretch)
---
Makefile | 16 ----------------
build.sh | 2 +-
2 files changed, 1 insertion(+), 17 deletions(-)
diff --git a/Makefile b/Makefile
index 34d849c..6e2ee9f 100644
--- a/Makefile
+++ b/Makefile
@@ -43,22 +43,6 @@ all:
# Debian default
debian: sm-ver-debian find-couch-dist copy-debian update-changelog dpkg
lintian copy-pkgs
-# Debian 9 - stretch
-debian-stretch: PLATFORM=stretch
-debian-stretch: DIST=debian-stretch
-debian-stretch: stretch
-
-arm64v8-debian-stretch: aarch64-debian-stretch
-aarch64-debian-stretch: PLATFORM=stretch
-aarch64-debian-stretch: DIST=debian-stretch
-aarch64-debian-stretch: stretch
-
-ppc64le-debian-stretch: PLATFORM=stretch
-ppc64le-debian-stretch: DIST=debian-stretch
-ppc64le-debian-stretch: stretch
-
-stretch: debian
-
# Debian 10 - buster
debian-buster: PLATFORM=buster
debian-buster: DIST=debian-buster
diff --git a/build.sh b/build.sh
index 1a4aaf4..d749a4a 100755
--- a/build.sh
+++ b/build.sh
@@ -28,7 +28,7 @@ set -e
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"
+DEBIANS="debian-buster debian-bullseye"
UBUNTUS="ubuntu-bionic ubuntu-focal"
CENTOSES="centos-7 centos-8"
XPLAT_BASE="debian-bullseye"