You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/05/25 18:54:42 UTC

[couchdb-pkg] 04/04: Add el9 "server" aliase in upload-couch()

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-pkg.git

commit 73f295d0a35bed3cd08985ea74d1318b44e8505f
Author: Kun-Lu <ku...@ibm.com>
AuthorDate: Thu May 25 10:38:31 2023 -0400

    Add el9 "server" aliase in upload-couch()
    
    Signed-off-by: Kun-Lu <ku...@ibm.com>
---
 build.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/build.sh b/build.sh
index 1c7eb91..72c7db7 100755
--- a/build.sh
+++ b/build.sh
@@ -175,6 +175,12 @@ upload-couch() {
         RELPATH="${DIST}/${PKGARCH}/${fname}"
         SUFFIX=""
         binary-upload
+    elif [ ${DIST} == "el9" ]; then
+        # see https://github.com/apache/couchdb-pkg/issues/103
+        DIST="el9Server"
+        RELPATH="${DIST}/${PKGARCH}/${fname}"
+        SUFFIX=""
+        binary-upload
     fi
   done
   echo "Recalculating Debian repo metadata..."