From 26db58cede8c30946dee567268c2d9b4fcea0523 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Mon, 23 Aug 2010 16:31:35 -0400 Subject: consolidate down to one rebar create call --- .rebar/templates/production.template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.rebar/templates/production.template') diff --git a/.rebar/templates/production.template b/.rebar/templates/production.template index d4090266..7f5e6db8 100644 --- a/.rebar/templates/production.template +++ b/.rebar/templates/production.template @@ -1,7 +1,9 @@ {variables, [{prefix, "{{prefix}}"}, {core_dir, "{{prefix}}/dbcore"}, {data_dir, "/srv/db"}, - {view_dir, "/srv/view_index"}]}. + {view_dir, "/srv/view_index"}, + {user, "dbcore"}]}. +{template, "./Makefile", "Makefile"}. {template, "./etc/default.ini", "rel/overlay/etc/default.ini"}. {file, "rebar.config", "rebar.config"}. {file, "/usr/local/lib/erlang/lib/erl_interface-3.6.5/bin/erl_call", "rel/overlay/erts-vsn/bin/erl_call"}. -- cgit v1.2.3