Confirmed users
4,293
edits
(Added link to redis.io) |
|||
| Line 135: | Line 135: | ||
== Adding branches == | == Adding branches == | ||
Support for new branches needs to be done in two places: the buildapi webapp's .ini file, and the self-serve agent's .ini file. | Support for new branches needs to be done in two places: the buildapi webapp's .ini file, and the self-serve agent's .ini file. | ||
=== webapp === | |||
As root@cruncher, append the branch name to the branches variable in <pre>~catlee/buildapi-official/production.ini</pre> Stop and start the server using the [[ReleaseEngineering/How_To/Restart_BuildAPI#Restarting the buildapi web app|kicking instructions for the webapp]]. | |||
=== self-serve agent === | |||
On buildbot-master10 (and production-master03 before it moves over there) modify <pre>~cltbld/buildapi/selfserve-agent.ini</pre> adding lines like this: | |||
[branch:electrolysis] | |||
repo_path = projects/electrolysis | |||
revlink = http://hg.mozilla.org/projects/electrolysis/rev/%(revision)s | |||
Then follow the [[ReleaseEngineering/How_To/Restart_BuildAPI#Restarting the agent|kicking instructions for the selfserve-agent]]. | |||
== Kicking == | == Kicking == | ||