[Bf-blender-cvs] [b7a0340] master: Buildbot: Give 2015 builds different name

Sergey Sharybin noreply at git.blender.org
Wed Jun 8 12:01:06 CEST 2016


Commit: b7a0340414f023bb4a4240df7a9196208ac33579
Author: Sergey Sharybin
Date:   Wed Jun 8 11:59:39 2016 +0200
Branches: master
https://developer.blender.org/rBb7a0340414f023bb4a4240df7a9196208ac33579

Buildbot: Give 2015 builds different name

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

M	build_files/buildbot/slave_pack.py

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

diff --git a/build_files/buildbot/slave_pack.py b/build_files/buildbot/slave_pack.py
index b270175..490f045 100644
--- a/build_files/buildbot/slave_pack.py
+++ b/build_files/buildbot/slave_pack.py
@@ -108,6 +108,8 @@ if builder.find('cmake') != -1:
                 platform += 'i386'
             elif builder.endswith('ppc_10_6_cmake'):
                 platform += 'ppc'
+        if builder.endswith('vc2015'):
+            platform += "-vc14"
         builderified_name = 'blender-{}-{}-{}'.format(blender_full_version, git_hash, platform)
         if branch != '':
             builderified_name = branch + "-" + builderified_name




More information about the Bf-blender-cvs mailing list