From c8d8ef82dc98c8127ef40786d9516e0e9a05f8e8 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Fri, 18 Nov 2016 20:43:25 +0100 Subject: [PATCH] kernel: filter BRANCH in setup Signed-off-by: Ilya Dryomov --- kernel/build/setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/build/setup b/kernel/build/setup index f668910a..cb94adf9 100644 --- a/kernel/build/setup +++ b/kernel/build/setup @@ -60,6 +60,8 @@ install_python_packages "pkgs[@]" chacra_url=`curl -u $SHAMAN_API_USER:$SHAMAN_API_KEY https://shaman.ceph.com/api/nodes/next/` make_chacractl_config $chacra_url +BRANCH=$(branch_slash_filter $BRANCH) + # Make sure we execute at the top level directory cd "$WORKSPACE" -- 2.39.5