summaryrefslogtreecommitdiff
path: root/strata/nfs.morph
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-04-14 12:22:34 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-04-14 12:22:34 +0000
commit10dda889872542b8f261555c139791ff34eec9b1 (patch)
tree3e9ab7f5f4973b68b32780cdafcc5ed050afcc1f /strata/nfs.morph
parent08cc81090d122ef6a6530b28a8c9619e92781fc7 (diff)
downloaddefinitions-10dda889872542b8f261555c139791ff34eec9b1.tar.gz
Update and move strata, systems and clusters
Diffstat (limited to 'strata/nfs.morph')
-rw-r--r--strata/nfs.morph36
1 files changed, 36 insertions, 0 deletions
diff --git a/strata/nfs.morph b/strata/nfs.morph
new file mode 100644
index 00000000..e0e5f2a1
--- /dev/null
+++ b/strata/nfs.morph
@@ -0,0 +1,36 @@
+name: nfs
+kind: stratum
+description: NFS utilities
+build-depends:
+- morph: foundation
+chunks:
+- name: libevent
+ repo: upstream:libevent
+ ref: 1c41f68f2246e9144ca20c76b833004480f9d58a
+ unpetrify-ref: release-2.0.20-stable
+ build-depends: []
+- name: tcp-wrappers
+ repo: upstream:tcp-wrappers
+ ref: 23b65f29b324b65a057a3fa87613b788856d6e4e
+ unpetrify-ref: baserock/fedora-patches
+ build-depends: []
+- name: ti-rpc
+ repo: upstream:ti-rpc
+ ref: c5a7a19070e74115fc9c26aa6f3dfec1da220c1f
+ unpetrify-ref: baserock/master
+ build-depends: []
+- name: rpcbind
+ repo: upstream:rpcbind
+ ref: aa3ac0d86c258d3e355ae59df31a96da795ecdfa
+ unpetrify-ref: baserock/master
+ build-depends:
+ - ti-rpc
+ - tcp-wrappers
+- name: nfs-utils
+ repo: upstream:nfs-utils
+ ref: 08baf3bc2f66a1ca6401191e19380028d2fc2c6d
+ unpetrify-ref: baserock/master
+ build-depends:
+ - libevent
+ - tcp-wrappers
+ - ti-rpc