summaryrefslogtreecommitdiff
path: root/strata/ceph-service.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/ceph-service.morph')
-rw-r--r--strata/ceph-service.morph78
1 files changed, 78 insertions, 0 deletions
diff --git a/strata/ceph-service.morph b/strata/ceph-service.morph
new file mode 100644
index 00000000..79db626d
--- /dev/null
+++ b/strata/ceph-service.morph
@@ -0,0 +1,78 @@
+name: ceph-service
+kind: stratum
+build-depends:
+- morph: strata/foundation.morph
+chunks:
+- name: nspr
+ morph: strata/ceph-service/nspr.morph
+ repo: upstream:nspr-hg
+ ref: a6ee84946475c1fb7624973af28163f6da247c0d
+ unpetrify-ref: baserock/morph
+ build-depends: []
+- name: nss
+ morph: strata/ceph-service/nss.morph
+ repo: upstream:nss
+ ref: ee1c99a3c8c29f50a91ab28f2f7b7773f6355487
+ unpetrify-ref: baserock/morph
+ build-depends:
+ - nspr
+- name: libaio
+ morph: strata/ceph-service/libaio.morph
+ repo: upstream:libaio
+ ref: 262e589ea4ac3d1ff809648c8f2caa3836e69b25
+ unpetrify-ref: baserock/morph
+ build-depends: []
+- name: keyutils
+ morph: strata/ceph-service/keyutils.morph
+ repo: upstream:keyutils
+ ref: 116417bce1e1df06a918de5e9e63f6ba88e2f4f5
+ unpetrify-ref: baserock/morph
+ build-depends: []
+- name: libunwind
+ repo: upstream:libunwind
+ ref: 4b8404d153c58b95cb4420fc7603fdae62489a31
+ unpetrify-ref: v0.99
+ build-depends: []
+- name: gperftools
+ repo: upstream:gperftools
+ ref: 2a2d6596f8c3d62b7ec444761f4edf0c85d10d92
+ unpetrify-ref: baserock/morph
+ build-depends:
+ - libunwind
+- name: snappy
+ repo: upstream:snappy
+ ref: 760c6ffc67836027c5f1d307e5c6cb012dfbdf72
+ unpetrify-ref: baserock/morph
+ build-depends: []
+- name: leveldb
+ morph: strata/ceph-service/leveldb.morph
+ repo: upstream:leveldb
+ ref: 0f0ed46e70967365c851243663689e156fe1b7b5
+ unpetrify-ref: baserock/morph
+ build-depends:
+ - snappy
+ - gperftools
+- name: libeditline
+ repo: upstream:libeditline-tarball
+ ref: 7503ff5f8610734521f40e276b59b3b6291830e7
+ unpetrify-ref: baserock/morph
+ build-depends: []
+- name: boost
+ morph: strata/ceph-service/boost.morph
+ repo: upstream:boost-tarball
+ ref: 026fc3d84a27e84a61d0f4c26f011a68271a0d6e
+ unpetrify-ref: baserock/markdoffman/morph
+ build-depends: []
+- name: ceph
+ morph: strata/ceph-service/ceph.morph
+ repo: upstream:ceph
+ ref: 8fdf1df512b73bad0eb695cdf9cbf2d09f0327d4
+ unpetrify-ref: baserock/morph
+ build-depends:
+ - libaio
+ - gperftools
+ - nss
+ - leveldb
+ - libeditline
+ - keyutils
+ - boost