Skip to content

Commit

Permalink
missing codecs
Browse files Browse the repository at this point in the history
  • Loading branch information
drewkerrigan committed Jul 7, 2016
1 parent e640780 commit 5d517a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ riak-addon:
mkdir -p rel/riak-addon/priv
$(REBAR) compile
cp -R deps/riakc/ebin/* rel/riak-addon/ebin/
cp -R deps/riak_pb/ebin/* rel/riak-addon/riak/lib/basho-patches/
cp -R deps/protobuffs/ebin/* rel/riak-addon/riak/lib/basho-patches/
cp -R ebin/* rel/riak-addon/ebin/
cp -R priv/* rel/riak-addon/priv/

Expand Down Expand Up @@ -99,6 +101,8 @@ tarball: compile
mkdir -p rel/$(RIAK_BASE)/riak/lib/basho-patches
mkdir -p rel/$(RIAK_BASE)/riak/priv
cp -R deps/riakc/ebin/* rel/$(RIAK_BASE)/riak/lib/basho-patches/
cp -R deps/riak_pb/ebin/* rel/$(RIAK_BASE)/riak/lib/basho-patches/
cp -R deps/protobuffs/ebin/* rel/$(RIAK_BASE)/riak/lib/basho-patches/
cp -R ebin/* rel/$(RIAK_BASE)/riak/lib/basho-patches/
cp -R priv/* rel/$(RIAK_BASE)/riak/priv/
mkdir -p packages
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{reset_after_eunit, true}.

{deps, [
{riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {tag, "2.3.1-timeseries"}}},
{riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {tag, "2.3.2-timeseries"}}},
{node_package, ".*", {git, "git://github.com/basho/node_package", {branch, "no-epmd"}}},
{webmachine, "1.10.*", {git, "git://github.com/basho/webmachine", {tag, "1.10.8"}}},
{ibrowse, "4.0.2", {git, "git://github.com/cmullaparthi/ibrowse.git", {tag, "v4.0.2"}}},
Expand Down

0 comments on commit 5d517a3

Please sign in to comment.