Fix T100905: Official releases have the wrong branch in buildinfo

This is really old decision which should have been revisited as soon
as an overlapped release cycle was introduced.

The initial reasoning for such branch name override was to make it so
corrective releases have the same branch as the initial release when
we followed fully linear release cycle.

Nowadays such branch override is confusing and could even be misleading.

There are no add-ons using this property so it is very unlikely that
this is a breaking change.
This commit is contained in:
Sergey Sharybin 2022-11-16 14:52:47 +01:00
parent 44ec911633
commit 3b35d9d667
Notes: blender-bot 2023-02-14 06:32:27 +01:00
Referenced by issue #100905, Core: Official releases have the wrong branch embedded in their builds
1 changed files with 0 additions and 4 deletions

View File

@ -103,10 +103,6 @@ if(EXISTS ${SOURCE_DIR}/.git)
endif()
endif()
if(MY_WC_BRANCH MATCHES "^blender-v")
set(MY_WC_BRANCH "master")
endif()
unset(_git_below_check)
endif()