canmove, Confirmed users
6,439
edits
(Created page with "= Build 1 = == Checklist == * Ship the l10n milestone {{DesktopTag}} {{MobileTag}} {{ReleaseTag}} {{Beta...") |
No edit summary |
||
Line 8: | Line 8: | ||
* [[Release:Release_Automation_on_Mercurial:Updates#Update_Bouncer | Update bouncer links]] {{DesktopTag}} {{BetaTag}} {{ReleaseTag}} | * [[Release:Release_Automation_on_Mercurial:Updates#Update_Bouncer | Update bouncer links]] {{DesktopTag}} {{BetaTag}} {{ReleaseTag}} | ||
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Desktop_post-release | Post-release tasks]] {{DesktopTag}} {{AllTag}} | * [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Desktop_post-release | Post-release tasks]] {{DesktopTag}} {{AllTag}} | ||
== Notes == | |||
Lukas submitted to ship it. Ben reviewed, got this error: | |||
<pre> | |||
Traceback (most recent call last): | |||
File "release-runner.py", line 345, in <module> | |||
ssh_username=hg_username, ssh_key=hg_ssh_key) | |||
File "/home/cltbld/release-runner/tools/lib/python/util/hg.py", line 469, in apply_and_push | |||
changer(localrepo, 1) | |||
File "release-runner.py", line 328, in process_configs | |||
productionBranch=buildbot_configs_branch) | |||
File "release-runner.py", line 149, in bump_configs | |||
f.write(releaseConfig) | |||
UnicodeEncodeError: 'ascii' codec can't encode characters in position 1704-1705: ordinal not in range(128) | |||
</pre> |