Skip to content

Commit

Permalink
Bump riak to 2.0.0rc1 for internal smoke testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmorrow committed Jul 12, 2014
1 parent e60769e commit 87b8934
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
23 changes: 10 additions & 13 deletions rebar.config.lock
Expand Up @@ -9,7 +9,7 @@
{erlydtl_opts,[{compiler_options,[report,return,debug_info]}]}.
{deps,[{node_package,".*",
{git,"git://github.com/basho/node_package.git",
"509c27424d67d347605c3f6e85e900528f9d3463"}},
"00774822bb118626642110e98d74abb3a9554a74"}},
{goldrush,".*",
{git,"git://github.com/DeadZen/goldrush.git",
"71e63212f12c25827e0c1b4198d37d5d018a7fec"}},
Expand Down Expand Up @@ -43,12 +43,9 @@
{cuttlefish,".*",
{git,"git://github.com/basho/cuttlefish.git",
"78b82b5499171098393ee29621fc7ba5dc5e854d"}},
{faulterl,".*",
{git,"git://github.com/basho/faulterl.git",
"71aadc24076c827fa7eb14ac3c8d1a6715ba1c47"}},
{bitcask,".*",
{git,"git://github.com/basho/bitcask.git",
"89b6534a7ba3c2954f93c7623a18c3b00ad8c2eb"}},
"560716f7f8ddda462c602d9371893dc1e52b2709"}},
{eper,".*",
{git,"git://github.com/basho/eper.git",
"7222ecaebceb5422e74a9c1503043bbc6036f6b7"}},
Expand All @@ -73,18 +70,18 @@
{folsom,".*",
{git,"git://github.com/basho/folsom.git",
"e80bd013c8ea906c4f14cba38b92e95116415e23"}},
{eleveldb,".*",
{git,"git://github.com/basho/eleveldb.git",
"8f1d1f6fb473b4ed221374859dfd92a7b97b86fe"}},
{riak_ensemble,".*",
{git,"git://github.com/basho/riak_ensemble",
"8447cdb4b61df3ac129fdd3e5c23a3e3a60034bf"}},
"bc5796e44d0bb61dd610db45908b0957e6ab352f"}},
{pbkdf2,".*",
{git,"git://github.com/basho/erlang-pbkdf2.git",
"7076584f5377e98600a7e2cb81980b2992fb2f71"}},
{eleveldb,".*",
{git,"git://github.com/basho/eleveldb.git",
"8d8ce2a4bd4d912ea6db777bc268bc0bb0c54acb"}},
{riak_core,".*",
{git,"git://github.com/basho/riak_core.git",
"1df652d06752acef132c61482c158381ca2d4eb6"}},
"ddab30a9f86c0e6566d788731ab2596a40e2729a"}},
{riak_pipe,".*",
{git,"git://github.com/basho/riak_pipe.git",
"bae5fc69166f7767caa6d0d33db023d3562c96c9"}},
Expand All @@ -108,13 +105,13 @@
"8aad9cd9953c83a78bec031976c40ea486854842"}},
{riak_dt,".*",
{git,"git://github.com/basho/riak_dt.git",
"7e1888d548749afe74a4e955c355ff989bcadf35"}},
"c06820d95d2ee88dfc4db6c459d2f3739c204ed2"}},
{eunit_formatters,".*",
{git,"git://github.com/seancribbs/eunit_formatters",
"dab4291d191f0ca40c911179fd195c3942261667"}},
{riak_kv,".*",
{git,"git://github.com/basho/riak_kv.git",
"4d17e212b6fe9fa77958cfc6ae97e29489791b05"}},
"dede0e7aed8692e52596358641c865761f42690e"}},
{merge_index,".*",
{git,"git://github.com/basho/merge_index.git",
"b701dde5c28956c3b629411e5ff7e50cbb5cb4b3"}},
Expand All @@ -135,7 +132,7 @@
"75c4e76468cb2bd03067a9c349989ee914a1b581"}},
{yokozuna,".*",
{git,"git://github.com/basho/yokozuna.git",
"0f0fc47efecad6b11fc0bc3a27f22c2e33692161"}},
"47214a66e07fdfd04bbaae6bdd18580f87693edf"}},
{canola,".*",
{git,"git://github.com/basho/canola.git",
"9bdfee88fce20b3a01b7003696b53eb21913d6fb"}},
Expand Down
2 changes: 1 addition & 1 deletion rel/reltool.config
Expand Up @@ -2,7 +2,7 @@
%% ex: ft=erlang ts=4 sw=4 et
{sys, [
{lib_dirs, ["../deps", "../deps/riak_search/apps"]},
{rel, "riak", "2.0.0beta7",
{rel, "riak", "2.0.0rc1",
[
kernel,
stdlib,
Expand Down

0 comments on commit 87b8934

Please sign in to comment.