Skip to content

Commit 055a041

Browse files
committed
Update rebar.config to develop-3.0
1 parent f8bc4f7 commit 055a041

File tree

5 files changed

+41
-143
lines changed

5 files changed

+41
-143
lines changed

dialyzer.ignore-warnings

Lines changed: 0 additions & 79 deletions
This file was deleted.

eunit.log

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ Eunit: ebloom PASSED
99
Eunit: eleveldb PASSED
1010
Eunit: exometer_core PASSED
1111
Eunit: folsom PASSED
12-
Eunit: fuse PASSED
1312
Eunit: getopt PASSED
1413
Eunit: goldrush PASSED
1514
Eunit: hut PASSED
1615
Eunit: hyper PASSED
1716
Eunit: ibrowse PASSED
1817
Eunit: kv_index_tictactree PASSED
19-
Eunit: kvc PASSED
2018
Eunit: lager_syslog PASSED
2119
Eunit: leveled PASSED
2220
Eunit: lz4 PASSED
@@ -46,4 +44,3 @@ Eunit: sext PASSED
4644
Eunit: sidejob PASSED
4745
Eunit: syslog PASSED
4846
Eunit: webmachine PASSED
49-
Eunit: yokozuna PASSED

rebar.config

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
{eunit_opts, [nowarn_export_all, verbose]}.
1010

1111
{deps, [
12-
{lager_syslog, {git, "git://github.com/basho/lager_syslog.git", {branch, "develop-3.0-292"}}},
13-
{cluster_info, {git, "git://github.com/basho/cluster_info.git", {branch, "develop-3.0-292"}}},
14-
{riak_kv, {git, "git://github.com/basho/riak_kv.git", {branch, "develop-3.0-292"}}},
15-
{riak_auth_mods, {git, "git://github.com/basho/riak_auth_mods.git", {branch, "develop-3.0-292"}}},
16-
{riak_repl, {git, "git://github.com/basho/riak_repl.git", {branch, "develop-3.0-292"}}},
17-
{yokozuna, {git, "git://github.com/basho/yokozuna.git", {branch, "develop-3.0-292-solrupdate"}}}
12+
{lager_syslog, {git, "git://github.com/basho/lager_syslog.git", {branch, "develop-3.0"}}},
13+
{cluster_info, {git, "git://github.com/basho/cluster_info.git", {branch, "develop-3.0"}}},
14+
{riak_kv, {git, "git://github.com/basho/riak_kv.git", {branch, "develop-3.0"}}},
15+
{riak_auth_mods, {git, "git://github.com/basho/riak_auth_mods.git", {branch, "develop-3.0"}}},
16+
% {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"}}}
1818
]}.
1919

2020
{project_plugins, [
21-
{rebar3_cuttlefish, {git, "https://github.com/martinsumner/rebar3_cuttlefish", {branch, "develop-3.0"}}}
21+
{rebar3_cuttlefish, {git, "https://github.com/basho/rebar3_cuttlefish", {branch, "develop-3.0"}}}
2222
]}.
2323

2424
{cuttlefish, [
@@ -67,7 +67,7 @@
6767
riak_api,
6868
riak_repl,
6969
cluster_info,
70-
yokozuna,
70+
% yokozuna,
7171
riak_auth_mods]},
7272

7373
{dev_mode, false},

rebar.lock

Lines changed: 33 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,46 @@
11
{"1.1.0",
2-
[{<<"basho_bench">>,
3-
{git,"git://github.com/basho/basho_bench.git",
4-
{ref,"97ac1f9a1b9d06e2a986a8479d29626f6a5e5742"}},
5-
1},
6-
{<<"basho_stats">>,
2+
[{<<"basho_stats">>,
73
{git,"git://github.com/basho/basho_stats.git",
8-
{ref,"176dee0537b5b3aff57646a7379d435ad990488e"}},
4+
{ref,"c5b7ecb92af7b050bc62d08c6fbf1aafd6bdeff0"}},
95
2},
10-
{<<"bear">>,
11-
{git,"git://github.com/boundary/bear.git",
12-
{ref,"0da736b0e9bef2c7150cd6e6c4a9fa1854deedf9"}},
13-
3},
6+
{<<"bear">>,{pkg,<<"bear">>,<<"0.8.7">>},4},
147
{<<"bitcask">>,
158
{git,"git://github.com/basho/bitcask.git",
16-
{ref,"dc7dfd8b393a1aca72c0789ecd03e1fab37ecaf0"}},
9+
{ref,"dd96f6dd84a1cad68ccc21959ba56b0426434d85"}},
1710
1},
1811
{<<"canola">>,
1912
{git,"git://github.com/basho/canola.git",
2013
{ref,"2cd39378442f3dc727de22289243b3c4d56f25fd"}},
2114
1},
2215
{<<"clique">>,
2316
{git,"git://github.com/basho/clique.git",
24-
{ref,"5c10755c388b734a5de95e49651e3cb7085321bf"}},
17+
{ref,"845cab5e68ac9c26b3174e0e907084a0d032ae43"}},
2518
2},
2619
{<<"cluster_info">>,
2720
{git,"git://github.com/basho/cluster_info.git",
28-
{ref,"9ac98b993afbd32f93af8bd0813b7a8cf40529fa"}},
21+
{ref,"389d43af7ac1550b3c01cd55b8147bcc0e20022f"}},
2922
0},
3023
{<<"cuttlefish">>,
3124
{git,"https://github.com/basho/cuttlefish.git",
32-
{ref,"1b4381e5f682d88a2f20ddb8511ff35098c40ea5"}},
25+
{ref,"ff12621cbe5abb73ac7762172517ac17a48f9a8c"}},
3326
3},
3427
{<<"ebloom">>,
3528
{git,"git://github.com/basho/ebloom.git",
3629
{ref,"3c25f9ef61a73d5f1d2c2601da464dd03975721d"}},
3730
1},
3831
{<<"eleveldb">>,
3932
{git,"git://github.com/basho/eleveldb.git",
40-
{ref,"8acb0cac2fadc58102b05921601a178e5f4a1b5b"}},
33+
{ref,"3dee1dd7173507a4ad29df1ceb99cb70d6142478"}},
4134
2},
4235
{<<"exometer_core">>,
4336
{git,"git://github.com/Feuerlabs/exometer_core.git",
4437
{ref,"547f28bc93c7cb3d3f1174fb4c510667a4ebb645"}},
4538
2},
46-
{<<"folsom">>,
47-
{git,"git://github.com/basho/folsom.git",
48-
{ref,"2792fc45737a702bf51ad660e02e0a3d7231399e"}},
49-
2},
50-
{<<"fuse">>,
51-
{git,"https://github.com/jlouis/fuse.git",
52-
{ref,"21c6e52ced3af294f2fe636039106068da12eeeb"}},
53-
1},
39+
{<<"folsom">>,{pkg,<<"folsom">>,<<"0.8.7">>},3},
5440
{<<"getopt">>,
55-
{git,"git://github.com/jcomellas/getopt",
56-
{ref,"388dc95caa7fb97ec7db8cfc39246a36aba61bd8"}},
57-
2},
41+
{git,"git://github.com/jcomellas/getopt.git",
42+
{ref,"fbd210550677114a6c96cdf66e340eb248908d93"}},
43+
4},
5844
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},2},
5945
{<<"hut">>,{pkg,<<"hut">>,<<"1.2.1">>},3},
6046
{<<"hyper">>,
@@ -64,22 +50,18 @@
6450
{<<"ibrowse">>,
6551
{git,"git://github.com/basho/ibrowse.git",
6652
{ref,"1b129206d45b67270f6901933e35b2ad325fac74"}},
67-
1},
53+
2},
6854
{<<"kv_index_tictactree">>,
6955
{git,"https://github.com/martinsumner/kv_index_tictactree.git",
7056
{ref,"5ae3ffbe21af8f7e405bd06ca5ff2729a1a3d9dd"}},
7157
1},
72-
{<<"kvc">>,
73-
{git,"git://github.com/etrepum/kvc.git",
74-
{ref,"5565fe51857747662410cc3c06362ebcf48a2f04"}},
75-
1},
7658
{<<"lager">>,
7759
{git,"git://github.com/erlang-lager/lager.git",
7860
{ref,"22e62f28e5afabe90a6f31bcde367a2b5799fc94"}},
7961
1},
8062
{<<"lager_syslog">>,
8163
{git,"git://github.com/basho/lager_syslog.git",
82-
{ref,"d0a6a9cc33c1e94b2d8e27d6f709d4d4d8da7c22"}},
64+
{ref,"152bb8eb254c225ebd8c579f9603f44b50df44ec"}},
8365
0},
8466
{<<"leveled">>,
8567
{git,"https://github.com/martinsumner/leveled.git",
@@ -90,7 +72,7 @@
9072
{ref,"d407af5de71303b8e381df718d2e5d05eb775c59"}},
9173
2},
9274
{<<"meck">>,
93-
{git,"git://github.com/eproxus/meck.git",
75+
{git,"https://github.com/eproxus/meck.git",
9476
{ref,"4ecc1ae9089edc6977e8c8c4cd41081513cc5590"}},
9577
3},
9678
{<<"mochiweb">>,
@@ -100,11 +82,11 @@
10082
{<<"parse_trans">>,{pkg,<<"parse_trans">>,<<"3.3.0">>},3},
10183
{<<"pbkdf2">>,
10284
{git,"git://github.com/basho/erlang-pbkdf2.git",
103-
{ref,"34b5f716fa3ec89ede36d009f7cc8c47bd019dd7"}},
85+
{ref,"681494c3ea03625c909a16b1b3ca295edf892057"}},
10486
2},
10587
{<<"poolboy">>,
10688
{git,"https://github.com/basho/poolboy.git",
107-
{ref,"8c28a4936ada191211984cda0049543630bf269a"}},
89+
{ref,"032ea3186fda78b4913deb8932af318ebb9b1258"}},
10890
2},
10991
{<<"protobuffs">>,
11092
{git,"https://github.com/basho/erlang_protobuffs.git",
@@ -124,51 +106,51 @@
124106
1},
125107
{<<"riak_api">>,
126108
{git,"git://github.com/basho/riak_api.git",
127-
{ref,"974d15d37099e6d38fad1913082b88c08ed5b8a9"}},
109+
{ref,"f80b093cecca8f7b9444cc2cd85f2710aa99eaff"}},
128110
1},
129111
{<<"riak_auth_mods">>,
130112
{git,"git://github.com/basho/riak_auth_mods.git",
131-
{ref,"b41e72957442d0b3427d9f0af9fe49580a9dad4b"}},
113+
{ref,"6657aa51f780ea819efddcf33927c621bd31ba7f"}},
132114
0},
133115
{<<"riak_core">>,
134116
{git,"git://github.com/basho/riak_core.git",
135-
{ref,"1e480aee773142ca9f6ba8c4a3ee3f7e46acc7d1"}},
117+
{ref,"4f1593fbacd378350bf0bf10f9b0ee9be6303828"}},
136118
1},
137119
{<<"riak_dt">>,
138120
{git,"git://github.com/basho/riak_dt.git",
139-
{ref,"4edf2ca5f16d5d278a0994376c0db58ee9f97e59"}},
121+
{ref,"a7fae636d080aa8832d3b18886fb192d67fae58a"}},
140122
1},
141123
{<<"riak_ensemble">>,
142124
{git,"https://github.com/basho/riak_ensemble",
143-
{ref,"bc662baaaff1d38c1591f03d9ff5541675118acd"}},
125+
{ref,"a1b29e0ef5b6c811af242758e385153e5ff7cbe1"}},
144126
2},
145127
{<<"riak_kv">>,
146128
{git,"git://github.com/basho/riak_kv.git",
147-
{ref,"5786564709e631c016571d732f96db18ff1d3c42"}},
129+
{ref,"2c5e843e6962679053a0ca8936adcb50fd9bc6a9"}},
148130
0},
149131
{<<"riak_pb">>,
150132
{git,"git://github.com/basho/riak_pb.git",
151-
{ref,"abb4a6c42c44f4c1189fe688552841222037691e"}},
133+
{ref,"3e7de2dbaaa2578d403c631ccd5afe48de13e4b7"}},
152134
1},
153135
{<<"riak_pipe">>,
154136
{git,"git://github.com/basho/riak_pipe.git",
155-
{ref,"5ce7a2497c4289c6cf2879e97c03fafd212b8563"}},
137+
{ref,"e274204cc30ddb6fc147745142e97946db48ccd9"}},
156138
1},
157139
{<<"riak_repl">>,
158140
{git,"git://github.com/basho/riak_repl.git",
159-
{ref,"68db697e24b09f7e83faab448ecc2c4bfcaf5df9"}},
141+
{ref,"f3c384394bcdb169f145182d8cd0e8d5cd797555"}},
160142
0},
161143
{<<"riak_sysmon">>,
162144
{git,"git://github.com/basho/riak_sysmon.git",
163-
{ref,"2d3775e468f0779e1cef4e6b9364d28cc7f1ef4a"}},
145+
{ref,"8c5443c15fdf1f68c41cf3c92e94c9a711c5aa37"}},
164146
2},
165147
{<<"riakc">>,
166148
{git,"git://github.com/basho/riak-erlang-client",
167-
{ref,"684b15010661994bf0a9330d3fa779a8f483f5c8"}},
168-
1},
149+
{ref,"980ba8f669c4daa055de6fbfec0688a432a60f25"}},
150+
2},
169151
{<<"riakhttpc">>,
170152
{git,"git://github.com/basho/riak-erlang-http-client",
171-
{ref,"2afd692f896f5738c6481cc78010439363484dcd"}},
153+
{ref,"7a2cda252fd0f6a7210285aef18fe38aea36fc39"}},
172154
1},
173155
{<<"setup">>,{pkg,<<"setup">>,<<"2.0.2">>},3},
174156
{<<"sext">>,
@@ -186,13 +168,11 @@
186168
{<<"webmachine">>,
187169
{git,"git://github.com/webmachine/webmachine.git",
188170
{ref,"92225b82fc702f78cf9d23248023ec841272df80"}},
189-
2},
190-
{<<"yokozuna">>,
191-
{git,"git://github.com/basho/yokozuna.git",
192-
{ref,"eb70d68b2f257cbf7fedcb6dd5ebd90f6a7976a0"}},
193-
0}]}.
171+
2}]}.
194172
[
195173
{pkg_hash,[
174+
{<<"bear">>, <<"16264309AE5D005D03718A5C82641FCC259C9E8F09ADEB6FD79CA4271168656F">>},
175+
{<<"folsom">>, <<"A885F0AEEE4C84270954C88A55A5A473D6B2C7493E32FFDC5765412DD555A951">>},
196176
{<<"goldrush">>, <<"F06E5D5F1277DA5C413E84D5A2924174182FB108DABB39D5EC548B27424CD106">>},
197177
{<<"hut">>, <<"08D46679523043424870723923971889E8A34D63B2F946A35B46CF921D1236E7">>},
198178
{<<"parse_trans">>, <<"09765507A3C7590A784615CFD421D101AEC25098D50B89D7AA1D66646BC571C1">>},

rebar3

-14.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)