summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-02-24 16:19:12 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-03-28 16:36:57 +0000
commit0cbd9433c226bb38f0b860894eab65045bb8e6d7 (patch)
tree278b48dc3c6fb4fc262f559035e14ced3fc4335d
parentdfb79081b1624dc9c019b02468e59c0fd10e6330 (diff)
downloaddefinitions-0cbd9433c226bb38f0b860894eab65045bb8e6d7.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: []