Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify master config yaml format #101

Open
stefanseefeld opened this issue Feb 8, 2019 · 1 comment
Open

Clarify master config yaml format #101

stefanseefeld opened this issue Feb 8, 2019 · 1 comment

Comments

@stefanseefeld
Copy link
Contributor

Setting up a demo buildbot-travis instance on a dedicated machine, then accessing the web interface from another machine, results in the error / warning

Warning: c['buildbotURL'] is misconfigured to
http://localhost:8010/
Should be:
http://buildbot:8010/

grepping through all the config files to identify the faulty setting only yields master.cfg.sample. The real master.cfg file uses the TravisConfigurator to read the config in from cfg.yml, but that neither contains a buildbotURL nor do I find any documentation for where to add it.

@levitte
Copy link
Contributor

levitte commented Dec 14, 2019

The only solution I found was to add this line in the generated master.cfg:

c['buildbotURL'] = "https://buildbot:8010/"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants