Confirmed users
4,467
edits
| Line 43: | Line 43: | ||
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. | 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. | 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 | ||
pip install buildbot-slave | |||
Then create an instance of a buildslave and configure it to connect to the master. You'll want it to match the slave names we use in our configs (test or builder) | |||
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. | 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. | ||