From 887c42930b220ecdee3c488606ac076bd8b4de03 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Mon, 24 Feb 2014 16:19:12 +0000 Subject: Add distbuild stratum --- distbuild.morph | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 distbuild.morph diff --git a/distbuild.morph b/distbuild.morph new file mode 100644 index 00000000..7b4fd57b --- /dev/null +++ b/distbuild.morph @@ -0,0 +1,24 @@ +name: distbuild +kind: stratum +description: Morph distributed build software +chunks: +- build-depends: [] + name: bottle + ref: baserock/morph + repo: upstream:bottle +- build-depends: [] + name: morph-cache-server + ref: baserock/morph + repo: codethink:morph-cache-server +- build-depends: [] + name: distbuild-plugin + ref: master + repo: codethink:distbuild-plugin +- build-depends: [] + name: distbuild-setup + ref: master + repo: codethink:distbuild-setup +- build-depends: [] + name: flup + ref: baserock/morph + repo: upstream:flup -- cgit v1.2.1