Releases/Firefox 38.0b2/BuildNotes

From MozillaWiki
Jump to: navigation, search

Firefox

Build 1

Checklist

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