Confirmed users
4,467
edits
Line 37: | Line 37: | ||
== Buildbot == | == Buildbot == | ||
=== Setup a buildbot master === | === Setup a personal development buildbot master === | ||
You'll want to clone our buildbot-configs (default branch) from here: [http://hg.mozilla.org/build/buildbot-configs/ http://hg.mozilla.org/build/buildbot-configs/] | |||
hg clone http://hg.mozilla.org/build/buildbot-configs | |||
Then follow the instructions here [[ReleaseEngineering/How_To/Setup_Personal_Development_Master|How To Setup a Personal Development Master]] to get set up with a master. | |||
You can also create a local instance of a build slave for testing your work, you'll need to install buildbot-slave in your virtualenv. | |||
Come find us in irc.mozilla.org channel: '''#build''' with your questions, we want you to be able to successfully work on code and submit useful patches so don't be afraid to ask about whatever is blocking you. |