summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorILYA Khlopotov <iilyak@ca.ibm.com>2015-05-11 05:49:35 -0700
committerILYA Khlopotov <iilyak@ca.ibm.com>2015-05-11 05:49:35 -0700
commit9c23a065dd30577aed887b2e371a23e9557d4fcb (patch)
tree04319d1fbec9fe9a733ca341b27b988baf649587
parentd411a9a42bf7b5a4aede0acf1acfc4b973ac7f81 (diff)
downloadcouchdb-9c23a065dd30577aed887b2e371a23e9557d4fcb.tar.gz
Don't include eunit.ini into release
COUCHDB-2684
-rw-r--r--rel/files/README2
-rw-r--r--rel/files/eunit.ini (renamed from rel/overlay/etc/eunit.ini)0
-rw-r--r--setup_eunit.template2
3 files changed, 3 insertions, 1 deletions
diff --git a/rel/files/README b/rel/files/README
index e96c111cb..d22e2f086 100644
--- a/rel/files/README
+++ b/rel/files/README
@@ -14,3 +14,5 @@ Ignore these files for now.
This is to pacify newer rebar that insists on having a sys.config and
a vm.args in releases/$VSN/.
+
+eunit.ini is only for local testing so it is not copied into release
diff --git a/rel/overlay/etc/eunit.ini b/rel/files/eunit.ini
index 50024a375..50024a375 100644
--- a/rel/overlay/etc/eunit.ini
+++ b/rel/files/eunit.ini
diff --git a/setup_eunit.template b/setup_eunit.template
index 13659705e..97bee466c 100644
--- a/setup_eunit.template
+++ b/setup_eunit.template
@@ -14,5 +14,5 @@
{dir, "tmp/tmp_data"}.
{template, "rel/overlay/etc/default.ini", "tmp/etc/default_eunit.ini"}.
{template, "rel/overlay/etc/local.ini", "tmp/etc/local_eunit.ini"}.
-{template, "rel/overlay/etc/eunit.ini", "tmp/etc/eunit.ini"}.
+{template, "rel/files/eunit.ini", "tmp/etc/eunit.ini"}.
{template, "rel/overlay/etc/vm.args", "tmp/etc/vm.args"}.