Releases/Thunderbird 34.0b1/BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(updated issues)
(more on failed repacks)
Line 26: Line 26:


<pre>CalledProcessError: Command '['perl', '../../../../mozilla/tools/update-packaging/unwrap_full_update.pl', '/builds/slave/tb-rel-c-beta-l64_rpk_9-000000/comm-beta/obj-l10n/dist/update/linux-x86_64/sl/thunderbird-34.0b1.complete.mar']' returned non-zero exit status 2</pre>
<pre>CalledProcessError: Command '['perl', '../../../../mozilla/tools/update-packaging/unwrap_full_update.pl', '/builds/slave/tb-rel-c-beta-l64_rpk_9-000000/comm-beta/obj-l10n/dist/update/linux-x86_64/sl/thunderbird-34.0b1.complete.mar']' returned non-zero exit status 2</pre>
 
changes introduced by
wrong unwrap script path, it should be:
[https://bugzilla.mozilla.org/show_bug.cgi?id=1087104 Bug 1087104]  http://hg.mozilla.org/releases/mozilla-beta/rev/ee2c3cfb4a7b, [http://hg.mozilla.org/releases/mozilla-beta/rev/ee2c3cfb4a7b#l3.56 here] ??
<pre>../../../mozilla/tools/update-packaging/unwrap_full_update.pl</pre>

Revision as of 18:39, 10 November 2014

Build 1

Checklist

issues

hgtool and TB l10n repacks don't go well together :/ We need either fix hgtool or disable it. (rail's email) I killed all builds running. There will be build2 with hgtool disabled (rail).

Build 2

Checklist

issues

  • linux compile failed, hg timeout
  • repacks are failing
    • a lot of hg timeouts, buildbot kills the process
    • when hg does not time out, we have:
CalledProcessError: Command '['perl', '../../../../mozilla/tools/update-packaging/unwrap_full_update.pl', '/builds/slave/tb-rel-c-beta-l64_rpk_9-000000/comm-beta/obj-l10n/dist/update/linux-x86_64/sl/thunderbird-34.0b1.complete.mar']' returned non-zero exit status 2

changes introduced by Bug 1087104 http://hg.mozilla.org/releases/mozilla-beta/rev/ee2c3cfb4a7b, here ??