Releases/Firefox 38.0b2/BuildNotes: Difference between revisions
< Releases
Jump to navigation
Jump to search
(Add checklists and update error for firefox) |
(done) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
=== Checklist === | === Checklist === | ||
* <s>(RelMan) [[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] | * <s>(RelMan) [[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] | ||
* (RelMan) [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]] | * (RelMan) [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]] | ||
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Publish_in_Balrog | Publish in Balrog ]] | * [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Publish_in_Balrog | Publish in Balrog ]] | ||
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]] | * [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]] | ||
</s> | |||
=== Updates failure === | === Updates failure === | ||
Line 20: | Line 21: | ||
release.updates.patcher.PatcherConfigError: Found multiple past-updates with duplicate to/from versions: ['37.0b7', '38.0b1', ['betatest', 'releasetest', 'beta']] | release.updates.patcher.PatcherConfigError: Found multiple past-updates with duplicate to/from versions: ['37.0b7', '38.0b1', ['betatest', 'releasetest', 'beta']] | ||
</pre> | </pre> | ||
This was fixed by updating the <tt>from</tt> value to '37.0' instead of '37.0b7'. | This was [http://hg.mozilla.org/build/tools/rev/c5ed4be35a85 fixed by updating the <tt>from</tt> value] to '37.0' instead of '37.0b7'; systemic fix in {{bug|1151755}}. | ||
= Fennec = | = Fennec = | ||
Line 26: | Line 27: | ||
=== Checklist === | === Checklist === | ||
* <s>(RelMan) [[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] | * <s>(RelMan) [[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] | ||
* (RelMan) [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]] | * (RelMan) [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]] | ||
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]] | * [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]]</s> |
Latest revision as of 22:30, 7 April 2015
Firefox
Build 1
Checklist
(RelMan) Ship the l10n milestone- (RelMan) Submit to Ship It
- Publish in Balrog
- Post-release tasks
Updates failure
Traceback (most recent call last): File "tools/scripts/updates/create-update-verify-configs.py", line 107, in <module> pc = PatcherConfig(open(options.config).read()) File "/builds/slave/rel-m-beta-firefox_beta_upds-0/tools/lib/python/release/updates/patcher.py", line 44, in __init__ self.readXml(cfg) File "/builds/slave/rel-m-beta-firefox_beta_upds-0/tools/lib/python/release/updates/patcher.py", line 202, in readXml self.addPastUpdate(self.parsePastUpdate(list(node.arguments))) File "/builds/slave/rel-m-beta-firefox_beta_upds-0/tools/lib/python/release/updates/patcher.py", line 165, in addPastUpdate raise PatcherConfigError("Found multiple past-updates with duplicate to/from versions: %s" % value) release.updates.patcher.PatcherConfigError: Found multiple past-updates with duplicate to/from versions: ['37.0b7', '38.0b1', ['betatest', 'releasetest', 'beta']]
This was fixed by updating the from value to '37.0' instead of '37.0b7'; systemic fix in bug 1151755.
Fennec
Build 1
Checklist
(RelMan) Ship the l10n milestone- (RelMan) Submit to Ship It
Post-release tasks