no longer need to set wterl in riak_kv.app.src file
This commit is contained in:
parent
29acf9df7a
commit
1105a9fed5
1 changed files with 0 additions and 6 deletions
|
@ -40,12 +40,6 @@ if ! grep -q wterl $file ; then
|
|||
echo "Modifying $file, saving the original as ${file}.orig ..."
|
||||
perl -i.orig -pe '/\bsext\b/ && print qq( {wterl, ".*", {git, "git\@github.com:basho/wterl.git", "master"}},\n)' $file
|
||||
fi
|
||||
file=./deps/riak_kv/src/riak_kv.app.src
|
||||
if ! grep -q wterl $file ; then
|
||||
echo
|
||||
echo "Modifying $file, saving the original as ${file}.orig ..."
|
||||
perl -i.orig -pe '/\briak_pipe\b/ && print " wterl,\n"' $file
|
||||
fi
|
||||
|
||||
rebar get-deps
|
||||
|
||||
|
|
Loading…
Reference in a new issue