Skip to content

Commit abc8c6d

Browse files
committed
Update riak_repl pointer
make test now passes (needs to be runt wice, as test-deps don't get picke dup on first run).
1 parent 055a041 commit abc8c6d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ test-deps : compile testclean $(patsubst %, testdep-%, $(TEST_DEPS))
6565
echo Tested the dependencies: $(TEST_DEPS)
6666

6767
# Test each dependency individually in its own VM
68-
test : testclean test-deps
68+
test : testclean eunit test-deps
6969
@if test -s $(TEST_LOG_FILE) ; then \
7070
cat $(TEST_LOG_FILE) && \
7171
exit `cat $(TEST_LOG_FILE) | grep FAILED | wc -l`; \

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{riak_kv, {git, "git://github.com/basho/riak_kv.git", {branch, "develop-3.0"}}},
1515
{riak_auth_mods, {git, "git://github.com/basho/riak_auth_mods.git", {branch, "develop-3.0"}}},
1616
% {yokozuna, {git, "git://github.com/basho/yokozuna.git", {branch, "develop-3.0-292-solrupdate"}}},
17-
{riak_repl, {git, "git://github.com/basho/riak_repl.git", {branch, "develop-3.0-292"}}}
17+
{riak_repl, {git, "git://github.com/basho/riak_repl.git", {branch, "develop-3.0"}}}
1818
]}.
1919

2020
{project_plugins, [

rebar.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
1},
1515
{<<"clique">>,
1616
{git,"git://github.com/basho/clique.git",
17-
{ref,"845cab5e68ac9c26b3174e0e907084a0d032ae43"}},
17+
{ref,"fdfd2466d1169c8c39b1d4a240ea3ad236b4b63f"}},
1818
2},
1919
{<<"cluster_info">>,
2020
{git,"git://github.com/basho/cluster_info.git",
2121
{ref,"389d43af7ac1550b3c01cd55b8147bcc0e20022f"}},
2222
0},
2323
{<<"cuttlefish">>,
2424
{git,"https://github.com/basho/cuttlefish.git",
25-
{ref,"ff12621cbe5abb73ac7762172517ac17a48f9a8c"}},
25+
{ref,"e84070b6cf08196ece2ae54083eefae4dc4e4ecc"}},
2626
3},
2727
{<<"ebloom">>,
2828
{git,"git://github.com/basho/ebloom.git",
@@ -114,11 +114,11 @@
114114
0},
115115
{<<"riak_core">>,
116116
{git,"git://github.com/basho/riak_core.git",
117-
{ref,"4f1593fbacd378350bf0bf10f9b0ee9be6303828"}},
117+
{ref,"ec58d1ad65f2c85ce0980ed0ca9901e94be70845"}},
118118
1},
119119
{<<"riak_dt">>,
120120
{git,"git://github.com/basho/riak_dt.git",
121-
{ref,"a7fae636d080aa8832d3b18886fb192d67fae58a"}},
121+
{ref,"d0de4694f1423dc942844fbc494604a3c6df17d6"}},
122122
1},
123123
{<<"riak_ensemble">>,
124124
{git,"https://github.com/basho/riak_ensemble",
@@ -138,7 +138,7 @@
138138
1},
139139
{<<"riak_repl">>,
140140
{git,"git://github.com/basho/riak_repl.git",
141-
{ref,"f3c384394bcdb169f145182d8cd0e8d5cd797555"}},
141+
{ref,"06facee660080dfda01c3bebf69ad59a0db0f9e3"}},
142142
0},
143143
{<<"riak_sysmon">>,
144144
{git,"git://github.com/basho/riak_sysmon.git",
@@ -159,7 +159,7 @@
159159
1},
160160
{<<"sidejob">>,
161161
{git,"git://github.com/basho/sidejob.git",
162-
{ref,"07dedd9b2043c9c6fd03b78fe8699f0f37418743"}},
162+
{ref,"3b3bca86e6bcf1633f5cec0ea440403c278a0aef"}},
163163
1},
164164
{<<"syslog">>,
165165
{git,"git://github.com/Vagabond/erlang-syslog",

0 commit comments

Comments
 (0)