Closed
Bug 904258
Opened 8 years ago
Closed 8 years ago
tracking bug for build and release of Thunderbird 24.0b1
Categories
(Release Engineering :: Release Requests, defect)
Release Engineering
Release Requests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
Attachments
(5 files, 1 obsolete file)
2.55 KB,
patch
|
rail
:
review+
standard8
:
checked-in+
|
Details | Diff | Splinter Review |
2.56 KB,
patch
|
rail
:
review+
standard8
:
checked-in+
|
Details | Diff | Splinter Review |
6.87 KB,
patch
|
catlee
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
1.60 KB,
patch
|
standard8
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
5.96 KB,
patch
|
rail
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•8 years ago
|
||
Mark, can you check if the following mozconfig comparison is relevant? Esp. ERROR messages. Otherwise we'll need to whitelist them. 2013-08-12 15:27:48,502 : INFO : Comparing thunderbird mozconfigs to nightly mozconfigs... 2013-08-12 15:27:48,912 : WARNING : . $topsrcdir/build/unix/mozconfig.linux not in linux64 ['ac_add_options --enable-update-channel=nightly', 'mk_add_options CLIENT_PY_ARGS="-- hg-options=\'--verbose --time\' --hgtool=../tools/buildfarm/utils/hgtool.py --skip-chatzilla --skip-comm --skip-inspector --skip-venkman --tinderbox-print"', 'ac_add_options -- enable-codesighs', 'mk_add_options MOZ_MAKE_FLAGS="-j4"', 'ac_add_options --enable-signmar', 'ac_add_options --enable-js-diagnostics', 'export MOZILLA_OFFICIAL=1', 'export MOZ_ TELEMETRY_REPORTING=1', "mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) @MOZ_OBJDIR@/_profile/pgo/profileserver.py 10'", 'STRIP_FLAGS="--strip-debug"', 'ac_add_options --with-cca che=/usr/bin/ccache']! 2013-08-12 15:27:48,912 : ERROR : found in mail/config/mozconfigs/linux64/nightly but not in mail/config/mozconfigs/linux64/release: . $topsrcdir/build/unix/mozconfig.linux 2013-08-12 15:27:48,913 : ERROR : found in mail/config/mozconfigs/linux64/release but not in mail/config/mozconfigs/linux64/nightly: . $topsrcdir/build/unix/mozconfig.linux 2013-08-12 15:27:49,027 : WARNING : . $topsrcdir/build/unix/mozconfig.linux32 not in linux ['ac_add_options --enable-update-channel=nightly', 'mk_add_options CLIENT_PY_ARGS="-- hg-options=\'--verbose --time\' --hgtool=../tools/buildfarm/utils/hgtool.py --skip-chatzilla --skip-comm --skip-inspector --skip-venkman --tinderbox-print"', 'ac_add_options -- enable-codesighs', 'mk_add_options MOZ_MAKE_FLAGS="-j4"', 'ac_add_options --enable-signmar', 'ac_add_options --enable-js-diagnostics', 'CXX=$REAL_CXX', 'CXX="ccache $REAL_CXX"' , 'CC="ccache $REAL_CC"', 'mk_add_options PROFILE_GEN_SCRIPT=@TOPSRCDIR@/build/profile_pageloader.pl', 'ac_add_options --with-ccache=/usr/bin/ccache', 'export MOZILLA_OFFICIAL= 1', 'export MOZ_TELEMETRY_REPORTING=1', "mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) @MOZ_OBJDIR@/_profile/pgo/profileserver.py 10'", 'STRIP_FLAGS="--strip-debug"']! 2013-08-12 15:27:49,027 : ERROR : found in mail/config/mozconfigs/linux32/nightly but not in mail/config/mozconfigs/linux32/release: . $topsrcdir/build/unix/mozconfig.linux32 2013-08-12 15:27:49,027 : ERROR : found in mail/config/mozconfigs/linux32/release but not in mail/config/mozconfigs/linux32/nightly: . $topsrcdir/build/unix/mozconfig.linux32 2013-08-12 15:27:49,028 : ERROR : Error verifying mozconfigs
Flags: needinfo?(mbanner)
Updated•8 years ago
|
Product: mozilla.org → Release Engineering
Comment 2•8 years ago
|
||
Yeah, these are a potential problem, and should be fixed, I'll look at them in the next hour or two.
Flags: needinfo?(mbanner)
Comment 3•8 years ago
|
||
This is the minimum to fix the mozconfigs. I may end up doing some more changes later to sync with FF, but this should get us going.
Attachment #789474 -
Flags: review?(rail)
Comment 4•8 years ago
|
||
The beta patch fixed for bitrot. Feel free to land with a=Standard8 on beta if I'm not about when you review this.
Attachment #789475 -
Flags: review?(rail)
Assignee | ||
Updated•8 years ago
|
Attachment #789474 -
Flags: review?(rail) → review+
Assignee | ||
Updated•8 years ago
|
Attachment #789475 -
Flags: review?(rail) → review+
Comment 5•8 years ago
|
||
Comment on attachment 789474 [details] [diff] [review] Fix mozconfigs (central/aurora) https://hg.mozilla.org/comm-central/rev/919846e1a651 https://hg.mozilla.org/releases/comm-aurora/rev/9af3de0af005
Attachment #789474 -
Flags: checked-in+
Comment 6•8 years ago
|
||
Comment on attachment 789475 [details] [diff] [review] Fix mozconfigs (beta) https://hg.mozilla.org/releases/comm-beta/rev/fae2ec4e3455
Attachment #789475 -
Flags: checked-in+
Assignee | ||
Comment 7•8 years ago
|
||
* switch to pymake * don't use win32 for l10n repacks * copy tooltool.py to the mock root
Attachment #789540 -
Flags: review?
Updated•8 years ago
|
Attachment #789540 -
Flags: review? → review+
Assignee | ||
Comment 8•8 years ago
|
||
Comment on attachment 789540 [details] [diff] [review] configs Landed on default and production: https://hg.mozilla.org/build/buildbot-configs/rev/3892a51021d7 https://hg.mozilla.org/build/buildbot-configs/rev/13f629b827fd
Attachment #789540 -
Flags: checked-in+
Comment 9•8 years ago
|
||
Ok, I think this is right. This is just a patch for beta at the moment. I'm still partially pondering about the Mac l10n mozconfig, but I think it might be right. Basically don't use hgtool.py for the l10n mozconfigs due to the existing problems.
Attachment #789685 -
Flags: review?(rail)
Assignee | ||
Updated•8 years ago
|
Attachment #789685 -
Flags: review?(rail) → review+
Assignee | ||
Comment 10•8 years ago
|
||
Attachment #789701 -
Flags: review?(mbanner)
Updated•8 years ago
|
Attachment #789701 -
Flags: review?(mbanner) → review+
Assignee | ||
Comment 11•8 years ago
|
||
Comment on attachment 789701 [details] [diff] [review] update mozconfigs Landed on default and production: https://hg.mozilla.org/build/buildbot-configs/rev/82ea3bd5e895 https://hg.mozilla.org/build/buildbot-configs/rev/92314e6bbc8e
Attachment #789701 -
Flags: checked-in+
Comment 12•8 years ago
|
||
With a corrected L10n Mac mozconfig
Attachment #789685 -
Attachment is obsolete: true
Assignee | ||
Updated•8 years ago
|
Attachment #789725 -
Flags: review+
Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•