summaryrefslogtreecommitdiff
path: root/strata/erlang.morph
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-12 10:17:41 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-13 16:38:26 +0000
commit925f4ae6679f1afed760a624c3ba5fa66a1f6d75 (patch)
tree8f9e4d88329b81636a8e30e0d25dde652a3b5771 /strata/erlang.morph
parenta2be876989a0d6f4d617dd9fd661d0eb26b5da2f (diff)
downloaddefinitions-925f4ae6679f1afed760a624c3ba5fa66a1f6d75.tar.gz
Add erlang-sd_notify and rebar to the erlang stratum
erlang-sd_notify is a package which allows erlang services to use notify type in their systemd units. This will be required to synchronize rabbitmq-server and rabbitmq-controller. rebar is an erlang compiler.
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..bea09d61 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: upstream:erlang-modules/rebar
+ ref: d42ed4683576d995f60e3222f076e99f0b081f79
+ unpretrify-ref: master
+ build-depends:
+ - erlang
+- name: erlang-sd_notify
+ morph: strata/erlang/erlang-sd_notify.morph
+ repo: upstream:erlang-modules/erlang-sd_notify
+ ref: 99f4689c2c18570680329f822591f95f9341ca10
+ unpretrify-ref: master
+ build-depends:
+ - erlang
+ - rebar