Make blender-* branches not being displayed on the splash

This commit is contained in:
Sergey Sharybin 2014-06-16 14:58:56 +06:00
parent ecfc2db6e2
commit be553273b8

@ -457,6 +457,9 @@ def buildinfo(lenv, build_type):
unpushed_log = os.popen('git log --oneline @{u}..').read().strip()
has_local_changes = unpushed_log != ''
if build_branch.startswith('blender-'):
build_branch = 'master'
if has_local_changes:
build_branch += ' (modified)'
else: