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 12:33:40 +0000
commit04265fbc6ab91ff07e738fb2d7c6f4493dee79be (patch)
tree93b6cc95ca93ef14a47ca70aed244e670bb6c4d9
parentb9764c74420cf95ea751e4d8df6173d94f076a91 (diff)
downloaddefinitions-04265fbc6ab91ff07e738fb2d7c6f4493dee79be.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: []