canmove, Confirmed users
6,441
edits
| Line 1,187: | Line 1,187: | ||
===== 3.6* -> 3.6.4 ===== | ===== 3.6* -> 3.6.4 ===== | ||
====== Generation ====== | ====== Generation ====== | ||
* Failed out the first time when downloading a build. Probably a caching problem. | |||
* Re-ran on an MPT VM. | |||
** Failed out when uploading snippets because the slave didn't have the full set of keys | |||
** Fixed the ssh keys | |||
** Pushed through manually with: | |||
# cltbld@moz2-linux-slave43 | |||
rsync -av -e "ssh -oIdentityFile=~/.ssh/cltbld_dsa" aus2/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20100614-Firefox-3.6.4 | |||
rsync -av -e "ssh -oIdentityFile=~/.ssh/cltbld_dsa" aus2.beta/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20100614-Firefox-3.6.4-beta | |||
rsync -av -e "ssh -oIdentityFile=~/.ssh/cltbld_dsa" aus2.test/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20100614-Firefox-3.6.4-test | |||
And then on aus2-staging as cltbld: | |||
~/bin/backupsnip 20100614-Firefox-3.6.4-test | |||
~/bin/pushsnip 20100614-Firefox-3.6.4-test | |||
====== Update Verify ====== | ====== Update Verify ====== | ||
Manually triggered the builders. | |||
===== 3.6.4buildN -> 3.6.4build7 beta and release channels ===== | ===== 3.6.4buildN -> 3.6.4build7 beta and release channels ===== | ||