You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/10/15 17:14:39 UTC

[1/2] couchdb commit: updated refs/heads/master to 972014b

Repository: couchdb
Updated Branches:
  refs/heads/master 6624b688e -> 972014bdf


Don't confuse people with errors during rebar setup_eunit


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/eb9918d8
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/eb9918d8
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/eb9918d8

Branch: refs/heads/master
Commit: eb9918d8f5eaa7aa1dc8ae29b13e01e24679985b
Parents: 6624b68
Author: Alexander Shorin <kx...@apache.org>
Authored: Wed Oct 14 20:18:15 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Wed Oct 14 20:18:15 2015 +0300

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/eb9918d8/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 2b6d31f..178233b 100644
--- a/Makefile
+++ b/Makefile
@@ -157,7 +157,7 @@ docker-stop:
 eunit: export BUILDDIR = $(shell pwd)
 eunit: export ERL_AFLAGS = -config $(shell pwd)/rel/files/eunit.config
 eunit: couch
-	@${REBAR} setup_eunit
+	@${REBAR} setup_eunit 2> /dev/null
 	@${REBAR} -r eunit skip_deps=meck,mochiweb,lager,snappy,folsom,proper $(EUNIT_OPTS)
 
 javascript: all


[2/2] couchdb commit: updated refs/heads/master to 972014b

Posted by kx...@apache.org.
Update Erlang requirements


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/972014bd
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/972014bd
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/972014bd

Branch: refs/heads/master
Commit: 972014bdfb74a2cb1a03146d8d408370b4da0869
Parents: eb9918d
Author: Alexander Shorin <kx...@apache.org>
Authored: Thu Oct 15 17:50:14 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Thu Oct 15 17:53:58 2015 +0300

----------------------------------------------------------------------
 INSTALL.Unix.md    | 4 ++--
 INSTALL.Windows.md | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/972014bd/INSTALL.Unix.md
----------------------------------------------------------------------
diff --git a/INSTALL.Unix.md b/INSTALL.Unix.md
index aa38174..c6de87a 100644
--- a/INSTALL.Unix.md
+++ b/INSTALL.Unix.md
@@ -39,7 +39,7 @@ Dependencies
 
 You should have the following installed:
 
- * Erlang OTP (>=R14B01, =<R17) (http://erlang.org/)
+ * Erlang OTP (>=R16B03-1, =<18.1) (http://erlang.org/)
  * ICU                          (http://icu-project.org/)
  * OpenSSL                      (http://www.openssl.org/)
  * Mozilla SpiderMonkey (1.8.5) (http://www.mozilla.org/js/spidermonkey/)
@@ -50,7 +50,7 @@ You should have the following installed:
  * Python (>=2.7) for docs      (http://python.org/)
  * Python Sphinx (>=1.1.3)      (http://pypi.python.org/pypi/Sphinx)
 
-It is recommended that you install Erlang OTP R13B-4 or above where
+It is recommended that you install Erlang OTP R16B03-1 or above where
 possible.  You will only need libcurl if you plan to run the
 JavaScript test suite. And help2man is only need if you plan on
 installing the CouchDB man pages.  Python and Sphinx are only required

http://git-wip-us.apache.org/repos/asf/couchdb/blob/972014bd/INSTALL.Windows.md
----------------------------------------------------------------------
diff --git a/INSTALL.Windows.md b/INSTALL.Windows.md
index 29c69b0..7622eac 100644
--- a/INSTALL.Windows.md
+++ b/INSTALL.Windows.md
@@ -29,7 +29,7 @@ Dependencies
 
 You will need the following installed:
 
- * Erlang OTP (>=14B01, <R17)    (http://erlang.org/)
+ * Erlang OTP (>=R16B03-1, =<18.1) (http://erlang.org/)
  * ICU        (>=4.*)            (http://icu-project.org/)
  * OpenSSL    (>=0.9.8r)         (http://www.openssl.org/)
  * Mozilla SpiderMonkey (=1.8.5) (http://www.mozilla.org/js/spidermonkey/)