This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/main by this push:
new 4adf245b9 Remove a few more instances of Ubuntu Focal
4adf245b9 is described below
commit 4adf245b99d5ac2d8ff7f5f49821c4911c6d7688
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Fri Jun 20 09:55:18 2025 -0400
Remove a few more instances of Ubuntu Focal
---
build-aux/Jenkinsfile.full | 2 +-
src/docs/src/install/unix.rst | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index b3196d68a..b955a3d9b 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -470,7 +470,7 @@ pipeline {
''' )
sh( label: 'Build Debian repo', script: '''
- for plat in bullseye bookworm focal
+ for plat in bullseye bookworm
do
reprepro -b couchdb-pkg/repo includedeb $plat pkgs/$plat/*.deb
done
diff --git a/src/docs/src/install/unix.rst b/src/docs/src/install/unix.rst
index 1a8136404..616ef46e6 100644
--- a/src/docs/src/install/unix.rst
+++ b/src/docs/src/install/unix.rst
@@ -34,7 +34,6 @@ to install CouchDB is to use the convenience binary packages:
* CentOS/RHEL 9 (with caveats: depends on EPEL repository)
* Debian 11 (bullseye)
* Debian 12 (bookworm)
-* Ubuntu 20.04 (focal)
* Ubuntu 22.04 (jammy)
* Ubuntu 24.04 (noble)