Confirmed users
3,104
edits
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
* <s>[[Release:Release_Automation_on_Mercurial:Build#Reset_reserved_slaves | Reset reserved_slaves and unlock slaves]] {{DesktopTag}} {{MobileTag}} {{AllTag}}</s> | * <s>[[Release:Release_Automation_on_Mercurial:Build#Reset_reserved_slaves | Reset reserved_slaves and unlock slaves]] {{DesktopTag}} {{MobileTag}} {{AllTag}}</s> | ||
* <s>[[Release:Release_Automation_on_Mercurial:Updates#Push_snippets | Run pushsnip]] {{DesktopTag}} {{AllTag}}</s> | * <s>[[Release:Release_Automation_on_Mercurial:Updates#Push_snippets | Run pushsnip]] {{DesktopTag}} {{AllTag}}</s> | ||
* <s>[[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Desktop_post-release | Post-release tasks]] {{DesktopTag}} {{ReleaseTag}}</s> | |||
= Bugs hit = | = Bugs hit = | ||
* l10n repacks failed due to mozconfigs -- [https://bug796968.bugzilla.mozilla.org/attachment.cgi?id=670602 patch] | * l10n repacks failed due to mozconfigs -- [https://bug796968.bugzilla.mozilla.org/attachment.cgi?id=670602 patch] | ||
Line 40: | Line 40: | ||
=== Reset reserved slaves === | === Reset reserved slaves === | ||
echo "0" > /builds/buildbot/build1/master/reserved_slaves | echo "0" > /builds/buildbot/build1/master/reserved_slaves | ||
== Push == | === Push === | ||
~/bin/pushsnip Thunderbird-10.0.9esr-build1 | ~/bin/pushsnip Thunderbird-10.0.9esr-build1 | ||
=== Update symlinks === | |||
cd /pub/mozilla.org/thunderbird/releases | |||
rm latest-10.0esr && ln -s 10.0.9esr latest-10.0esr |