summaryrefslogtreecommitdiff
path: root/reltool.config
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2014-09-19 18:25:53 +0200
committerMagnus Ahltorp <map@kth.se>2014-09-22 10:36:45 +0200
commit0622260ab677493128e13a98959f69735e6fdd29 (patch)
tree30f2ef2f826a7ceca83002a7b1628c5b0c81374a /reltool.config
parent813cddd87ffa18ffdc3ff6df54377bb0590fc445 (diff)
Release management
Diffstat (limited to 'reltool.config')
-rw-r--r--reltool.config16
1 files changed, 16 insertions, 0 deletions
diff --git a/reltool.config b/reltool.config
new file mode 100644
index 0000000..1f7297e
--- /dev/null
+++ b/reltool.config
@@ -0,0 +1,16 @@
+%% -*- mode: erlang -*-
+{sys, [
+ {lib_dirs, [".."]},
+ {erts, [{mod_cond, derived}, {app_file, strip}]},
+ {app_file, strip},
+ {rel, "catlfish", "1.0.0",
+ [
+ kernel,
+ stdlib,
+ sasl,
+ catlfish
+ ]},
+ {boot_rel, "catlfish"},
+ {app, catlfish, [{app_file, all}]}
+%% {app, plop, [{mod_cond, app}, {incl_cond, include}, {lib_dir, "../plop"}]}
+ ]}.