Confirmed users
4,293
edits
Line 557: | Line 557: | ||
* stop slave process | * stop slave process | ||
* switchover the .ssh keys to use production keys | * switchover the .ssh keys to use production keys | ||
* manually ssh to the production machines listed | * manually ssh to the production machines listed below and enter "yes" to the question about accepting the machine signature | ||
# production | |||
$ ssh -i ~/.ssh/ffxbld_dsa ffxbld@aus2-staging.mozilla.org | |||
$ ssh -i ~/.ssh/ffxbld_dsa ffxbld@dm-symbolpush01.mozilla.org | |||
$ ssh -i ~/.ssh/ffxbld_dsa ffxbld@stage.mozilla.org | |||
$ ssh -i ~/.ssh/ffxbld_dsa ffxbld@stage-old.mozilla.org | |||
$ ssh -i ~/.ssh/ffxbld_dsa ffxbld@hg.mozilla.org | |||
* edit /e/builds/moz2_slave/buildbot.tac to change "staging-master" to "production-master". | * edit /e/builds/moz2_slave/buildbot.tac to change "staging-master" to "production-master". | ||
* clobber all build trees on slave | * clobber all build trees on slave | ||
* start slave process | * start slave process |