Closed
Bug 1828876
Opened 2 years ago
Closed 2 years ago
APK signing: remove dead code around `sign_jar()` and `zip_align_apk()`
Categories
(Release Engineering :: Release Automation, task)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlorenzo, Assigned: jcristau)
References
Details
Attachments
(2 files)
In bug 1618531, we started to let Autograph zipalign APKs for us. I confess I had forgotten this information which caused the confusion in bug 1807317 comment 4 then bug 1807317 comment 6. The only exception was Fennec, where we still wanted to keep the old way of signing APKs.
In bug 1598373, we EOL'd Fennec. So there's no need to keep sign_jar()
and zip_align_apk()
around. This confused me and will likely confuse other people if we don't remove this code.
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → jcristau
Updated•3 months ago
|
Component: Release Automation: Signing → Release Automation
You need to log in
before you can comment on or make changes to this bug.
Description
•