Closed
Bug 599343
Opened 14 years ago
Closed 12 years ago
Breakpad symbol cleanup script should clean up old RC builds which were respun
Categories
(Release Engineering :: General, defect, P4)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 599347
People
(Reporter: ted, Unassigned)
References
()
Details
(Whiteboard: [symbols][space])
Currently the Breakpad symbol cleanup script doesn't touch non-nightly builds. This would be okay, except we fairly often wind up respinning release builds, and we never clean up the symbols from the old RC builds. For example:
grep -v pre symbols.txt | grep WINNT | grep "3\.0" | wc -l
51
We have 51 3.0.x Windows release builds on the symbol server right now.
grep -v pre symbols.txt | grep WINNT | grep "3\.0" | cut -f2 -d- | sort -u | wc -l
30
Only 30 unique versions, however.
Updated•14 years ago
|
Priority: -- → P4
Whiteboard: [symbols][space]
Reporter | ||
Comment 1•12 years ago
|
||
This is effectively indistinguishable from bug 599347 now that our betas report as non-beta versions.
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•