Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-06-16 13:16:18 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-06-16 13:16:18 +0400
commit38d684168759382dac015ead3e768dc015bb817c (patch)
tree8355fcbc61c657f6679cfed4bf19f46b598567c8 /build_files/scons/tools
parent0125ae1eb24f3cf9e9ad57c3be65f939ed88b338 (diff)
Need to consider blender-v* a release branch, not just blender-
This is because of blender-tiles branch we've got..
Diffstat (limited to 'build_files/scons/tools')
-rw-r--r--build_files/scons/tools/Blender.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/scons/tools/Blender.py b/build_files/scons/tools/Blender.py
index 5074762f851..ee35586814d 100644
--- a/build_files/scons/tools/Blender.py
+++ b/build_files/scons/tools/Blender.py
@@ -457,7 +457,7 @@ 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-'):
+ if build_branch.startswith('blender-v'):
build_branch = 'master'
if has_local_changes: