Buildbot: Difference between revisions

111 bytes added ,  16 March 2015
→‎Configuration File: remove wip-win-x86
(→‎Configuration File: remove wip-win-x86)
Line 9: Line 9:
try_password = '<password>'
try_password = '<password>'
try_who = '<realname>'
try_who = '<realname>'
try_builders = ['wip-win-x86', 'wip-win-x64', 'wip-osx-x64', 'wip-deb-x64', 'wip-ubu-x64', 'wip-android']
# See https://buildbot.dolphin-emu.org/builders for the up-to-date list of WIP builders.
try_builders = ['wip-win-x64', 'wip-osx-x64', 'wip-deb-x64', 'wip-ubu-x64', 'wip-android']
try_vc = 'git'
try_vc = 'git'


from twisted.spread import banana
from twisted.spread import banana
# Allow patches larger than 640 KiB.
banana.SIZE_LIMIT = 100 * 1024 * 1024
banana.SIZE_LIMIT = 100 * 1024 * 1024
</pre>
</pre>
2,238

edits