[Bf-blender-cvs] [168bb36] master: Buildbot: Include branch name to the cmake builds

Sergey Sharybin noreply at git.blender.org
Mon Jul 27 14:24:12 CEST 2015


Commit: 168bb36bc9a1bc5c89742e8fefa56ea10fd22b8e
Author: Sergey Sharybin
Date:   Mon Jul 27 14:21:20 2015 +0200
Branches: master
https://developer.blender.org/rB168bb36bc9a1bc5c89742e8fefa56ea10fd22b8e

Buildbot: Include branch name to the cmake builds

===================================================================

M	build_files/buildbot/slave_pack.py

===================================================================

diff --git a/build_files/buildbot/slave_pack.py b/build_files/buildbot/slave_pack.py
index aa1f944..aec7cdc 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




More information about the Bf-blender-cvs mailing list