Closed Bug 1356115 Opened 7 years ago Closed 5 years ago

SourceRepository in platform.ini is incorrect

Categories

(Thunderbird :: Build Config, defect)

55 Branch
x86
Windows 10
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1460487

People

(Reporter: alice0775, Unassigned)

Details

Reproducible: always

Steps to reproduce:
1. Open http://archive.mozilla.org/pub/thunderbird/nightly/2017/04/2017-04-08-03-02-05-comm-central/
2. Download thunderbird-55.0a1.en-US.win32.zip
3. Extract zip file
4. Observe SourceRepository in platform.ini

Actual Results:
SourceRepository=https://hg.mozilla.org/comm-central

Expected Results:
SourceRepository=https://hg.mozilla.org/mozilla-central/
What's wrong with comm-central? TB is built from it.
(In reply to Richard Marti (:Paenglab) from comment #1)
> What's wrong with comm-central? TB is built from it.

thunderbird-55.0a1.en-US.win32.txt in http://archive.mozilla.org/pub/thunderbird/nightly/2017/04/2017-04-08-03-02-05-comm-central/  :

20170408030205
https://hg.mozilla.org/comm-central/rev/b8c745f4d6b49198780f5ff79bb4c32ff5de599b
https://hg.mozilla.org/mozilla-central/rev/35c7be9c2db288d1d449e3cc586c4164d642c5fd


However, platform.ini shows :

[Build]
BuildID=20170408030205
Milestone=55.0a1
SourceRepository=https://hg.mozilla.org/comm-central  <--- wrong, see next line
SourceStamp=35c7be9c2db288d1d449e3cc586c4164d642c5fd  <--- this is mozilla-central changeset


application.ini seems no problem:

; This file is not used. If you modify it and want the application to use
; your modifications, start with the "-app /path/to/application.ini"
; argument.
[App]
Vendor=
Name=Thunderbird
RemotingName=thunderbird
CodeName=Daily
Version=55.0a1
BuildID=20170408030205
SourceRepository=https://hg.mozilla.org/comm-central   <--- ok
SourceStamp=b8c745f4d6b49198780f5ff79bb4c32ff5de599b   <--- ok common-central changeset
ID={3550f703-e582-4d05-9a08-453d09bdfdc6}

[Gecko]
MinVersion=55.0a1
MaxVersion=55.0a1

[XRE]
EnableProfileMigrator=1

[Crash Reporter]
Enabled=1
ServerURL=https://crash-reports.mozilla.com/submit?id={3550f703-e582-4d05-9a08-453d09bdfdc6}&version=55.0a1&buildid=20170408030205

These are correct in the current nightly's. Bug 1460487.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.