summaryrefslogtreecommitdiff
path: root/nfs/morph
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-04-09 08:13:00 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-04-09 08:13:00 +0000
commit895bd79b3fa5178a6e2bf0d190ea7b5e660d8859 (patch)
tree1680b373c3fef7f13a8719af63ac93a45c615ea9 /nfs/morph
parent8002c2604d16e9f61a4d9f819b8300c12803b836 (diff)
downloaddefinitions-895bd79b3fa5178a6e2bf0d190ea7b5e660d8859.tar.gz
Update all references between morphologies to be filenames
When the chunk morphologies are moved into definitions, morphologies will be referred to by their filename rather than by the morphology name. This allows us to simplify morph edit, as well as be specific when referring to chunks from strata, meaning that the directory structure does not affect the functionality of morph.
Diffstat (limited to 'nfs/morph')
-rw-r--r--nfs/morph24
1 files changed, 12 insertions, 12 deletions
diff --git a/nfs/morph b/nfs/morph
index e0e5f2a1..dc13097c 100644
--- a/nfs/morph
+++ b/nfs/morph
@@ -1,36 +1,36 @@
-name: nfs
+name: nfs/morph
kind: stratum
description: NFS utilities
build-depends:
-- morph: foundation
+- morph: foundation/morph
chunks:
-- name: libevent
+- name: nfs/libevent.morph
repo: upstream:libevent
ref: 1c41f68f2246e9144ca20c76b833004480f9d58a
unpetrify-ref: release-2.0.20-stable
build-depends: []
-- name: tcp-wrappers
+- name: nfs/tcp-wrappers.morph
repo: upstream:tcp-wrappers
ref: 23b65f29b324b65a057a3fa87613b788856d6e4e
unpetrify-ref: baserock/fedora-patches
build-depends: []
-- name: ti-rpc
+- name: nfs/ti-rpc.morph
repo: upstream:ti-rpc
ref: c5a7a19070e74115fc9c26aa6f3dfec1da220c1f
unpetrify-ref: baserock/master
build-depends: []
-- name: rpcbind
+- name: nfs/rpcbind.morph
repo: upstream:rpcbind
ref: aa3ac0d86c258d3e355ae59df31a96da795ecdfa
unpetrify-ref: baserock/master
build-depends:
- - ti-rpc
- - tcp-wrappers
-- name: nfs-utils
+ - nfs/ti-rpc.morph
+ - nfs/tcp-wrappers.morph
+- name: nfs/nfs-utils.morph
repo: upstream:nfs-utils
ref: 08baf3bc2f66a1ca6401191e19380028d2fc2c6d
unpetrify-ref: baserock/master
build-depends:
- - libevent
- - tcp-wrappers
- - ti-rpc
+ - nfs/libevent.morph
+ - nfs/tcp-wrappers.morph
+ - nfs/ti-rpc.morph