summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Young <lost.networking@gmail.com>2022-04-25 17:50:30 +0200
committerWill Young <lost.networking@gmail.com>2022-04-25 17:50:30 +0200
commit8376303dc3f82e1b9eec1504fc786cedd5214de7 (patch)
treedeb727a9729c7f6b7edfb669a514b7df936655ba
parentb341821096d21c1b816fac97fcc2c3886bcfde7f (diff)
downloadcouchdb-8376303dc3f82e1b9eec1504fc786cedd5214de7.tar.gz
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