https://github.com/buildbot/metabbotcfg
Configuration for the metabuildbot
https://github.com/buildbot/metabbotcfg
Last synced: 10 months ago
JSON representation
Configuration for the metabuildbot
- Host: GitHub
- URL: https://github.com/buildbot/metabbotcfg
- Owner: buildbot
- Created: 2010-07-10T23:41:07.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2025-06-07T12:33:21.000Z (about 1 year ago)
- Last Synced: 2025-06-07T13:31:17.681Z (about 1 year ago)
- Language: Python
- Homepage: http://buildbot.buildbot.net
- Size: 2.14 MB
- Stars: 29
- Watchers: 13
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is the configuration for the metabuildbot - buildbot.buildbot.net
It is meant to be deployed as a subdirectory of the master's basedir, and
master.cfg linked to from that basedir:
basedir/master.cfg -> metabbotcfg/master.cfg
/metabbotcfg/master.cfg
/workers.py
...
The worker passwords are not included here - they are in *.pass files on the
local machine, which are read by the MyWorker class.
Note that this file is not intended as a good example of a buildbot
configuration - it's just what works for us!