You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2016/04/15 14:44:45 UTC

[1/2] couchdb commit: updated refs/heads/ct to daf1560

Repository: couchdb
Updated Branches:
  refs/heads/ct [created] daf1560d2


Run Common Tests


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

Branch: refs/heads/ct
Commit: 41388e566750125492fe399fbe114aef88dc39ad
Parents: 3ac6fe3
Author: Robert Newson <rn...@apache.org>
Authored: Fri Apr 15 11:57:25 2016 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Fri Apr 15 11:57:25 2016 +0100

----------------------------------------------------------------------
 Makefile | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/41388e56/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index cefc5da..84cae24 100644
--- a/Makefile
+++ b/Makefile
@@ -90,6 +90,7 @@ fauxton: share/www
 # target: check - Test everything
 check: all
 	@$(MAKE) eunit
+	@$(MAKE) ct
 	@$(MAKE) javascript
 	@$(MAKE) build-test
 
@@ -102,6 +103,10 @@ eunit: couch
 	@$(REBAR) setup_eunit 2> /dev/null
 	@$(REBAR) -r eunit $(EUNIT_OPTS)
 
+.PHONY: ct
+ct: couch
+	@$(REBAR) -r ct
+
 
 .PHONY: javascript
 # target: javascript - Run JavaScript test suites or specific ones defined by suites option


[2/2] couchdb commit: updated refs/heads/ct to daf1560

Posted by rn...@apache.org.
pull scheduler WIP


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

Branch: refs/heads/ct
Commit: daf1560d29f8a36cc9069aee39ed073ef42570b2
Parents: 41388e5
Author: Robert Newson <rn...@apache.org>
Authored: Fri Apr 15 13:44:35 2016 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Fri Apr 15 13:44:35 2016 +0100

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/daf1560d/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index a9f85b7..c399ab9 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -34,7 +34,7 @@ DepDescs = [
 {couch,            "couch",            "5fa90987132c275b30183f48f02e347c648cfc28"},
 {couch_index,      "couch-index",      "e8c8ca8b0bb66193f1ba7e4b1d7e4a3817d661ab"},
 {couch_mrview,     "couch-mrview",     "6ec35971ebd96133cc6a34fa29f1d364049a7ecd"},
-{couch_replicator, "couch-replicator", "197950631b8a73a8c36b744fc9eb00debc15ac03"},
+{couch_replicator, {url, "https://github.com/cloudant/couchdb-couch-replicator"}, {branch, "rnewson-scheduler-wip"}},
 {couch_plugins,    "couch-plugins",    "3e73b723cb126cfc471b560d17c24a8b5c540085"},
 {couch_event,      "couch-event",      "835a41885d1e276d207758954f8238aa7bba0ae8"},
 {couch_stats,      "couch-stats",      "7895d4d3f509ed24f09b6d1a0bd0e06af34551dc"},