]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
nfs-ganesha: switch to using our own fork for now 1269/head
authorJeff Layton <jlayton@redhat.com>
Thu, 28 Mar 2019 20:32:11 +0000 (16:32 -0400)
committerJeff Layton <jlayton@kernel.org>
Fri, 29 Mar 2019 11:06:07 +0000 (07:06 -0400)
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 <jlayton@redhat.com>
nfs-ganesha-stable/config/definitions/nfs-ganesha-stable.yml

index 473763721b6a2062fcf4d100a69e0257a4ae6dd5..1f45ada31427f9cc4a6bda9cfdcfbd63807b2282 100644 (file)
@@ -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