canmove, Confirmed users
1,511
edits
(less verbage) |
(rearrange) |
||
| Line 125: | Line 125: | ||
** created "latest" and "latest-2.0" symlinks manually after final release | ** created "latest" and "latest-2.0" symlinks manually after final release | ||
** created bouncer links manually {{Bug|372746}} | ** created bouncer links manually {{Bug|372746}} | ||
=Roles and resource requirements= | =Roles and resource requirements= | ||
| Line 187: | Line 159: | ||
** e.g. /opt/aus2/incoming/3/Firefox/2.0.0.4/, /opt/aus2/snippets/staging/20070523-Fx-2.0.0.4/, /opt/aus2/snippets/backup/20070611-1-pre-20070611-Fx-2.0.0.4.tar.bz2 | ** e.g. /opt/aus2/incoming/3/Firefox/2.0.0.4/, /opt/aus2/snippets/staging/20070523-Fx-2.0.0.4/, /opt/aus2/snippets/backup/20070611-1-pre-20070611-Fx-2.0.0.4.tar.bz2 | ||
= | =Updating Staging release version= | ||
* Bump config versions in mozilla/tools/release/Makefile, mozilla/tools/configs/fx-moz18-staging-bootstrap.cfg, mozilla/tools/buildbot-configs/automation/staging/master.cfg e.g. {{bug|397425}} | |||
* Disable cltbld's nightly cronjob | |||
* Refresh cvsmirror | |||
As cltbld@staging-build-console: | |||
cd /home/cltbld/mozilla/tools/release | |||
cvs up | |||
export CVS_RSH="/home/cltbld/ssh_prod.sh" | |||
make cvsmirror | |||
* Update bootstrap and buildbot configs. These are symlinked from bootstrap-configs and buildbot-configs checkouts (of mozilla/tools/release/configs/ and mozilla/tools/buildbot-configs/automation/staging/, respectively). | |||
As buildmaster@staging-build-console: | |||
cd /home/buildmaster/TestBot | |||
buildbot stop `pwd` | |||
cd bootstrap-configs && cvs up && cd ../ | |||
cd buildbot-configs && cvs up && cd ../ | |||
buildbot start `pwd` | |||
NOTE - the Talkback symbol server is hardcoded in /builds/cvsmirror.clean/mofo/talkback/fullsoft/Makefile.in, this should be changed like so: | |||
FC_TUNNEL = ssh -$(FC_SSH_VERSION) -f -L 8080:hal:80 $(LSSH_USER)staging-build-console.build.mozilla.org sleep 20 | |||
SYM_TUNNEL = ssh -$(SYM_SSH_VERSION) -f -L 2222:localhost:22 $(LSSH_USER)staging-build-console.build.mozilla.org sleep 20 | |||
=Enhancements= | =Enhancements= | ||
| Line 208: | Line 203: | ||
* [http://buildbot.net/trac/ticket/88 buildbot bug#88] steps which start within a few seconds of each other show as same start time on waterfall page | * [http://buildbot.net/trac/ticket/88 buildbot bug#88] steps which start within a few seconds of each other show as same start time on waterfall page | ||
* (needs bug filed) tinderbox symbol server should be configurable | * (needs bug filed) tinderbox symbol server should be configurable | ||
=Setup notes (historical)= | |||
* [[Build:Release Automation:Notes on Staging Setup|Notes on Staging Setup]] | |||
* [[Build:Release Automation:Notes on Production Setup|Notes on Production Setup]] | |||