From 43ba6a2c2e38a73caa07cadae0217ccfcbe76d5c Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Thu, 28 Mar 2019 16:32:11 -0400 Subject: [PATCH] nfs-ganesha: switch to using our own fork for now We are currently building a version of nfs-ganesha for nautilus that lacks many needed patches. Some of those aren't suitable for inclusion into V2.7-stable, but are already merged for V2.8 (which isn't released yet). Switch (at least for now) to building from a custom branch in the ceph/nfs-ganesha fork. Signed-off-by: Jeff Layton --- nfs-ganesha-stable/config/definitions/nfs-ganesha-stable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nfs-ganesha-stable/config/definitions/nfs-ganesha-stable.yml b/nfs-ganesha-stable/config/definitions/nfs-ganesha-stable.yml index 47376372..1f45ada3 100644 --- a/nfs-ganesha-stable/config/definitions/nfs-ganesha-stable.yml +++ b/nfs-ganesha-stable/config/definitions/nfs-ganesha-stable.yml @@ -2,7 +2,7 @@ name: nfs-ganesha scm: - git: - url: https://github.com/nfs-ganesha/nfs-ganesha.git + url: https://github.com/ceph/nfs-ganesha.git branches: - $NFS_GANESHA_BRANCH skip-tag: true @@ -46,7 +46,7 @@ - string: name: NFS_GANESHA_BRANCH description: "The git branch (or tag) to build" - default: "V2.7-stable" + default: "V2.7-ceph" - string: name: NTIRPC_BRANCH -- 2.39.5