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:55:35 UTC

[couchdb-pkg] branch main updated: Minor bugfixes encountered in the 3.2.0 release (#85)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new a241d57  Minor bugfixes encountered in the 3.2.0 release (#85)
a241d57 is described below

commit a241d573edd495026931a058d5dc238076c1c824
Author: Joan Touzet <wo...@users.noreply.github.com>
AuthorDate: Fri Oct 8 22:55:28 2021 +0000

    Minor bugfixes encountered in the 3.2.0 release (#85)
---
 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
 }