This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch remove-focal in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 65781ec0097d533307a307a31ce7d618d1822bdd 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)
