/buildbot

Configuration for wxWidgets buildbot

Primary LanguagePython

THIS REPOSITORY IS OBSOLETE, BUILDBOT IS NOT USED ANY LONGER

Buildbot Configuration for wxWidgets

Overview

This repository contains the configuration of Buildbot running at http://buildbot.tt-solutions.com/wx/.

Secret Passwords

The master configuration file includes passwd.cfg which is supposed to contain the following information:

slaves = {
    "slave1_name": "slave1_password",
    ...
}

github_secret = "secret for GitHub web hook"