From d3ce4ce73d51ee36c375eaef724b89df88c04f58 Mon Sep 17 00:00:00 2001 From: Gregory Burd Date: Thu, 14 Jun 2012 18:03:55 +0100 Subject: [PATCH] Minor fixes and reorg. --- Makefile | 4 ++-- rebar.config | 8 +++----- {src => tools}/basho_bench_driver_hanoidb.erl | 0 visualize-hanoi.sh => tools/visualize-hanoi.sh | 0 4 files changed, 5 insertions(+), 7 deletions(-) rename {src => tools}/basho_bench_driver_hanoidb.erl (100%) rename visualize-hanoi.sh => tools/visualize-hanoi.sh (100%) diff --git a/Makefile b/Makefile index cdb5105..06cbd35 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -REBAR = ./rebar +REBAR = rebar DIALYZER = dialyzer .PHONY: plt analyze all deps compile get-deps clean @@ -42,4 +42,4 @@ analyze: compile ebin repl: - elr -pz deps/*/ebin -pa ebin + erl -pz deps/*/ebin -pa ebin diff --git a/rebar.config b/rebar.config index 435e5bd..15c0ec1 100644 --- a/rebar.config +++ b/rebar.config @@ -4,8 +4,6 @@ {erl_opts, [debug_info,{d,'TRIQ',true},{parse_transform, lager_transform}]}. {deps, [ - -%% %% Add riak_kv + riak_core as dependency to run backend tests %% % {riak_kv, ".*", {git, "git://github.com/basho/riak_kv.git", {branch, "master"}}}, @@ -14,9 +12,9 @@ {lager, ".*", {git, "git://github.com/basho/lager", {branch, "master"}}}, {sext, ".*", {git, "git://github.com/esl/sext", {branch, "master"}}}, {snappy, "1.0.*", {git, "git://github.com/fdmanana/snappy-erlang-nif.git", {branch, "master"}}}, +% {lz4, ".*", {git, "git://github.com/gburd/erlang-lz4.git", {branch, "master"}}}, {plain_fsm, "1.1.*", {git, "git://github.com/uwiger/plain_fsm", {branch, "master"}}}, {ebloom, "1.1.*", {git, "git://github.com/basho/ebloom.git", {branch, "master"}}}, {triq, ".*", {git, "git://github.com/krestenkrab/triq.git", {branch, "master"}}}, - {proper, ".*", {git, "git://github.com/manopapad/proper.git", - {branch, "master"}}} -]}. + {proper, ".*", {git, "git://github.com/manopapad/proper.git", {branch, "master"}}} + ]}. diff --git a/src/basho_bench_driver_hanoidb.erl b/tools/basho_bench_driver_hanoidb.erl similarity index 100% rename from src/basho_bench_driver_hanoidb.erl rename to tools/basho_bench_driver_hanoidb.erl diff --git a/visualize-hanoi.sh b/tools/visualize-hanoi.sh similarity index 100% rename from visualize-hanoi.sh rename to tools/visualize-hanoi.sh