You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2023/01/06 09:36:53 UTC

[couchdb] branch fix/debug created (now f3103c726)

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

jan pushed a change to branch fix/debug
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at f3103c726 fix: debuggng leftover, speed up local rebar clones

This branch includes the following new commits:

     new f3103c726 fix: debuggng leftover, speed up local rebar clones

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: debuggng leftover, speed up local rebar clones

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

jan pushed a commit to branch fix/debug
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit f3103c726a11c185c23c77bead56bc20bc80ef79
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Fri Jan 6 10:33:05 2023 +0100

    fix: debuggng leftover, speed up local rebar clones
---
 configure | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure b/configure
index 9f8cb6828..79377ea1a 100755
--- a/configure
+++ b/configure
@@ -294,8 +294,7 @@ EOF
 install_local_rebar() {
     if [ ! -x "${rootdir}/bin/rebar" ]; then
         if [ ! -d "${rootdir}/src/rebar" ]; then
-            # git clone --depth 1 https://github.com/apache/couchdb-rebar.git ${rootdir}/src/rebar
-            git clone https://github.com/apache/couchdb-rebar.git ${rootdir}/src/rebar
+            git clone --depth 1 https://github.com/apache/couchdb-rebar.git ${rootdir}/src/rebar
         fi
         make -C ${rootdir}/src/rebar
         mv ${rootdir}/src/rebar/rebar ${rootdir}/bin/rebar