This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch update-for-rocky-8.7-and-erlang-24 in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git
commit 8b7faf50ec24e1ef4a10e4ca0c6e4ed76acdf9f7 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Thu Dec 29 20:42:43 2022 -0500 Update Erang to 24 for building packages Also handle the newer Rocky 8.7 version --- Makefile | 1 + build.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f51aabe..763dd49 100644 --- a/Makefile +++ b/Makefile @@ -138,6 +138,7 @@ centos8: sm-ver-rpm make-rpmbuild centos # Rocky 8 is a CentOS 8 alias rocky-8: centos-8 rocky-8.6: centos-8 +rocky-8.7: centos-8 # aarch64 RHEL-based aarch64-rhel: DIST=rhel diff --git a/build.sh b/build.sh index 531ec3f..8bea4c8 100755 --- a/build.sh +++ b/build.sh @@ -34,7 +34,7 @@ CENTOSES="centos-7 centos-8" XPLAT_BASE="debian-bullseye" XPLAT_ARCHES="arm64 ppc64le" BINARY_API="https://apache.jfrog.io/artifactory" -ERLANGVERSION=${ERLANGVERSION:-23.3.4.14} +ERLANGVERSION=${ERLANGVERSION:-24.3.4.7} split-os-ver() { OLDIFS=$IFS
