Releases/Firefox 38.0.5b2/BuildNotes

From MozillaWiki
Jump to navigation Jump to search

Problems

Update verify config bump failed

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: ['38.0b9', '38.0.5b1', ['betatest', 'releasetest', 'beta']]
State Changed: unlock buildroot

Looks like this release added a 38.0b9 -> 38.0.5b1 past-update line, which conflicts with the existing 38.0b9 -> 38.0 update line. As a quick fix, bhearsum removed the 38.0b9 -> 38.0 line in https://hg.mozilla.org/build/tools/rev/38322c8eb698. This means that update verify will NOT be run for 38.0 -> 38.0.5b2.