Correction for nightly builds of blender2.8

This commit is contained in:
2017-04-04 12:14:41 +02:00
parent b86835c12a
commit f15e66182e

View File

@@ -154,8 +154,8 @@ def schedule_build(name, hour, minute=0):
codebases={
"blender": {"repository": ""},
"blender-translations": {"repository": "", "branch": "master"},
"blender-addons": {"repository": "", "branch": "master"},
"blender-addons-contrib": {"repository": "", "branch": addons_branch},
"blender-addons": {"repository": "", "branch": addons_branch},
"blender-addons-contrib": {"repository": "", "branch": "master"},
"blender-dev-tools": {"repository": "", "branch": "master"},
"lib svn": {"repository": "", "branch": "trunk"}},
branch=current_branch,