diff options
author | Magnus Ahltorp <map@kth.se> | 2017-03-02 00:52:46 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-03-15 17:45:32 +0100 |
commit | 2b9e8c620006705a9459a61c88c7c0cd8fb02212 (patch) | |
tree | 365a2a9fc184ea909f6c7b77070f88061118957a /reltool.config | |
parent | 863ef44a16759501c7ce939e93bf2891a552b2e3 (diff) |
Statusserver
Diffstat (limited to 'reltool.config')
-rw-r--r-- | reltool.config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/reltool.config b/reltool.config index 759d67b..2de8936 100644 --- a/reltool.config +++ b/reltool.config @@ -4,14 +4,16 @@ {app_file, strip}, {rel, "catlfish", "1.0.1-alpha-dev", [sasl, catlfish]}, {rel, "merge", "1.0.1-alpha-dev", [sasl, merge]}, + {rel, "statsserver", "1.0.1-alpha-dev", [sasl, statsserver]}, {boot_rel, "catlfish"}, {profile, standalone}, {incl_sys_filters, ["^bin/", "^erts-.*/", "^lib"]}, - {incl_app_filters, ["^ebin/", "^priv/", "^src/", "^merge/ebin/", "^merge/src/"]}, + {incl_app_filters, ["^ebin/", "^priv/", "^src/", "^merge/ebin/", "^merge/src/", "^statsserver/ebin/", "^statsserver/src/"]}, {escript, "./verifycert.erl", [{incl_cond, include}]}, {app, catlfish, [{app_file, all}, {lib_dir, "."}]}, {app, plop, [{app_file, all}, {lib_dir, "../plop"}]}, {app, merge, [{app_file, all}, {lib_dir, "../plop/merge"}]}, + {app, statsserver, [{app_file, all}, {lib_dir, "../plop/statsserver"}]}, {app, mochiweb, [{app_file, all}, {lib_dir, "../mochiweb"}]}, {app, idna, [{app_file, all}, {lib_dir, "../hackney/deps/idna"}]}, {app, hackney, [{app_file, all}, {lib_dir, "../hackney"}]}, |