summaryrefslogtreecommitdiff
path: root/strata/tools
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-10-02 14:16:00 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-10-02 14:21:54 +0000
commit1a7fbedf56a4c7a6afb683851dde5d34bbb48b86 (patch)
tree9a5b81307418a19ed4ab92f2569af5141a466cbb /strata/tools
parent6d4a0ec6caa5a1f1f1a73a7a8bd061889cf06299 (diff)
downloaddefinitions-1a7fbedf56a4c7a6afb683851dde5d34bbb48b86.tar.gz
Split morph out of toolsbaserock/richardmaw/distbuild-fix
morph now contains distbuild and morph-cache-server, so the distbuild stratum can go away, and anything that needs it can now use morph.
Diffstat (limited to 'strata/tools')
-rw-r--r--strata/tools/cmdtest.morph6
-rw-r--r--strata/tools/pyfilesystem.morph6
-rw-r--r--strata/tools/python-coveragepy.morph6
-rw-r--r--strata/tools/python-ttystatus.morph6
4 files changed, 0 insertions, 24 deletions
diff --git a/strata/tools/cmdtest.morph b/strata/tools/cmdtest.morph
deleted file mode 100644
index 3e1c71c6..00000000
--- a/strata/tools/cmdtest.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: cmdtest
-kind: chunk
-build-commands:
-- python setup.py build
-install-commands:
-- python setup.py install --prefix=/usr --root "$DESTDIR"
diff --git a/strata/tools/pyfilesystem.morph b/strata/tools/pyfilesystem.morph
deleted file mode 100644
index a4931dfa..00000000
--- a/strata/tools/pyfilesystem.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: pyfilesystem
-kind: chunk
-build-commands:
-- python setup.py build
-install-commands:
-- python setup.py install --prefix="$PREFIX" --root "$DESTDIR"
diff --git a/strata/tools/python-coveragepy.morph b/strata/tools/python-coveragepy.morph
deleted file mode 100644
index ed5e3d87..00000000
--- a/strata/tools/python-coveragepy.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: python-coveragepy
-kind: chunk
-build-commands:
-- python setup.py build
-install-commands:
-- python setup.py install --prefix=/usr --root "$DESTDIR"
diff --git a/strata/tools/python-ttystatus.morph b/strata/tools/python-ttystatus.morph
deleted file mode 100644
index e45ef7a8..00000000
--- a/strata/tools/python-ttystatus.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: python-ttystatus
-kind: chunk
-build-commands:
-- python setup.py build
-install-commands:
-- python setup.py install --prefix=/usr --root "$DESTDIR"