summaryrefslogtreecommitdiff
path: root/reltool.config
diff options
context:
space:
mode:
authorJosef Gustafsson <josef.gson@gmail.com>2015-09-04 12:18:19 +0200
committerJosef Gustafsson <josef.gson@gmail.com>2015-09-04 12:18:19 +0200
commitd1a2f978fb626c904fb1278c792d992ec4563acf (patch)
treee0ae1a38f9d4fc4c14b433222bff70e64bb1ac83 /reltool.config
parent4596485adffb636c014362bc982ee0b952c77f26 (diff)
stripping away everything except what is necessary for nagiosnagios
Diffstat (limited to 'reltool.config')
-rw-r--r--reltool.config17
1 files changed, 0 insertions, 17 deletions
diff --git a/reltool.config b/reltool.config
deleted file mode 100644
index 8941bf9..0000000
--- a/reltool.config
+++ /dev/null
@@ -1,17 +0,0 @@
-%% -*- mode: erlang -*-
-{sys, [
- {erts, [{mod_cond, derived}, {app_file, strip}]},
- {app_file, strip},
- {rel, "catlfish", "0.8.0-dev", [kernel, stdlib, sasl, catlfish]},
- {boot_rel, "catlfish"},
- {profile, standalone},
- {incl_sys_filters, ["^bin/", "^erts-.*/", "^lib"]},
- {incl_app_filters, ["^ebin/", "^priv/", "^src/"]},
- {app, catlfish, [{app_file, all}, {lib_dir, "."}]},
- {app, plop, [{app_file, all}, {lib_dir, "../plop"}]},
- {app, mochiweb, [{app_file, all}, {lib_dir, "../mochiweb"}]},
- {app, idna, [{app_file, all}, {lib_dir, "../hackney/deps/idna"}]},
- {app, hackney, [{app_file, all}, {lib_dir, "../hackney"}]},
- {app, lager, [{app_file, all}, {lib_dir, "../lager"}]},
- {app, goldrush, [{app_file, all}, {lib_dir, "../lager/deps/goldrush"}]}
- ]}.