This is an automated email from the ASF dual-hosted git repository. big-r81 pushed a commit to branch add-pkg-ubuntu-resolute in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git
commit b792ab31c46d72c5d81c603068602b7136c6249e Author: Ronny Berndt <[email protected]> AuthorDate: Fri May 15 13:39:37 2026 +0200 Add package for Ubuntu Resolute Raccoon (26.04) --- Makefile | 14 ++++++++++++++ build.sh | 4 ++-- repo/conf/distributions | 5 +++++ 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 02b8711..45d4722 100644 --- a/Makefile +++ b/Makefile @@ -178,6 +178,20 @@ arm64-ubuntu-noble: ubuntu-noble aarch64-ubuntu-noble: ubuntu-noble ppc64le-ubuntu-noble: ubuntu-noble +# Ubuntu 26.04 (Resolute) +ubuntu-resolute: PLATFORM=resolute +ubuntu-resolute: DIST=ubuntu-resolute +ubuntu-resolute: SPIDERMONKEY=libmozjs-128-0 +ubuntu-resolute: SPIDERMONKEY_DEV=libmozjs-128-dev +ubuntu-resolute: SM_VER=128 +ubuntu-resolute: resolute +resolute: debian + +s390x-ubuntu-resolute: ubuntu-resolute +arm64-ubuntu-resolute: ubuntu-resolute +aarch64-ubuntu-resolute: ubuntu-resolute +ppc64le-ubuntu-resolute: ubuntu-resolute + # RPM default centos: PKGDIR=../rpmbuild/RPMS/$(PKGARCH) centos: find-couch-dist link-couch-dist build-rpm copy-pkgs diff --git a/build.sh b/build.sh index 3c1e75e..ef7e11c 100755 --- a/build.sh +++ b/build.sh @@ -29,9 +29,9 @@ SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # TODO derive these by interrogating the couchdb-ci repo rather than hard coding the list DEBIANS="debian-bullseye debian-bookworm debian-trixie" -UBUNTUS="ubuntu-jammy ubuntu-noble" +UBUNTUS="ubuntu-jammy ubuntu-noble ubuntu-resolute" CENTOSES="centos-8 centos-9 centos-10" -XPLAT_BASES="debian-bullseye debian-bookworm debian-trixie ubuntu-jammy ubuntu-noble centos-8 centos-9 centos-10" +XPLAT_BASES="debian-bullseye debian-bookworm debian-trixie ubuntu-jammy ubuntu-noble ubuntu-resolute centos-8 centos-9 centos-10" XPLAT_ARCHES="arm64 ppc64le s390x" BINARY_API="https://apache.jfrog.io/artifactory" ERLANGVERSION=${ERLANGVERSION:-26.2.5.20} diff --git a/repo/conf/distributions b/repo/conf/distributions index d59c358..cde1413 100644 --- a/repo/conf/distributions +++ b/repo/conf/distributions @@ -22,3 +22,8 @@ Codename: noble Components: main Architectures: amd64 arm64 ppc64el Description: Official CouchDB Ubuntu 24.04 noble repository + +Codename: resolute +Components: main +Architectures: amd64 arm64 ppc64el +Description: Official CouchDB Ubuntu 26.04 resolute repository
