This is an automated email from the ASF dual-hosted git repository.
wyoung pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/3.x by this push:
new 8376303dc Remove CI support for Debian 9 (stretch)
new 2082c92d9 Merge pull request #4006 from lostnet/nose2
8376303dc is described below
commit 8376303dc3f82e1b9eec1504fc786cedd5214de7
Author: Will Young <[email protected]>
AuthorDate: Mon Apr 25 17:50:30 2022 +0200
Remove CI support for Debian 9 (stretch)
---
build-aux/Jenkinsfile.full | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 0132eb5e4..a8a47f157 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -47,12 +47,6 @@ meta = [
image: "apache/couchdbci-ubuntu:focal-erlang-${ERLANG_VERSION}"
],
- 'stretch': [
- name: 'Debian 9',
- spidermonkey_vsn: '1.8.5',
- image: "apache/couchdbci-debian:stretch-erlang-${ERLANG_VERSION}"
- ],
-
'buster': [
name: 'Debian 10',
spidermonkey_vsn: '60',
@@ -413,9 +407,8 @@ pipeline {
sh( label: 'Build Debian repo', script: '''
git clone https://github.com/apache/couchdb-pkg
- cp js/debian-stretch/*.deb pkgs/stretch
cp js/ubuntu-bionic/*.deb pkgs/bionic
- for plat in stretch buster bullseye bionic focal
+ for plat in buster bullseye bionic focal
do
reprepro -b couchdb-pkg/repo includedeb $plat pkgs/$plat/*.deb
done