summaryrefslogtreecommitdiff
path: root/distbuild.morph
blob: 896b9110da42407dffa73192000ecedd2e3e180a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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: []