]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
kernel: filter BRANCH in setup 554/head
authorIlya Dryomov <idryomov@gmail.com>
Fri, 18 Nov 2016 19:43:25 +0000 (20:43 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 18 Nov 2016 20:32:44 +0000 (21:32 +0100)
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
kernel/build/setup

index f668910ab200160db2182829847de60f7a14bc0f..cb94adf9298e5df9c6a4f262a4024a0c77a9d86d 100644 (file)
@@ -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"