summaryrefslogtreecommitdiff
path: root/strata/openstack-services/pies.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/openstack-services/pies.morph')
-rw-r--r--strata/openstack-services/pies.morph11
1 files changed, 0 insertions, 11 deletions
diff --git a/strata/openstack-services/pies.morph b/strata/openstack-services/pies.morph
deleted file mode 100644
index 327c1dc9..00000000
--- a/strata/openstack-services/pies.morph
+++ /dev/null
@@ -1,11 +0,0 @@
-name: pies
-kind: chunk
-configure-commands:
-- |
- cd pies2override
- && python setup.py build
- && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"
-build-commands:
-- python setup.py build
-install-commands:
-- python setup.py install --prefix "$PREFIX" --root "$DESTDIR"