This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch jenkins-gun-cowlib-fork in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit cbe00e65c3b4a01c637cb0fd11a3ffbfdcef03a9 Author: Robert Newson <[email protected]> AuthorDate: Tue Jul 22 10:50:39 2025 +0100 use ASF fork of gun for cowlib dep --- Makefile | 2 +- configure | 4 ---- rebar.config.script | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 918234f25..3079c4f3f 100644 --- a/Makefile +++ b/Makefile @@ -484,7 +484,7 @@ clean: @rm -rf .rebar/ @rm -f bin/couchjs @rm -f bin/weatherreport - @rm -rf src/*/ebin + @find src/*/ebin -not -path 'src/cowlib/ebin/cowlib.app' -not -path 'src/gun/ebin/gun.app' -delete @rm -rf src/*/.rebar @rm -rf src/*/priv/*.so @rm -rf share/server/main.js share/server/main-ast-bypass.js share/server/main-coffee.js 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"}},
