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>2015-08-05 12:45:52 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-08-05 12:45:52 +0300
commitb5c602c9c23b517d82709979fe9b00d282e139fb (patch)
treee4454859d3dd6b84b31ad110882366417cdca535 /build_files
parent864c154a41078ca09c9008be0c717d01f87ad533 (diff)
Buildbot config: disable gooseberry branch from nightly builds
There's no updates happening in the gooseberry branch, so no really reason to waste time on rebuilding the branch overnight.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/buildbot/master.cfg b/build_files/buildbot/master.cfg
index c00d97bd269..7b8dd175453 100644
--- a/build_files/buildbot/master.cfg
+++ b/build_files/buildbot/master.cfg
@@ -4,7 +4,7 @@
# <pep8 compliant>
# List of the branches being built automatically overnight
-NIGHT_SCHEDULE_BRANCHES = [None, "gooseberry"]
+NIGHT_SCHEDULE_BRANCHES = [None]
# List of the branches available for force build
FORCE_SCHEDULE_BRANCHES = ["master", "gooseberry", "experimental-build"]