1
edit
Changes
→Documentation
==Buildbot==
:The [http://buildbot.net/trac Buildbot] is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. [http://buildbot.net/buildbot/docs/current/Introduction.html#Introduction]: [http: //buildbot.net/buildbot/docs/current/index.html#Top Here] is the documentation for Buildbot Presentation Video . [https://developer.mozilla.org/presentations/buildbot-2.01.07.movThis video]also explains different features of this system.
==Challenges==