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/18 02:20:54 UTC

[couchdb] branch fix-rebar3-version created (now e67c4b98c)

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

vatamane pushed a change to branch fix-rebar3-version
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at e67c4b98c Fix rebar3 version to 3.21.0

This branch includes the following new commits:

     new e67c4b98c Fix rebar3 version to 3.21.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Fix rebar3 version to 3.21.0

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch fix-rebar3-version
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit e67c4b98cf1856690ae33adc3785aaeb43c943a9
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Wed May 17 22:20:07 2023 -0400

    Fix rebar3 version to 3.21.0
    
    It's the latest version. Otherwise, unexpected updates there break our CI
    chain.
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 6c6877105..8b1e43d6f 100755
--- a/configure
+++ b/configure
@@ -21,7 +21,7 @@ basename=`basename $0`
 
 PACKAGE_AUTHOR_NAME="The Apache Software Foundation"
 
-REBAR3_BRANCH="main"
+REBAR3_BRANCH="3.21.0"
 
 # TEST=0
 WITH_PROPER="true"