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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to