Correction for nightly builds of blender2.8
This commit is contained in:
@@ -154,8 +154,8 @@ def schedule_build(name, hour, minute=0):
|
|||||||
codebases={
|
codebases={
|
||||||
"blender": {"repository": ""},
|
"blender": {"repository": ""},
|
||||||
"blender-translations": {"repository": "", "branch": "master"},
|
"blender-translations": {"repository": "", "branch": "master"},
|
||||||
"blender-addons": {"repository": "", "branch": "master"},
|
"blender-addons": {"repository": "", "branch": addons_branch},
|
||||||
"blender-addons-contrib": {"repository": "", "branch": addons_branch},
|
"blender-addons-contrib": {"repository": "", "branch": "master"},
|
||||||
"blender-dev-tools": {"repository": "", "branch": "master"},
|
"blender-dev-tools": {"repository": "", "branch": "master"},
|
||||||
"lib svn": {"repository": "", "branch": "trunk"}},
|
"lib svn": {"repository": "", "branch": "trunk"}},
|
||||||
branch=current_branch,
|
branch=current_branch,
|
||||||
|
Reference in New Issue
Block a user