This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch gun-cowlib-fork in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 87c1b1aa6374fb96471efb52fe30f387cebc88e1 Author: Robert Newson <[email protected]> AuthorDate: Tue Jul 22 10:50:39 2025 +0100 use ASF fork of gun for cowlib dep --- configure | 4 ---- rebar.config.script | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/configure b/configure index 8a3226a87..928e71379 100755 --- a/configure +++ b/configure @@ -34,10 +34,6 @@ ERLANG_MD5="false" SKIP_DEPS="false" WITH_SPIDERMONKEY="true" -export GIT_CONFIG_COUNT=1 -export GIT_CONFIG_KEY_0="url.https://github.com/apache/couchdb-.insteadOf" -export GIT_CONFIG_VALUE_0="https://github.com/ninenines/" - run_erlang() { erl -noshell -eval "$1" -eval "halt()." } diff --git a/rebar.config.script b/rebar.config.script index 53f7fe8b8..b5a933036 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -158,7 +158,7 @@ DepDescs = [ {fauxton, {url, "https://github.com/apache/couchdb-fauxton"}, {tag, "v1.3.4"}, [raw]}, {ibrowse, "ibrowse", {tag, "CouchDB-4.4.2-6"}}, -{gun, "gun", {tag, "2.2.0"}}, +{gun, "gun", {tag, "2.2.0-couchdb"}}, {jiffy, "jiffy", {tag, "1.1.2"}}, {mochiweb, "mochiweb", {tag, "v3.2.2"}}, {meck, "meck", {tag, "1.0.0"}},
