canmove, Confirmed users
6,441
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
= Checklist = | = Checklist = | ||
* [[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] {{DesktopTag}} {{MobileTag}} {{ReleaseTag}} {{BetaTag}} | * <s>[[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] {{DesktopTag}} {{MobileTag}} {{ReleaseTag}} {{BetaTag}}</s> | ||
* <s>[[Release:Release_Automation_on_Mercurial:Starting_a_Release#Setting_reserved_slaves | Set reserved_slaves]] {{DesktopTag}} {{MobileTag}} {{AllTag}}</s> | * <s>[[Release:Release_Automation_on_Mercurial:Starting_a_Release#Setting_reserved_slaves | Set reserved_slaves]] {{DesktopTag}} {{MobileTag}} {{AllTag}}</s> | ||
* <s>[[Release:Release_Automation_on_Mercurial:Starting_a_Release#Locking_slaves | Check to make sure you have all of the different types of slaves that you need]] {{DesktopTag}} {{MobileTag}} {{AllTag}}</s> | * <s>[[Release:Release_Automation_on_Mercurial:Starting_a_Release#Locking_slaves | Check to make sure you have all of the different types of slaves that you need]] {{DesktopTag}} {{MobileTag}} {{AllTag}}</s> | ||
| Line 47: | Line 47: | ||
** release_config: mozilla/release-thunderbird-comm-release.py | ** release_config: mozilla/release-thunderbird-comm-release.py | ||
** script_repo_revision: THUNDERBIRD_16_0_RELEASE | ** script_repo_revision: THUNDERBIRD_16_0_RELEASE | ||
==== Updates ==== | |||
Used "force build" to rerun the updates builder. Failed becausue no configs were being modified. I manually changed an update verify file and rerun updates. Failed in pushsnip with: | |||
mv: cannot move `/opt/aus2/snippets/staging/Thunderbird-16.0-build1-test' to `/opt/aus2/snippets/pushed/Thunderbird-16.0-build1-test': File exists | |||
However, it already did the push so we can just finish up manually. Did that by running the following on mv-moz2-linux-ix-slave07: | |||
rsync -av -e 'ssh -oIdentityFile=~/.ssh/auspush' aus2/ tbirdbld@aus3-staging.mozilla.org:/opt/aus2/snippets/staging/Thunderbird-16.0-build1/ | |||