You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2021/10/08 22:54:33 UTC

[couchdb-pkg] branch 3.2.0-cleanup updated: Minor bugfixes encountered in the 3.2.0 release

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch 3.2.0-cleanup
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git


The following commit(s) were added to refs/heads/3.2.0-cleanup by this push:
     new 23be704  Minor bugfixes encountered in the 3.2.0 release
23be704 is described below

commit 23be704ae2c1939a1e6fefc9ad4390cff37f5975
Author: Joan Touzet <wo...@apache.org>
AuthorDate: Fri Oct 8 15:54:28 2021 -0700

    Minor bugfixes encountered in the 3.2.0 release
---
 README.md | 2 +-
 build.sh  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7d66248..0e31880 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,7 @@ A similar `js-all` target exists, should the SpiderMonkey packages need to be re
 
 ## Uploading the packages
 
-If you have Apache Bintray credentials (set your `BINTRAY_USER` and `BINTRAY_API_KEY` environment variables appropriately), after building all CouchDB packages above, simply run:
+If you have Apache credentials (set your `BINARY_CREDS` environment variable appropriately), after building all CouchDB packages above, **and signing the rpms with the appropriate GPG key using the `rpmsign --addsign <file.rpm>` command**, simply run:
 
     ./build.sh couch-upload-all
 
diff --git a/build.sh b/build.sh
index b729ec1..27aa61b 100755
--- a/build.sh
+++ b/build.sh
@@ -106,7 +106,7 @@ build-all-couch() {
     build-couch $plat $*
   done
   for arch in $XPLAT_ARCHES; do
-    CONTAINERARCH="${arch}-" build-couch $XPLAT_BASE
+    CONTAINERARCH="${arch}" build-couch $XPLAT_BASE
   done
 }