summaryrefslogtreecommitdiff
path: root/nfs.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-20 10:49:18 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-20 10:49:18 +0000
commit6b35744da2cd19a5858b6857d4b27598a80c2373 (patch)
tree5f018479af5be14ad23515dbd38ea60f7fc307c5 /nfs.morph
parentcdd4a048bac26302152129de39ab24b2bbf86dd6 (diff)
downloaddefinitions-6b35744da2cd19a5858b6857d4b27598a80c2373.tar.gz
nfs: Stratum complete
Secure NFS is not yet supported, but 'systemctl start nfs-server' now works correctly in Baserock.
Diffstat (limited to 'nfs.morph')
-rw-r--r--nfs.morph9
1 files changed, 5 insertions, 4 deletions
diff --git a/nfs.morph b/nfs.morph
index daedaff5..c85877f5 100644
--- a/nfs.morph
+++ b/nfs.morph
@@ -5,7 +5,7 @@
"chunks": [
{
"name": "libevent",
- "repo": "git://levent.git.sourceforge.net/gitroot/levent/libevent",
+ "repo": "upstream:libevent",
"ref": "release-2.0.20-stable",
"build-depends": []
},
@@ -24,15 +24,16 @@
{
"name": "ti-rpc",
"repo": "upstream:ti-rpc",
- "ref": "baserock/samthursfield/nfs",
+ "ref": "baserock/master",
"build-depends": []
},
{
"name": "rpcbind",
"repo": "upstream:rpcbind",
- "ref": "master",
+ "ref": "baserock/master",
"build-depends": [
- "ti-rpc"
+ "ti-rpc",
+ "tcp-wrappers"
]
},
{