mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 19:40:12 +01:00
* Add a Py3.2 build on the ubuntu slave git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
19 lines
836 B
Plaintext
19 lines
836 B
Plaintext
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"
|
|
|
|
|