Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-07-27 15:21:20 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-07-27 15:21:20 +0300
commit168bb36bc9a1bc5c89742e8fefa56ea10fd22b8e (patch)
treefb5aa1e72af9c754541d750b536a886b82662e97 /build_files
parent61e4800b45dc0c079449e07cf9b4d73dba3156e6 (diff)
Buildbot: Include branch name to the cmake builds
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/slave_pack.py2
1 files changed, 2 insertions, 0 deletions
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