Tinderbox
Currently we have BuildBot setup for Tinderbox and Regression purposes. It's located at <url hidden until it's finished being setup>
BuildBot
Below explain the configuration we have setup for BuildBot.
Buildslaves
Each one of these slaves denotes a physical machine that is available to do native and cross builds.
| Name | OS | Version | Arch | Owner |
| anpan | Windows | SP2 (Vista) | x86_32 | Jernej Simončič (ender) |
| kokoro | OS X | 10.5 (Leopard) | x86_32 | Niels Martin Hansen (jfs) |
| mochi | Debian | 5.0.1 (Lenny) | x86_32 | Jernej Simončič (ender) |
| mokona | OS X | 10.4.11 (Tiger) | PPC | Niels Martin Hansen (jfs) |
| nori | Ubuntu | ??? | ??? | ??? |
| tako | FreeBSD | 7.2 (RC1) | AMD_64 | Amar Takhar (verm) |
These are the target platforms, each one can have more than one BuildSlave, at the moment we only have 1 per Platform. Each BuildSlave will compile a single target for it's native Platform then cross-build on the same for a different architecture.
Builders
| Builder | BuildSlaves | Description |
| Windows-x86_32 | anpan | Windows 32bit |
| Windows-x86_64 | anpan | Windows 64bit |
| Darwin-PPC | mokona | OS X PPC |
| Darwin-x86_64 | kokoro | OS X Intel |
| FreeBSD-x86_32 | tako | FreeBSD 32bit |
| FreeBSD-x86_64 | tako | FreeBSD 64bit |
| Ubuntu-x86_32 | nori | Ubuntu 32bit |
| Ubuntu-x86_64 | nori | Ubuntu 64bit |
| Debian-x86_32 | mochi | Debian 32bit |
| Debian-x86_64 | mochi | Debian 64bit |
Regression
Unfortunately at the moment Aegisub lacks any form of regression testing. We're endeavoring to fix this once our tinderbox is complete and available for use.
