|
14 | 14 | gen_fsm_compat, |
15 | 15 | {lager, ".*", {git, "git://github.com/basho/lager", {tag, "3.2.1"}}}, |
16 | 16 | {getopt, ".*", {git, "git://github.com/jcomellas/getopt", {tag, "v0.4"}}}, |
17 | | - {meck, "0.8.2", {git, "git://github.com/basho/meck.git", {tag, "0.8.2"}}}, |
| 17 | + {meck, {git, "git://github.com/eproxus/meck.git", {tag, "0.8.13"}}}, |
18 | 18 | {mapred_verify, ".*", {git, "git://github.com/basho/mapred_verify", {branch, "master"}}}, |
19 | 19 | {riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {branch, "develop-3.0"}}}, |
20 | 20 | {riakhttpc, ".*", {git, "git://github.com/basho/riak-erlang-http-client", {branch, "develop-3.0"}}}, |
21 | 21 | {kvc, "1.7.0", {git, "https://github.com/etrepum/kvc", {tag, "v1.7.0"}}}, |
22 | 22 | {druuid, ".*", {git, "git://github.com/kellymclaughlin/druuid.git", {tag, "0.2"}}}, |
23 | | - {rebar_lock_deps_plugin, ".*", {git, "https://github.com/basho/rebar_lock_deps_plugin.git", {tag, "3.1.0p1"}}}, |
24 | 23 | {kv_index_tictactree, ".*", {git, "https://github.com/martinsumner/kv_index_tictactree.git", {branch, "master"}}} |
25 | 24 | ]}. |
26 | 25 |
|
27 | 26 | {escript_incl_apps, [goldrush, lager, getopt, riakhttpc, riakc, ibrowse, mochiweb, kvc, kv_index_tictactree]}. |
28 | 27 | {escript_emu_args, "%%! -escript main riak_test_escript +K true +P 10000 -env ERL_MAX_PORTS 10000\n"}. |
| 28 | + |
| 29 | +{post_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)", |
| 30 | + escriptize, |
| 31 | + "cp \"$REBAR_BUILD_DIR/bin/riak_test\" ./riak_test"}, |
| 32 | + {"win32", |
| 33 | + escriptize, |
| 34 | + "robocopy \"%REBAR_BUILD_DIR%/bin/\" ./ riak_test* " |
| 35 | + "/njs /njh /nfl /ndl & exit /b 0"} % silence things |
| 36 | + ]}. |
| 37 | + |
29 | 38 | %% {plugin_dir, "src"}. |
30 | 39 | %% {plugins, [rebar_riak_test_plugin]}. |
31 | 40 | %% {riak_test, [ |
|
0 commit comments