You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2019/11/22 16:48:50 UTC

[couchdb] 01/01: Remove smoosh as dependency and add as subdir

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

kocolosk pushed a commit to branch smoosh-in-tree
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 02b9f25f62691a377b4e37a98c33e3ce2e2678f1
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Fri Nov 22 10:15:47 2019 -0500

    Remove smoosh as dependency and add as subdir
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index ba4e564..3aa3e17 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -91,6 +91,7 @@ SubDirs = [
     "src/mango",
     "src/rexi",
     "src/setup",
+    "src/smoosh",
     "rel"
 ],
 
@@ -103,7 +104,6 @@ DepDescs = [
 {snappy,           "snappy",           {tag, "CouchDB-1.0.4"}},
 {ioq,              "ioq",              {tag, "2.1.2"}},
 {hqueue,           "hqueue",           {tag, "1.0.1"}},
-{smoosh,           "smoosh",           {tag, "1.0.1"}},
 {ken,              "ken",              {tag, "1.0.6"}},
 
 %% Non-Erlang deps