Confirmed users
8
edits
| Line 31: | Line 31: | ||
Use [https://hg.mozilla.org/users/john.hopkins_mozillamessaging.com/misc/file/default/buildbot-scripts/create-staging-master this automation script] to create a build master, or follow the manual steps below. | Use [https://hg.mozilla.org/users/john.hopkins_mozillamessaging.com/misc/file/default/buildbot-scripts/create-staging-master this automation script] to create a build master, or follow the manual steps below. | ||
First, clone the <code>buildbot-configs</code> repository. | |||
<pre> | |||
hg clone http://hg.mozilla.org/build/buildbot-configs | |||
</pre> | |||
Add <code>'try'</code> to the list of <code>ACTIVE_BRANCHES</code> in <code>master/master_localconfig.py</code>. | Add <code>'try'</code> to the list of <code>ACTIVE_BRANCHES</code> in <code>master/master_localconfig.py</code>. | ||