riak_test/rebar.config.lock

69 lines
3.3 KiB
Plaintext
Raw Normal View History

2016-10-19 16:34:25 +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,"https://github.com/basho/goldrush.git",
"8f1b715d36b650ec1e1f5612c00e28af6ab0de82"}},
{lager,".*",
{git,"https://github.com/basho/lager",
"81eaef0ce98fdbf64ab95665e3bc2ec4b24c7dac"}},
{getopt,".*",
{git,"https://github.com/basho/getopt.git",
"388dc95caa7fb97ec7db8cfc39246a36aba61bd8"}},
{meck,".*",
{git,"https://github.com/basho/meck.git",
"dde759050eff19a1a80fd854d7375174b191665d"}},
{mapred_verify,".*",
{git,"https://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,".*",
2016-10-27 05:27:46 +00:00
{git,"https://github.com/basho/riak_pb",
2016-12-02 00:33:30 +00:00
"cb15cc4770f3748289ba56245d62b1c0d07c33f7"}},
2016-10-19 16:34:25 +00:00
{riakc,".*",
{git,"https://github.com/basho/riak-erlang-client",
2016-12-02 00:33:30 +00:00
"855f38e1c7805c2e96fa2b302c8332130b8c0b46"}},
2016-10-19 16:34:25 +00:00
{ibrowse,".*",
2016-11-21 04:19:05 +00:00
{git,"https://github.com/basho/ibrowse.git",
2016-11-05 01:58:05 +00:00
"b28542d1e326ba44bcfaf7fd6d3c7f8761d20f08"}},
2016-10-19 16:34:25 +00:00
{mochiweb,".*",
{git,"git://github.com/basho/mochiweb.git",
2016-11-05 01:58:05 +00:00
"4d3882181d0e0e507a05115782a2b091a1db2be4"}},
2016-10-19 16:34:25 +00:00
{webmachine,".*",
2016-11-21 04:19:05 +00:00
{git,"https://github.com/basho/webmachine",
2016-11-05 01:58:05 +00:00
"77789b7cbb01cac4c7936578acc55245570d5afe"}},
2016-10-19 16:34:25 +00:00
{riakhttpc,".*",
{git,"https://github.com/basho/riak-erlang-http-client",
2016-12-02 00:33:30 +00:00
"c174ef06d01f387a5fab83f476ae46533394c478"}},
2016-10-19 16:34:25 +00:00
{kvc,".*",
{git,"https://github.com/basho/kvc.git",
"5565fe51857747662410cc3c06362ebcf48a2f04"}},
{druuid,".*",
{git,"https://github.com/basho/druuid.git",
"b3c5c2a52bb3f510d168b32e64f6fbc6a3c6a0e6"}},
{tdiff,".*",
{git,"https://github.com/basho/tdiff",
"bbb54ce20df388f2c7d01e8df30ef471ca98d0fb"}},
{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,tdiff]}.
{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"}]}.