| # This file contains various private data defined related to |
| # buildbot.master.master.cfg |
| |
| |
| slavePortnum = 9989 # This is the default slave portnumber on buildbot. |
| slave_password = "SOMEPASSWORD" # Some password here, depending on |
| # your configuration (default: "pass"). |
| |
| buildbot_url = "URL" # The buildbot's URL. |
| ml_address = "EMAIL@ADDRESS" # The mailing lists address. |
| buildbot_email = "EMAIL@ADDRESS" # The email address, for which the |
| # postfix has been setup. |
| |
| web_username = "USERNAME" # Melange buildbot's web username. |
| web_password = "PASSWORD" # Melange buildbot's web password. |