File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44## General default options ##
55WEBSITE_NAME = "MySpeedSite" # This name will be used in the reports RSS feed
66
7- DEF_ENVIRONMENT = None #Name of the environment which should be selected as default
8-
9- DEF_BRANCH = "master" # Defines the default branch to be used.
10- # In git projects, this branch is usually be calles
11- # "master"
7+ DEF_ENVIRONMENT = None # Name of the environment which should be selected as default
128
139DEF_BASELINE = None # Which executable + revision should be default as a baseline
1410 # Given as the name of the executable and commitid of the revision
Original file line number Diff line number Diff line change @@ -552,8 +552,8 @@ def timeline(request):
552552 branch_list .sort ()
553553
554554 defaultbranch = ""
555- if settings . DEF_BRANCH in branch_list :
556- defaultbranch = settings . DEF_BRANCH
555+ if defaultproject . default_branch in branch_list :
556+ defaultbranch = defaultproject . default_branch
557557 if data .get ('bran' ) in branch_list :
558558 defaultbranch = data .get ('bran' )
559559
You can’t perform that action at this time.
0 commit comments