From fdd960dac6d013ba9461a8b0ba41f4e869c4c6ea Mon Sep 17 00:00:00 2001 From: Thomas Serlin Date: Mon, 28 Aug 2023 14:38:24 -0400 Subject: [PATCH] nfs-ganesha: pin the daily build to V5.5 Instead of just building the tip of whatever is in the "next" branch, let's pin the daily nfs-ganesha build to the latest stable tag: V5.5. --- nfs-ganesha/config/definitions/nfs-ganesha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfs-ganesha/config/definitions/nfs-ganesha.yml b/nfs-ganesha/config/definitions/nfs-ganesha.yml index bdb81bb1..b566919e 100644 --- a/nfs-ganesha/config/definitions/nfs-ganesha.yml +++ b/nfs-ganesha/config/definitions/nfs-ganesha.yml @@ -38,7 +38,7 @@ - string: name: NFS_GANESHA_BRANCH description: "The git branch (or tag) to build" - default: "next" + default: "V5.5" - string: name: NFS_GANESHA_DEBIAN_BRANCH -- 2.39.5