summaryrefslogtreecommitdiff
path: root/strata/cxmanage.morph
blob: adc9fabab7074bbf65f5e723063b910b6e9094af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: cxmanage
kind: stratum
description: All the tools for calxeda management
build-depends:
- morph: strata/tools.morph
chunks:
- name: ipmitool
  repo: upstream:ipmitool
  ref: 830d5a3787b265e5dde154d2f0e08b10ae9a7bcd
  unpetrify-ref: baserock/morph
  build-system: autotools
- name: pexpect
  morph: strata/cxmanage/pexpect.morph
  repo: upstream:pexpect
  ref: 7a8455f21bb45020f3594c59fc8c85cf738e147c
  unpetrify-ref: baserock/morph
- name: pyipmi
  repo: upstream:pyipmi
  ref: bb7dba84578c05ba87db3c4186a2989c89e4e519
  unpetrify-ref: baserock/morph
  build-system: python-distutils
- name: tftpy
  repo: upstream:tftpy
  ref: f3d2fc4c62c1e64dd49adfaf8e65097eb8ea307b
  unpetrify-ref: baserock/morph
  build-system: python-distutils
- name: cxmanage
  repo: upstream:cxmanage
  ref: 54116d3c486ed7aa49f284e4cad9e6e7c293bea6
  unpetrify-ref: baserock/morph
  build-system: python-distutils
  build-depends:
  - ipmitool
  - pexpect
  - pyipmi
  - tftpy