From 168bb36bc9a1bc5c89742e8fefa56ea10fd22b8e Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 27 Jul 2015 14:21:20 +0200 Subject: Buildbot: Include branch name to the cmake builds --- build_files/buildbot/slave_pack.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build_files') diff --git a/build_files/buildbot/slave_pack.py b/build_files/buildbot/slave_pack.py index aa1f944bb0a..aec7cdca80a 100644 --- a/build_files/buildbot/slave_pack.py +++ b/build_files/buildbot/slave_pack.py @@ -132,6 +132,8 @@ else: git_hash = tokens[2].split('.')[1] platform = builder.split('_')[0] builderified_name = 'blender-{}-{}-{}'.format(blender_full_version, git_hash, platform) + if branch != '': + builderified_name = branch + "-" + builderified_name os.rename(result_file, "{}.zip".format(builderified_name)) # create zip file -- cgit v1.2.3