|
15 | 15 | {cluster_info, {git, "git://github.com/basho/cluster_info.git", {branch, "develop-3.0"}}}, |
16 | 16 | {riak_kv, {git, "git://github.com/basho/riak_kv.git", {branch, "develop-3.0"}}}, |
17 | 17 | {riak_auth_mods, {git, "git://github.com/basho/riak_auth_mods.git", {branch, "develop-3.0"}}}, |
18 | | - {riak_repl, {git, "git://github.com/basho/riak_repl.git", {branch, "develop-3.0"}}}, |
19 | | - {yokozuna, {git, "git://github.com/basho/yokozuna.git", {branch, "develop-3.0"}}} |
| 18 | + {riak_repl, {git, "git://github.com/basho/riak_repl.git", {branch, "develop-3.0"}}} |
| 19 | + %% {yokozuna, {git, "git://github.com/basho/yokozuna.git", {branch, "develop-3.0"}}} |
20 | 20 | ]}. |
21 | 21 |
|
22 | 22 | {project_plugins, [ |
|
66 | 66 | riak_api, |
67 | 67 | riak_repl, |
68 | 68 | cluster_info, |
69 | | - yokozuna, |
| 69 | + %% yokozuna, |
70 | 70 | riak_auth_mods]}, |
71 | 71 |
|
72 | 72 | {dev_mode, false}, |
|
80 | 80 | {template, "rel/files/advanced.config", "etc/advanced.config"}, |
81 | 81 |
|
82 | 82 | %% Copy additional bin scripts |
83 | | - {template, "rel/files/riak-admin", "bin/riak-admin"}, |
84 | | - {template, "rel/files/riak-debug", "bin/riak-debug"}, |
85 | | - {template, "rel/files/riak-repl", "bin/riak-repl"} |
| 83 | + {template, "rel/files/riak-admin", "bin/riak-admin"}, |
| 84 | + {template, "rel/files/riak-debug", "bin/riak-debug"}, |
| 85 | + {template, "rel/files/riak-chkconfig", "bin/riak-chkconfig"}, |
| 86 | + {template, "rel/files/riak-repl", "bin/riak-repl"}, |
| 87 | + {template, "rel/files/check_riak_config", "bin/check_riak_config"} |
86 | 88 | ]}, |
87 | 89 |
|
88 | 90 | {generate_start_script, true}, |
89 | 91 | {extended_start_script, true}, |
90 | 92 | {extended_start_script_extensions, [ |
91 | 93 | {admin, "riak-admin"}, |
92 | 94 | {debug, "riak-debug"}, |
93 | | - {repl, "riak-repl"} |
| 95 | + {repl, "riak-repl"}, |
| 96 | + {chkconfig, "riak-chkconfig"} |
94 | 97 | ]}, |
95 | 98 |
|
96 | 99 | {extended_start_script_hooks, [ |
|
0 commit comments