summaryrefslogtreecommitdiff
path: root/strata/zookeeper-client.morph
diff options
context:
space:
mode:
authorMike Smith <mike.smith@codethink.co.uk>2014-12-10 13:29:07 +0000
committerMike Smith <mike.smith@codethink.co.uk>2014-12-10 13:29:07 +0000
commit3a4ac0e1bf83e0357748203e5a12a3300f8aff5a (patch)
tree67f89165a498f4b6c49d179d97a36721a9bec64a /strata/zookeeper-client.morph
parent944eb5c30a95765ea6c1032e1ef7b6e9fd1fca30 (diff)
downloaddefinitions-3a4ac0e1bf83e0357748203e5a12a3300f8aff5a.tar.gz
seperated server and client parts of zookeeper into two seperate system builds.baserock/mikesmith/zookeeper
Diffstat (limited to 'strata/zookeeper-client.morph')
-rw-r--r--strata/zookeeper-client.morph36
1 files changed, 36 insertions, 0 deletions
diff --git a/strata/zookeeper-client.morph b/strata/zookeeper-client.morph
new file mode 100644
index 00000000..6194b587
--- /dev/null
+++ b/strata/zookeeper-client.morph
@@ -0,0 +1,36 @@
+name: zookeeper
+kind: stratum
+description: a first pass attempt at creating a zookeeper stratum for baserock.
+build-depends:
+- morph: strata/core.morph
+chunks:
+- name: cppunit
+ repo: upstream:cppunit
+ ref: 77bb121d73c4593d6e3addacacb1bfbd21f53dcf
+ build-depends: []
+- name: java-binary
+ morph: strata/zookeeper/java-binary.morph
+ repo: github:franred/gerrit-installation-binaries
+ ref: ef262c635890f19eaff8ef6bbd831ee9b0d8693e
+ unpetrify-ref: master
+ build-depends: []
+- name: java/ant
+ morph: strata/zookeeper/java-ant.morph
+ repo: upstream:java/ant
+ ref: master
+ build-depends:
+ - cppunit
+ - java-binary
+- name: zookeeper
+ morph: strata/zookeeper/zookeeper.morph
+ repo: upstream:zookeeper
+ ref: baserock/mikesmith/zookeeper
+ unpetrify-ref: trunk
+ build-depends:
+ - java/ant
+- name: zookeeper-client
+ morph: strata/zookeeper/zookeeper-client.morph
+ repo: https://github.com/MichaelPSmith/ZookeeperExperiments
+ ref: master
+ build-depends:
+ - zookeeper