summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2021-03-14 15:41:05 +0100
committerJan Lehnardt <jan@apache.org>2021-03-15 11:23:39 +0100
commit95b24b888f9fa1c01eb87be1965632c91d9bf418 (patch)
tree59f186f7da3c7c91cb2ab457b28fd8f05673d182
parentde511fb9f5c5d8d093d6b1f565e06a1e2b6558f2 (diff)
downloadcouchdb-95b24b888f9fa1c01eb87be1965632c91d9bf418.tar.gz
chore: update dependency pointers to release tags
-rwxr-xr-xconfigure3
-rw-r--r--rebar.config.script4
2 files changed, 2 insertions, 5 deletions
diff --git a/configure b/configure
index f34e1650f..83be1c260 100755
--- a/configure
+++ b/configure
@@ -239,9 +239,6 @@ install_local_rebar() {
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
- cd ${rootdir}/src/rebar
- git checkout origin/feat/otp23
- cd -
fi
make -C ${rootdir}/src/rebar
mv ${rootdir}/src/rebar/rebar ${rootdir}/bin/rebar
diff --git a/rebar.config.script b/rebar.config.script
index 463d58cb5..c4dc7e739 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -151,7 +151,7 @@ DepDescs = [
{b64url, "b64url", {tag, "1.0.2"}},
{ets_lru, "ets-lru", {tag, "1.1.0"}},
{khash, "khash", {tag, "1.1.0"}},
-{snappy, "snappy", {branch, "feat/otp23"}},
+{snappy, "snappy", {tag, "CouchDB-1.0.6"}},
%% Non-Erlang deps
{docs, {url, "https://github.com/apache/couchdb-documentation"},
@@ -162,7 +162,7 @@ DepDescs = [
{folsom, "folsom", {tag, "CouchDB-0.8.3"}},
{hyper, "hyper", {tag, "CouchDB-2.2.0-6"}},
{ibrowse, "ibrowse", {tag, "CouchDB-4.0.1-1"}},
-{jiffy, "jiffy", {branch, "main"}},
+{jiffy, "jiffy", {tag, "CouchDB-1.0.5-1"}},
{mochiweb, "mochiweb", {tag, "v2.20.0"}},
{meck, "meck", {tag, "0.8.8"}},
{recon, "recon", {tag, "2.5.0"}}