Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 608 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 608 Bytes

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"