From 0cbd9433c226bb38f0b860894eab65045bb8e6d7 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 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 distbuild.morph 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: [] -- cgit v1.2.1