Closed
Bug 1255273
Opened 9 years ago
Closed 9 years ago
Partial mar files have two channel IDs
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(firefox48 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: nthomas, Assigned: rail)
References
Details
Attachments
(2 files)
54 bytes,
text/plain
|
nthomas
:
review+
rail
:
checked-in+
|
Details |
58 bytes,
text/x-review-board-request
|
nthomas
:
review+
rail
:
checked-in+
|
Details |
Build 7 complete - correct:
$ wget http://bucketlister-delivery.prod.mozaws.net/pub/firefox/candidates/46.0b1-candidates/build7/update/linux-i686/de/firefox-46.0b1.complete.mar
$ mar -T firefox-46.0b1.complete.mar | head
Signature block found with 1 signature
1 additional block found:
- Product Information Block:
- MAR channel name: firefox-mozilla-beta
- Product version: 46.0
Build 7 partial:
$ wget http://bucketlister-delivery.prod.mozaws.net/pub/firefox/candidates/46.0b1-candidates/build7/update/linux-i686/de/firefox-45.0b9-46.0b1.partial.mar
$ mar -T firefox-45.0b9-46.0b1.partial.mar | head
Signature block found with 1 signature
1 additional block found:
- Product Information Block:
- MAR channel name: firefox-mozilla-beta,firefox-mozilla-release
- Product version: 46.0
NB the 2nd last line. The updater may barf if it's expecting a single value there.
Reporter | ||
Comment 1•9 years ago
|
||
From IRC, this comes from funsize picking up ACCEPTED_MAR_CHANNEL_IDS at
https://dxr.mozilla.org/mozilla-central/source/release/docker/funsize-update-generator/scripts/funsize.py#212
and that's dual-valued on beta for rc-on-beta
http://hg.mozilla.org/releases/mozilla-beta/file/default/browser/confvars.sh#l51
Assignee | ||
Comment 2•9 years ago
|
||
funsize.py patch incoming
Attachment #8728785 -
Flags: review?(nthomas)
Assignee | ||
Comment 3•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/39121/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/39121/
Attachment #8728786 -
Flags: review?(nthomas)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → rail
Reporter | ||
Comment 4•9 years ago
|
||
Comment on attachment 8728786 [details]
MozReview Request: Bug 1255273 - Partial mar files have two channel IDs r=nthomas
https://reviewboard.mozilla.org/r/39121/#review35773
lgtm
Attachment #8728786 -
Flags: review?(nthomas) → review+
Reporter | ||
Comment 5•9 years ago
|
||
Reporter | ||
Updated•9 years ago
|
Attachment #8728785 -
Flags: review?(nthomas) → review+
Reporter | ||
Comment 6•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8728785 -
Flags: checked-in+
Assignee | ||
Comment 7•9 years ago
|
||
Comment on attachment 8728786 [details]
MozReview Request: Bug 1255273 - Partial mar files have two channel IDs r=nthomas
https://hg.mozilla.org/integration/mozilla-inbound/rev/ec4475ef7e31
Attachment #8728786 -
Flags: checked-in+
Assignee | ||
Comment 9•9 years ago
|
||
Comment on attachment 8728786 [details]
MozReview Request: Bug 1255273 - Partial mar files have two channel IDs r=nthomas
https://hg.mozilla.org/integration/mozilla-inbound/rev/ec4475ef7e31
Comment 10•9 years ago
|
||
bugherder |
Assignee | ||
Comment 11•9 years ago
|
||
Assignee | ||
Comment 12•9 years ago
|
||
To make sure the docker images are the same across the board I ran various hg diff and landed this: https://hg.mozilla.org/releases/mozilla-esr45/rev/21e146bb0e2e
You need to log in
before you can comment on or make changes to this bug.
Description
•