Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Ma/reltool fixes #17

Merged
merged 2 commits into from
Sep 26, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/pushy/src/pushy.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
webmachine,
lager
]},
{included_applications, [chef_authn]},
{included_applications, []},
{mod, { pushy_app, []}},
{env, []}
]}.
11 changes: 9 additions & 2 deletions rel/reltool.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
lager,
gproc,
gen_leader,
epgsql,
emysql,
sqerl,
pushy
]},
{rel, "start_clean", "",
Expand All @@ -30,10 +33,14 @@
{app, folsom, [{incl_cond, include}]},
{app, gproc, [{incl_cond, include}]},
{app, gen_leader, [{incl_cond, include}]},
{app, epgsql, [{incl_cond, include}]},
{app, emysql, [{incl_cond, include}]},
{app, sqerl, [{incl_cond, include}]},
{app, pushy_common, [{incl_cond, include}]},
{app, chef_authn, [{incl_cond, include}]},
{app, pushy, [{incl_cond, include}]},
{app, runtime_tools, [{incl_cond, include}]}
{app, runtime_tools, [{incl_cond, include}]},
{app, eper, [{incl_cond, include}]},
{app, pushy, [{incl_cond, include}]}
]}.

{target_dir, "pushy"}.
Expand Down