diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-08-27 17:42:27 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-27 17:47:42 -0400 |
commit | 7b0005be9dd45a0ce3639a7f5db58c1d2df2e485 (patch) | |
tree | c20a8f061210fa07dc2d03e09cbaffeea9ca6e3e /rel/reltool.config | |
parent | c3bd782ff1b3eb91b238f5ca3436edafd017c61c (diff) |
my name is BigCouch
Diffstat (limited to 'rel/reltool.config')
-rw-r--r-- | rel/reltool.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rel/reltool.config b/rel/reltool.config index 6cc5b3f5..1b5868f4 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -14,7 +14,7 @@ {sys, [ {lib_dirs, ["../apps"]}, - {rel, "dbcore", "1.2.4", [ + {rel, "bigcouch", "1.2.4", [ kernel, stdlib, sasl, @@ -33,7 +33,7 @@ chttpd ]}, {rel, "start_clean", "", [kernel, stdlib]}, - {boot_rel, "dbcore"}, + {boot_rel, "bigcouch"}, {profile, embedded}, {excl_sys_filters, ["^bin/.*", "^erts.*/bin/(dialyzer|typer)"]}, {excl_archive_filters, [".*"]}, @@ -48,7 +48,7 @@ {app, chttpd, [{incl_cond, include}]} ]}. -{overlay_vars, "dbcore.config"}. +{overlay_vars, "bigcouch.config"}. {overlay, [ {mkdir, "var/log"}, {copy, "overlay/bin"}, |