You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/01/06 18:23:50 UTC

[couchdb] branch bump-hqueue created (now 6066c66)

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

wohali pushed a change to branch bump-hqueue
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 6066c66  bump hqueue dep for Windows build

This branch includes the following new commits:

     new 6066c66  bump hqueue dep for Windows build

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: bump hqueue dep for Windows build

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

wohali pushed a commit to branch bump-hqueue
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 6066c66f8fcd80c9ef5253b2c22509c1ed749d39
Author: Joan Touzet <wo...@apache.org>
AuthorDate: Mon Jan 6 10:23:33 2020 -0800

    bump hqueue dep for Windows build
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 79d3e0c..dace4e2 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -147,7 +147,7 @@ DepDescs = [
 {khash,            "khash",            {tag, "1.0.1"}},
 {snappy,           "snappy",           {tag, "CouchDB-1.0.4"}},
 {ioq,              "ioq",              {tag, "2.1.2"}},
-{hqueue,           "hqueue",           {tag, "1.0.1"}},
+{hqueue,           "hqueue",           {tag, "CouchDB-1.0.1-1"}},
 
 %% Non-Erlang deps
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},