summaryrefslogtreecommitdiff
path: root/strata/ceph-service.morph
blob: 0fc987c4e3747fd50c232bf09671197dc90268f5 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name: ceph-service
kind: stratum
build-depends:
- morph: strata/foundation.morph
- morph: strata/network-security.morph
chunks:
- name: libaio
  morph: strata/ceph-service/libaio.morph
  repo: upstream:libaio
  ref: 08f50baec0e7731116d3f665c6155d7829edf5d7
  unpetrify-ref: libaio-0.3.110-1
- name: keyutils
  morph: strata/ceph-service/keyutils.morph
  repo: upstream:keyutils
  ref: 9209a0c8fd63afc59f644e078b40cec531409c30
  unpetrify-ref: v1.5.9
- name: libunwind
  repo: upstream:libunwind
  ref: d7322f0f64dab715c4feb5f08edef5660d8719c0
  unpetrify-ref: v1.1
- name: gperftools
  repo: upstream:gperftools
  ref: 846b775dfadb77901202ae7ddbac30ad1de7df01
  unpetrify-ref: gperftools-2.2 
  build-depends:
  - libunwind
- name: snappy
  repo: upstream:snappy-git
  ref: 1ff9be9b8fafc8528ca9e055646f5932aa5db9c4
  unpetrify-ref: master
- name: leveldb
  morph: strata/ceph-service/leveldb.morph
  repo: upstream:leveldb
  ref: e353fbc7ea81f12a5694991b708f8f45343594b1
  unpetrify-ref: v1.17
  build-depends:
  - snappy
  - gperftools
- name: libeditline
  repo: upstream:libeditline-tarball
  ref: 7503ff5f8610734521f40e276b59b3b6291830e7
  unpetrify-ref: baserock/morph
- name: boost
  morph: strata/ceph-service/boost.morph
  repo: upstream:boost-tarball
  ref: 1c3648bf5b7d17fcd4fe9bc95802b16fd9eee304
  unpetrify-ref: boost_1_56_0
- name: ceph
  morph: strata/ceph-service/ceph.morph
  repo: upstream:ceph
  ref: d3f2ec34d26264ec4deb0b54678ee7bbb2ebc76f
  unpetrify-ref: master
  build-depends:
  - libaio
  - gperftools
  - leveldb
  - libeditline
  - keyutils
  - boost