summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-06-09 16:52:33 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-06-10 12:57:13 +0000
commit93a67f51872288da56363bbe3eec0e530c6d6c1b (patch)
treebe7aacc969e67026f805ee3b4ce6cc49e2b1db6a
parent8ee7515c5ba344303b4ca2f534c7364914a1e3e9 (diff)
downloaddefinitions-93a67f51872288da56363bbe3eec0e530c6d6c1b.tar.gz
Move erlang-sd_notify to openstack-service stratum
erlang-sd_notify is required only, at the moment, by rabbitmq server to be able to send notifications to systemd, so makes sense for it to belongs only to openstack-service stratum making the erlang stratum minimal. This movement makes erlang stratum not depends on systemd (because erlang-sd_notify needs systemd headers to compile), defo it can depends only in core stratum. Change-Id: Ie6fbb58502336d21fa882bae09860a56d4c14a60
-rw-r--r--strata/erlang.morph10
-rw-r--r--strata/openstack-services.morph5
-rw-r--r--strata/openstack-services/erlang-sd_notify.morph (renamed from strata/erlang/erlang-sd_notify.morph)0
3 files changed, 6 insertions, 9 deletions
diff --git a/strata/erlang.morph b/strata/erlang.morph
index d31e78cd..e9e61bea 100644
--- a/strata/erlang.morph
+++ b/strata/erlang.morph
@@ -2,7 +2,7 @@ name: erlang
kind: stratum
description: stratum for erlang/otp and stuff
build-depends:
-- morph: strata/tools.morph
+- morph: strata/core.morph
chunks:
- name: erlang
morph: strata/erlang/erlang.morph
@@ -16,11 +16,3 @@ chunks:
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
diff --git a/strata/openstack-services.morph b/strata/openstack-services.morph
index 081b97f3..484aa95f 100644
--- a/strata/openstack-services.morph
+++ b/strata/openstack-services.morph
@@ -9,6 +9,11 @@ build-depends:
- morph: strata/test-tools.morph
- morph: strata/python-tools.morph
chunks:
+- name: erlang-sd_notify
+ morph: strata/openstack-services/erlang-sd_notify.morph
+ repo: upstream:erlang-modules/erlang-sd_notify
+ ref: 99f4689c2c18570680329f822591f95f9341ca10
+ unpretrify-ref: 0.1
- name: rabbitmq-codegen
morph: strata/openstack-services/rabbitmq-codegen.morph
ref: 4dc5ccde2a0b3d638e5754b00abf94196fe9ca32
diff --git a/strata/erlang/erlang-sd_notify.morph b/strata/openstack-services/erlang-sd_notify.morph
index dd3f66ca..dd3f66ca 100644
--- a/strata/erlang/erlang-sd_notify.morph
+++ b/strata/openstack-services/erlang-sd_notify.morph