Buildbot: SPecial branch trickery for linux slaves

This commit is contained in:
2017-04-03 15:04:16 +02:00
parent 2aa0215ec5
commit cc93a66e71

View File

@@ -178,7 +178,8 @@ if builder.find('cmake') != -1:
blender_hash,
blender_glibc,
blender_arch)
if branch != '':
# NOTE: Blender 2.8 is already respected by blender_full_version.
if branch != '' and branch != 'blender2.8':
package_name = branch + "-" + package_name
upload_filename = package_name + ".tar.bz2"