From f212c82ff71082c835c825658272cbb55459cd71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Boroska?= Date: Sat, 11 May 2019 23:05:08 +0200 Subject: [PATCH 1/2] fix edown repo --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 9648cc5..1d2fef4 100644 --- a/rebar.config +++ b/rebar.config @@ -1,7 +1,7 @@ %% -*- erlang -*- {erl_opts, [debug_info]}. -{deps, [{edown, ".*", {git, "git://github.com/esl/edown.git", "HEAD"}} +{deps, [{edown, ".*", {git, "git://github.com/uwiger/edown.git", "HEAD"}} ]}. {edoc_opts, [{doclet, edown_doclet}, {top_level_readme, - {"./README.md", "http://github.com/esl/unsplit"}}]}. + {"./README.md", "http://github.com/uwiger/unsplit"}}]}. From eac2e8f8dfedf763b81c3e5fec1c3e18bc201fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Boroska?= Date: Sat, 11 May 2019 23:06:17 +0200 Subject: [PATCH 2/2] fix lint issue with latest rebar3 rebar3 now complains if kernel or stdlib is missing from app.src files. --- src/unsplit.app.src | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/unsplit.app.src b/src/unsplit.app.src index 28f9233..f578c68 100644 --- a/src/unsplit.app.src +++ b/src/unsplit.app.src @@ -32,7 +32,9 @@ [{vsn, "0.5"}, {modules, []}, {description, "Merges mnesia tables after net split."}, - {applications, [mnesia]}, + {applications, [kernel, + stdlib, + mnesia]}, {registered, []}, {mod, {unsplit, []}}, {env, [