summaryrefslogtreecommitdiff
path: root/nfs.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-02-17 16:59:56 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-02-17 17:36:06 +0000
commit2820220193a4ba871d25b210448a4117c0854637 (patch)
tree583745f7656549f37334dad3c1bfa9cb0a65d9eb /nfs.morph
parent8c9026173ac79ddd47b80d9eefde1902f177d50f (diff)
downloaddefinitions-2820220193a4ba871d25b210448a4117c0854637.tar.gz
Re-order system and stratum morphology fields.
This is the new canonical ordering.
Diffstat (limited to 'nfs.morph')
-rw-r--r--nfs.morph38
1 files changed, 19 insertions, 19 deletions
diff --git a/nfs.morph b/nfs.morph
index 8733f3c3..bbf123e9 100644
--- a/nfs.morph
+++ b/nfs.morph
@@ -1,31 +1,31 @@
+name: nfs
+kind: stratum
+description: NFS utilities
build-depends:
- morph: foundation
chunks:
-- build-depends: []
- name: libevent
- ref: release-2.0.20-stable
+- name: libevent
repo: upstream:libevent
-- build-depends: []
- name: tcp-wrappers
- ref: baserock/fedora-patches
+ ref: release-2.0.20-stable
+ build-depends: []
+- name: tcp-wrappers
repo: upstream:tcp-wrappers
-- build-depends: []
- name: ti-rpc
- ref: baserock/master
+ ref: baserock/fedora-patches
+ build-depends: []
+- name: ti-rpc
repo: upstream:ti-rpc
-- build-depends:
+ ref: baserock/master
+ build-depends: []
+- name: rpcbind
+ repo: upstream:rpcbind
+ ref: baserock/master
+ build-depends:
- ti-rpc
- tcp-wrappers
- name: rpcbind
+- name: nfs-utils
+ repo: upstream:nfs-utils
ref: baserock/master
- repo: upstream:rpcbind
-- build-depends:
+ build-depends:
- libevent
- tcp-wrappers
- ti-rpc
- name: nfs-utils
- ref: baserock/master
- repo: upstream:nfs-utils
-description: NFS utilities
-kind: stratum
-name: nfs