aggregated checksums for mobile releases seems wrong
Categories
(Release Engineering :: Release Automation, defect, P1)
Tracking
(Not tracked)
People
(Reporter: mtabara, Assigned: mtabara)
Details
While doing some work in bug 1527206, I glanced over in the contents of SUMS512 files and noticed, what it appears for now, that some files are missing.
The behavior of the aggregator-generate-whole-checksums file is to collect all the individual checksums files and create a whole set of checksums content under SHA{256,512}{SUMS,SUMMARY}. But as one can notice, e.g. contents of this are missing altogether from here.
Need to investigate this sooner, we may be having a large regression here.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Just to be clear, this is not yet confirmed to be a bug; It's just that the aggregated checksums file seem suspiciously reduced in content. This needs more investigation and confirmation whether it's a bug or not. If yes, most likely the issue lies somewhere around the release-generate-checksums task which supposedly collects all the *.beets files and glues them together.
Assignee | ||
Comment 2•6 years ago
|
||
My mistake, mea culpa. The file is correct, we only take into account the installer related files - https://hg.mozilla.org/mozilla-central/file/tip/testing/mozharness/scripts/release/generate-checksums.py#l91
Assignee | ||
Updated•6 years ago
|
Description
•