From 98fda2608b5bf625db06088677548f9a9bf3e002 Mon Sep 17 00:00:00 2001 From: Boris Ranto Date: Thu, 18 May 2017 17:46:59 +0200 Subject: [PATCH] samba: Rename BRANCH to SAMBA_BRANCH This fixes the builds triggered by ceph. Otherwise we will try to fetch the same branch as ceph and that one will likely not exist. Signed-off-by: Boris Ranto --- samba/config/definitions/samba.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba/config/definitions/samba.yml b/samba/config/definitions/samba.yml index d81e9907..57aec7d9 100644 --- a/samba/config/definitions/samba.yml +++ b/samba/config/definitions/samba.yml @@ -8,7 +8,7 @@ concurrent: true parameters: - string: - name: BRANCH + name: SAMBA_BRANCH description: "The git branch (or tag) to build" default: "master" -- 2.39.5