Closed
Bug 1068100
Opened 10 years ago
Closed 10 years ago
SourceRepository and SourceStamp of [App] section in application.ini is wrong
Categories
(Thunderbird :: Build Config, defect)
Tracking
(thunderbird33 unaffected, thunderbird34 affected, thunderbird35 affected, thunderbird36 verified)
VERIFIED
DUPLICATE
of bug 1053761
Tracking | Status | |
---|---|---|
thunderbird33 | --- | unaffected |
thunderbird34 | --- | affected |
thunderbird35 | --- | affected |
thunderbird36 | --- | verified |
People
(Reporter: alice0775, Unassigned)
References
Details
(Keywords: regression)
SourceRepository and SourceStamp are wrong.
Name, CodeName and ID are correct.
Steps To Reproduce:
1. Download Thunderbird latest-comm-aurora and latest-comm-central from http://ftp.mozilla.org/pub/mozilla.org/thunderbird/
2. Install it
3. Open Installed folder
4. Open application.ini
5. See SourceRepository and SourceStamp
Actual Results:
SourceRepository and SourceStamp is mozilla-central's / mozilla-aurora's one
Expected Results:
Should be comm-central's / comm-aurora's one
Reporter | ||
Comment 1•10 years ago
|
||
Regression window(comm-central)
Good:
https://hg.mozilla.org/mozilla-central/rev/0753f7b93ab7
https://hg.mozilla.org/comm-central/rev/8bbfe92295cb
Bad:
https://hg.mozilla.org/mozilla-central/rev/7753c52d5976
https://hg.mozilla.org/comm-central/rev/94017aadf8b1
Pushlog;
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=0753f7b93ab7&tochange=7753c52d5976
http://hg.mozilla.org/comm-central/pushloghtml?fromchange=8bbfe92295cb&tochange=94017aadf8b1
Regression window(comm-aurora)
Good:
https://hg.mozilla.org/releases/mozilla-aurora/rev/1d9cbbf6af8c
https://hg.mozilla.org/releases/comm-aurora/rev/4013101a7d2e
Bad:
https://hg.mozilla.org/releases/mozilla-aurora/rev/fb5e796da813
https://hg.mozilla.org/releases/comm-aurora/rev/c2b6c14a799f
Pushlog;
http://hg.mozilla.org/releases/mozilla-aurora/pushloghtml?fromchange=1d9cbbf6af8c&tochange=fb5e796da813
http://hg.mozilla.org/releases/comm-aurora/pushloghtml?fromchange=4013101a7d2e&tochange=c2b6c14a799f
Reporter | ||
Comment 2•10 years ago
|
||
And this problem is only Windows build.
Reporter | ||
Comment 3•10 years ago
|
||
in local build
Last Good: mozilla-central 0753f7b93ab7 , comm-central 200a55b73ed0
First Bad: mozilla-central 85135c5c6ba8 , comm-central 8f57b0340428
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=0753f7b93ab7&tochange=85135c5c6ba8
http://hg.mozilla.org/comm-central/pushloghtml?fromchange=200a55b73ed0&tochange=8f57b0340428
Regressed by:
85135c5c6ba8 Joshua Cranmer — Bug 1040009: Add support for comm-central applications to --enable-application in mozilla's configure.in, r=glandium, a=edmorley. The purpose of this bug is to adjust the configure logic so that a .mozconfig set up for comm-central can be used in the mozilla-central logic without needing to adjust or override any commands.
8f57b0340428 Joshua Cranmer — Bug 1040009 - Run mozilla-central's configure from the objdir, not objdir/mozilla, r=Standard8 CLOSED TREE. This bug moves the objdir from the current location of MOZ_OBJDIR/mozilla to MOZ_OBJDIR, which fixes a series of longstanding bugs about mozconfigs not working due to the presence of two distinct objdirs. A temporary workaround to keep automation working is included. An important implication of this change is that mozconfigs are now required for comm-central: if they are not provided, Firefox, not Thunderbird, will be built.
Blocks: 1040009
Reporter | ||
Updated•10 years ago
|
Flags: needinfo?(Pidgeot18)
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(Pidgeot18)
Resolution: --- → DUPLICATE
Reporter | ||
Updated•10 years ago
|
tracking-thunderbird34:
? → ---
tracking-thunderbird35:
? → ---
Reporter | ||
Comment 5•10 years ago
|
||
I can verify that this was fixed by bug 1084997
I can no longer reproduce the problem on the following nightly build.
https://hg.mozilla.org/mozilla-central/rev/a255a234946e
https://hg.mozilla.org/comm-central/rev/e6d1e266c21a
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Thunderbird/36.0a1 ID:20141028030203
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•10 years ago
|
status-thunderbird36:
--- → verified
You need to log in
before you can comment on or make changes to this bug.
Description
•