Confirmed users
4,293
edits
Line 264: | Line 264: | ||
=== Tag === | === Tag === | ||
No problems | |||
=== Bouncer Submitter === | === Bouncer Submitter === | ||
N/A | N/A | ||
=== Source === | === Source === | ||
No problems | |||
=== Build === | === Build === | ||
Linux64 and Mac failed in the compile step:<pre> | |||
abort: unknown revision 'THUNDERBIRD_10_0_5esr_RELEASE'! | |||
Time: real 0.900 secs (user 0.467+0.000 sys 0.100+0.000) | |||
Traceback (most recent call last): | |||
File "/builds/slave/tb-rel-comm-esr10-osx64-bld/build/client.py", line 618, in <module> | |||
Executing command: ['python', '../tools/buildfarm/utils/hgtool.py', 'http://hg.mozilla.org/releases/mozilla-esr10/', '/builds/slave/tb-rel-comm-esr10-osx64-bld/build/mozilla'] | |||
Executing command: ['hg', 'update', '-r', 'THUNDERBIRD_10_0_5esr_RELEASE', '-R', '/builds/slave/tb-rel-comm-esr10-osx64-bld/build/mozilla', '--verbose', '--time'] | |||
</pre> | |||
which is related to {{bug|757798}}. Solution is to manually pull in /builds/hg-shared/releases/mozilla-esr10 on bld-centos5-64-vmw-003 and moz2-darwin10-slave44, then clobber the build dirs. Also do the pull on other slaves that have repo to avoid later (potential) bustage in l10n repacks). The rebuild linux64 and mac en-US. |