Confirmed users
194
edits
| Line 156: | Line 156: | ||
* Modify the FQDN of the master and the port (e.g. dev-master01.build.mozilla.org) | * Modify the FQDN of the master and the port (e.g. dev-master01.build.mozilla.org) | ||
= Setting up and running a local master scheduler = | = Setting up and running a local master scheduler on laptop - not on dev-master = | ||
<ol><li> Download new-project.sh to ~/</li> | <ol><li> Download new-project.sh to ~/</li> | ||
<li>./new-projects.sh Buildbot</li> | <li>./new-projects.sh Buildbot</li> | ||
| Line 189: | Line 189: | ||
make: *** [start] Error 1</pre></li></ul> | make: *** [start] Error 1</pre></li></ul> | ||
<li>To doublecheck that the configuration was successful, just follow the directions and type: less twistd.log | grep "configuration update complete". | <li>To doublecheck that the configuration was successful, just follow the directions and type: less twistd.log | grep "configuration update complete". Make sure that the most recent timestamp matches the time with which you tried a make start, but as long as you see it pop up then you're good!</li> | ||
<li>Go to http://localhost:8501/</li> | <li>Go to http://localhost:8501/</li> | ||
<li>If you see a page with "Welcome to the Buildbot for the Firefox project!" then you have been successful!</li> | <li>If you see a page with "Welcome to the Buildbot for the Firefox project!" then you have been successful!</li> | ||