summaryrefslogtreecommitdiff
path: root/strata/erlang.morph
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-11-13 18:30:49 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-22 12:46:22 +0000
commit59f4bfdc1f2e266ba68c3e24e2adb3c934f2ade2 (patch)
treea004f03269575492bb489356d87ffcec48565af8 /strata/erlang.morph
parentdbd97b9918a116e23884235fd98eaa09ed83645a (diff)
downloaddefinitions-59f4bfdc1f2e266ba68c3e24e2adb3c934f2ade2.tar.gz
Add rebar and erlang-sd_notify to erlang stratum
First use: - To use systemd notify patches in rabbitmq-server to synchronize rabbitmq-server and rabbitmq-controler (rabbitmqctl), which looks like is a problem with the syncronization of their erlang processes.
Diffstat (limited to 'strata/erlang.morph')
-rw-r--r--strata/erlang.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/strata/erlang.morph b/strata/erlang.morph
index 657b07be..4b878395 100644
--- a/strata/erlang.morph
+++ b/strata/erlang.morph
@@ -10,3 +10,18 @@ chunks:
ref: 9417f044ee3c291c2ea343c203aebdcc40597226
unpetrify-ref: OTP-17.3.4
build-depends: []
+- name: rebar
+ morph: strata/erlang/rebar.morph
+ repo: https://github.com/rebar/rebar
+ ref: master
+ unpretrify-ref: master
+ build-depends:
+ - erlang
+- name: erlang-sd_notify
+ morph: strata/erlang/erlang-sd_notify.morph
+ repo: https://github.com/lemenkov/erlang-sd_notify
+ ref: master
+ unpretrify-ref: master
+ build-depends:
+ - erlang
+ - rebar