diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-08-23 16:31:35 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-23 16:32:03 -0400 |
commit | 26db58cede8c30946dee567268c2d9b4fcea0523 (patch) | |
tree | 8d5321f4819eb962211871d8c6983a2a4fa392e2 /.rebar/templates/production.template | |
parent | 2acf1c6ab5615d352d7af5df430312579fb89089 (diff) |
consolidate down to one rebar create call
Diffstat (limited to '.rebar/templates/production.template')
-rw-r--r-- | .rebar/templates/production.template | 4 |
1 files changed, 3 insertions, 1 deletions
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"}. |