riak_test/rebar.config.lock

66 lines
3.1 KiB
Plaintext
Raw Normal View History

2016-10-19 15:48:08 +00:00
%% THIS FILE IS GENERATED. DO NOT EDIT IT MANUALLY %%
{require_otp_vsn,"R13B04|R14|R15|R16"}.
{cover_enabled,true}.
{edoc_opts,[{preprocess,true}]}.
{erl_opts,[{src_dirs,[src,intercepts,perf]},
warnings_as_errors,
{parse_transform,lager_transform}]}.
{erl_first_files,["src/rt_intercept_pt.erl"]}.
{eunit_opts,[verbose]}.
{deps,[{goldrush,".*",
{git,"git://github.com/DeadZen/goldrush.git",
"212299233c7e7eb63a97be2777e1c05ebaa58dbe"}},
{lager,".*",
{git,"git://github.com/basho/lager",
"8187757388c9adc915379caaab36a2f2ca26e944"}},
{getopt,".*",
{git,"git://github.com/jcomellas/getopt",
"69b51ebf337f41906045a606a151d9578751e1ff"}},
{meck,".*",
{git,"git://github.com/basho/meck.git",
"dde759050eff19a1a80fd854d7375174b191665d"}},
{mapred_verify,".*",
{git,"git://github.com/basho/mapred_verify",
"51b79c5b05eb04640e13131f06ef96561b96ba8e"}},
{protobuffs,".*",
{git,"https://github.com/basho/erlang_protobuffs.git",
"0dde9d3b37b7bec3a4dfb0e87684dd7039e169ab"}},
{hamcrest,".*",
{git,"https://github.com/basho/hamcrest-erlang.git",
"98bc7aa19ea081478c816824aa05fc5a48acae66"}},
{riak_pb,".*",
{git,"https://github.com/basho/riak_pb",
"f5af9ffe04eb27689d483509de26574bdf70343f"}},
{riakc,".*",
{git,"git://github.com/basho/riak-erlang-client",
2016-10-28 18:08:21 +00:00
"a5ff1cb07f54245e2d0296ac7bc49ffaf4104440"}},
2016-10-19 15:48:08 +00:00
{ibrowse,".*",
{git,"git://github.com/cmullaparthi/ibrowse.git",
"e8ae353c16d4f0897abb9f80025b52925b974dd1"}},
{mochiweb,".*",
{git,"git://github.com/basho/mochiweb.git",
"ade2a9b29a11034eb550c1d79b4f991bf5ca05ba"}},
{webmachine,".*",
{git,"git://github.com/basho/webmachine",
"7677c240f4a7ed020f4bab48278224966bb42311"}},
{riakhttpc,".*",
{git,"git://github.com/basho/riak-erlang-http-client",
2016-10-28 18:08:21 +00:00
"88fb7526b908528369e6009f92327fa3a402821c"}},
2016-10-19 15:48:08 +00:00
{kvc,".*",
{git,"https://github.com/etrepum/kvc",
"75c4e76468cb2bd03067a9c349989ee914a1b581"}},
{druuid,".*",
{git,"git://github.com/kellymclaughlin/druuid.git",
"b3c5c2a52bb3f510d168b32e64f6fbc6a3c6a0e6"}},
{rebar_lock_deps_plugin,".*",
{git,"https://github.com/basho/rebar_lock_deps_plugin.git",
"8816f45ff38cd04d5c7741bd39166af58116dd44"}}]}.
{escript_incl_apps,[goldrush,lager,getopt,riakhttpc,riakc,ibrowse,mochiweb,
kvc]}.
{escript_emu_args,"%%! -escript main riak_test_escript +K true +P 10000 -env ERL_MAX_PORTS 10000\n"}.
{plugin_dir,"src"}.
{plugins,[rebar_riak_test_plugin,rebar_lock_deps_plugin]}.
{riak_test,[{test_paths,["tests","perf"]},{test_output,"ebin"}]}.