From: Boris Ranto Date: Thu, 18 May 2017 15:46:59 +0000 (+0200) Subject: samba: Rename BRANCH to SAMBA_BRANCH X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F728%2Fhead;p=ceph-build.git 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 --- 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"