summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-02-24 16:19:12 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-03-18 15:56:21 +0000
commitd3313833bf2f1372eaaeddb14bb05b14dc3a3ef5 (patch)
tree3f4eadbe4064bfd3f29d654a6d440b11732d0fa7
parentf69edf033fb9c9645b6a0c408f7215bc36fd38d0 (diff)
downloaddefinitions-d3313833bf2f1372eaaeddb14bb05b14dc3a3ef5.tar.gz
Add distbuild stratum
-rw-r--r--distbuild.morph20
1 files changed, 20 insertions, 0 deletions
diff --git a/distbuild.morph b/distbuild.morph
new file mode 100644
index 00000000..896b9110
--- /dev/null
+++ b/distbuild.morph
@@ -0,0 +1,20 @@
+name: distbuild
+kind: stratum
+description: Morph distributed build software
+build-depends:
+- morph: foundation
+- morph: core
+- morph: tools
+chunks:
+- name: bottle
+ repo: upstream:bottle
+ ref: baserock/morph
+ build-depends: []
+- name: morph-cache-server
+ repo: baserock:baserock/morph-cache-server
+ ref: master
+ build-depends: []
+- name: flup
+ repo: upstream:flup
+ ref: baserock/morph
+ build-depends: []