Files
Phoenix/buildbot
Robin Dunn ecbf517ed2 Merge pull request #860 from RobinD42/fix-issue857
Add builders for Python 3.7
(cherry picked from commit 430c61b1bf)
2018-05-19 19:26:03 -07:00
..
2016-12-15 14:16:43 -08:00

Buildbot Master Config
----------------------

The master.cfg file in this folder is the configuration file for Project
Phoenix's buildbot, running at http://buildbot.wxpython.org:8010/ This file
is the master copy and is kept here in order to keep it under revision
control. It is *NOT* automatically copied to the build master when it is
updated and committed and must be copied manually. This is to help avoid
security issues or problems resulting from DSM's by somebody who has commit
access to the source repository but does not know what they are doing with
Buildbot.

Developers with the proper SSH keys can copy the file and reconfigure the
server with these commands:

    scp buildbot/master.cfg  wxpybb@buildbot.wxpython.org:/home/wxpybb/buildbot
    ssh wxpybb@buildbot.wxpython.org "cd /home/wxpybb && ./reconfig"