canmove, Confirmed users
1,511
edits
(note about updating mofo scripts) |
(note about updating mofo repo) |
||
Line 105: | Line 105: | ||
As buildmaster@staging-build-console: | As buildmaster@staging-build-console: | ||
# pull configs and restart buildbot | |||
cd /home/buildmaster/TestBot | cd /home/buildmaster/TestBot | ||
buildbot stop `pwd` | buildbot stop `pwd` | ||
Line 110: | Line 111: | ||
cd buildbot-configs && cvs up && cd ../ | cd buildbot-configs && cvs up && cd ../ | ||
buildbot start `pwd` | buildbot start `pwd` | ||
As cltbld@staging-build-console: | |||
# update mofo scripts | |||
cd /data/cltbld/bin | |||
cvs up | |||
NOTE - the Talkback symbol server is hardcoded in /builds/cvsmirror.clean/mofo/talkback/fullsoft/Makefile.in, replace all occurrences of "talkback-upload.mozilla.org" with "staging-build-console.build.mozilla.org". | NOTE - the Talkback symbol server is hardcoded in /builds/cvsmirror.clean/mofo/talkback/fullsoft/Makefile.in, replace all occurrences of "talkback-upload.mozilla.org" with "staging-build-console.build.mozilla.org". |