summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Young <lost.networking@gmail.com>2022-04-25 20:01:11 +0000
committerGitHub <noreply@github.com>2022-04-25 20:01:11 +0000
commit2082c92d90bcf6632465777338b59fa8d39d52c6 (patch)
treedeb727a9729c7f6b7edfb669a514b7df936655ba
parentd2ca7339f5aad2d72e92510aa9276d5ac5a19de1 (diff)
parent8376303dc3f82e1b9eec1504fc786cedd5214de7 (diff)
downloadcouchdb-2082c92d90bcf6632465777338b59fa8d39d52c6.tar.gz
Merge pull request #4006 from lostnet/nose2
Remove CI support for Debian 9 (stretch)
-rw-r--r--build-aux/Jenkinsfile.full9
1 files changed, 1 insertions, 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