https://archive.mozilla.org/pub/thunderbird/candidates/68.1.1-candidates/build1/linux-x86_64/en-US/thunderbird-68.1.1.txt
gives the following URLs for build revisions:
https://hg.mozilla.org/releases/comm-esr68/rev/41c0a3653f95cf6158a2b49ab7cb19327c50e9e8
https://us-east-1.hgmointernal.net/mozilla-unified/rev/0efe7ab505b59f1986ebedc0c114a7d24fd93168
I can checkout 41c0a3653f95 in comm-esr68, but can't access us-east-1.hgmointernal.net, nor can I find changeset 0efe7ab505b5 in hg.mozilla.org/mozilla-unified which I usually use for my builds.
platform.ini from the release thunderbird-68.1.1.tar.bz2 confirms the mozilla changeset.
I've built TB 68.1.1 to the latest hg.mozilla.org/mozilla-unified esr68 bookmark changeset, 554537:ec5e9ad94822 which actually takes me into 68.2.0 territory, and it runs OK. But I'd prefer to build to the same changesets as the release.
Is us-east-1.hgmointernal.net/mozilla-unified a fork with a bookmark specifically for TB 68 ?
The build system is for some reason using internal URLs in some places.
I've noticed it elsewhere lately. Here's the URL you want:
https://hg.mozilla.org/releases/mozilla-esr68/rev/0efe7ab505b59f1986ebedc0c114a7d24fd93168
GL
On 29/09/2019 23:57, Ray Vine via Maildev wrote:
gives the following URLs for build revisions:
https://hg.mozilla.org/releases/comm-esr68/rev/41c0a3653f95cf6158a2b49ab7cb19327c50e9e8
https://us-east-1.hgmointernal.net/mozilla-unified/rev/0efe7ab505b59f1986ebedc0c114a7d24fd93168
I can checkout 41c0a3653f95 in comm-esr68, but can't access
us-east-1.hgmointernal.net, nor can I find changeset 0efe7ab505b5 in
hg.mozilla.org/mozilla-unified which I usually use for my builds.
platform.ini from the release thunderbird-68.1.1.tar.bz2 confirms the
mozilla changeset.
I've built TB 68.1.1 to the latest hg.mozilla.org/mozilla-unified
esr68 bookmark changeset, 554537:ec5e9ad94822 which actually takes me
into 68.2.0 territory, and it runs OK. But I'd prefer to build to the
same changesets as the release.
Is us-east-1.hgmointernal.net/mozilla-unified a fork with a bookmark
specifically for TB 68 ?
Maildev mailing list
Maildev@lists.thunderbird.net
http://lists.thunderbird.net/mailman/listinfo/maildev_lists.thunderbird.net
I've filed bug 1584854
https://bugzilla.mozilla.org/show_bug.cgi?id=1584854 about this.
GL
On 30/09/2019 10:26, Geoff Lankow wrote:
The build system is for some reason using internal URLs in some
places. I've noticed it elsewhere lately. Here's the URL you want:
https://hg.mozilla.org/releases/mozilla-esr68/rev/0efe7ab505b59f1986ebedc0c114a7d24fd93168
GL
On 29/09/2019 23:57, Ray Vine via Maildev wrote:
gives the following URLs for build revisions:
https://hg.mozilla.org/releases/comm-esr68/rev/41c0a3653f95cf6158a2b49ab7cb19327c50e9e8
https://us-east-1.hgmointernal.net/mozilla-unified/rev/0efe7ab505b59f1986ebedc0c114a7d24fd93168
I can checkout 41c0a3653f95 in comm-esr68, but can't access
us-east-1.hgmointernal.net, nor can I find changeset 0efe7ab505b5 in
hg.mozilla.org/mozilla-unified which I usually use for my builds.
platform.ini from the release thunderbird-68.1.1.tar.bz2 confirms the
mozilla changeset.
I've built TB 68.1.1 to the latest hg.mozilla.org/mozilla-unified
esr68 bookmark changeset, 554537:ec5e9ad94822 which actually takes me
into 68.2.0 territory, and it runs OK. But I'd prefer to build to the
same changesets as the release.
Is us-east-1.hgmointernal.net/mozilla-unified a fork with a bookmark
specifically for TB 68 ?
Maildev mailing list
Maildev@lists.thunderbird.net
http://lists.thunderbird.net/mailman/listinfo/maildev_lists.thunderbird.net
On 30/09/2019 10:26, Geoff Lankow wrote:
.. Here's the URL you want:
https://hg.mozilla.org/releases/mozilla-esr68/rev/0efe7ab505b59f1986ebedc0c114a7d24fd93168
Thanks.
From the changeset description, "Bug 1577706 - move checks for -url from toolkit into browser code, and make osint sanitizer app-agnostic", I tracked it down to:
https://hg.mozilla.org/mozilla-unified/rev/07f7e6b50b1449684e668c24f81dd8bd7a7fd537
or
https://hg.mozilla.org/mozilla-unified/rev/47fb3a219a9d6dcb3d7e9230cfd900ad2ed31564
I guess they correspond to:
https://hg.mozilla.org/releases/mozilla-esr68/rev/ad01d56d102179807b3bb4c3933ff78be8a8e75b
and
https://hg.mozilla.org/releases/mozilla-esr68/rev/0efe7ab505b59f1986ebedc0c114a7d24fd93168
But this gets even more confusing.
The milestones for these, apparently identical, changesets are:
07f7e6b50b14 -> 70.0
47fb3a219a9d -> 71.0a1
ad01d56d1021 -> 68.2.0
0efe7ab505b5 -> 68.1.0
so if I checkout mozilla-unified changeset 47fb3a219a9d, which seems to be the equivalent to 0efe7ab505b5 apart from line numbers, the mozilla version jumps to 71.0a1 [re: mozilla/browser/config/version.txt], together with 60000+ file updates/removals.
For what I've already built, to mozilla-unified changeset ec5e9ad94822, browser/config/version.txt == 68.2.0.
And the changeset for "Bug 1577706 - move checks ..." has been applied.
So I think I'll leave it there and hope that the next release is built to a singularly identifiable changeset, whether it be in releases/mozilla-esr68 or mozilla-unified.
On 30 Sep 2019 18:53, Ray Vine via Maildev wrote:
From the changeset description, "Bug 1577706 - move checks for -url
from toolkit into browser code, and make osint sanitizer
app-agnostic", I tracked it down to:
https://hg.mozilla.org/mozilla-unified/rev/07f7e6b50b1449684e668c24f81dd8bd7a7fd537
or
https://hg.mozilla.org/mozilla-unified/rev/47fb3a219a9d6dcb3d7e9230cfd900ad2ed31564
I guess they correspond to:
https://hg.mozilla.org/releases/mozilla-esr68/rev/ad01d56d102179807b3bb4c3933ff78be8a8e75b
and
https://hg.mozilla.org/releases/mozilla-esr68/rev/0efe7ab505b59f1986ebedc0c114a7d24fd93168
But this gets even more confusing.
The milestones for these, apparently identical, changesets are:
07f7e6b50b14 -> 70.0
47fb3a219a9d -> 71.0a1
ad01d56d1021 -> 68.2.0
0efe7ab505b5 -> 68.1.0
mozilla-unified is just a handy "mix" of various branches.
Looking at the bug is actually easier, there we have:
https://bugzilla.mozilla.org/show_bug.cgi?id=1577706#c37 -
https://hg.mozilla.org/mozilla-central/rev/47fb3a219a9d
Landed during the mozilla71 cycle.
https://bugzilla.mozilla.org/show_bug.cgi?id=1577706#c39 -
https://hg.mozilla.org/releases/mozilla-esr68/rev/0efe7ab505b59f1986ebedc0c114a7d24fd93168,
that was for TB 68.1.x
https://bugzilla.mozilla.org/show_bug.cgi?id=1577706#c46 -
https://hg.mozilla.org/releases/mozilla-beta/rev/07f7e6b50b14
Beta 70
https://bugzilla.mozilla.org/show_bug.cgi?id=1577706#c51 -
https://hg.mozilla.org/releases/mozilla-esr68/rev/ad01d56d1021,
that was for TB 68.2.x (not released yet) and above.
Jörg.
mozilla-unified is just a handy "mix" of various branches.
But only of default branches of releases/mozilla* and mozilla-central it seems.
I've managed to get 0efe7ab505b5 into my mozilla-unified tree:
| added 62 changesets with 35 changes to 74 files (+1 heads)
Create new bookmark TB_68_1_1 for changeset
Set the new bookmark active - esr68 was already active
| 320 files updated, 0 files merged, 47 files removed, 0 files unresolved
| (activating bookmark TB_68_1_1)