Closed
Bug 814720
Opened 12 years ago
Closed 9 years ago
something should verify that all expected files for a release actually exist
Categories
(Release Engineering :: Release Automation, defect, P3)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Unassigned)
Details
Back in the Bootstrap days, we used to have a script that we ran right before pushing to the releases directories that verified that all expected files for a release actually existed. bug 813757 is an example of a case where this would be useful.
In the new world, this is something that could be run as part of check permissions I think.
I think the script I'm thinking of is https://mxr.mozilla.org/mozilla/source/tools/release/bin/verify-locales.pl. I will r- any patch that uses this existing script, the useful parts of it should be ported to Python and there's probably a lot of things that could go in lib/python/release :).
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Comment 1•9 years ago
|
||
We use beetmover with explicit list of files and it fails if something is missing.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•