diff options
author | Magnus Ahltorp <map@kth.se> | 2014-09-19 18:25:53 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2014-09-19 18:25:53 +0200 |
commit | 90af53429cce94dee753441b780a9cf050f5fced (patch) | |
tree | ed3859b9d4d18f407e17bd19dcac0d5f563f16d2 /reltool.config | |
parent | b9dfa6adff4fbfd68b7a3d7477f0f410e8620e15 (diff) |
Release management
Diffstat (limited to 'reltool.config')
-rw-r--r-- | reltool.config | 16 |
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"}]} + ]}. |