From be553273b80332c3191010feec34bc216273acbb Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 16 Jun 2014 14:58:56 +0600 Subject: Make blender-* branches not being displayed on the splash --- build_files/scons/tools/Blender.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build_files/scons') diff --git a/build_files/scons/tools/Blender.py b/build_files/scons/tools/Blender.py index 621a85a2d91..5074762f851 100644 --- a/build_files/scons/tools/Blender.py +++ b/build_files/scons/tools/Blender.py @@ -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: -- cgit v1.2.3