Closed Bug 1346968 Opened 7 years ago Closed 7 years ago

apk release signing bustage

Categories

(Release Engineering :: Release Automation: Other, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mozilla, Assigned: mozilla)

References

Details

Attachments

(2 files)

After bug 1340093 landed, release signing broke for apks.

After some digging, it turns out we have a SHA1withRSA release key, but SHA1withDSA nightly key.

# http://stackoverflow.com/questions/10103657/how-to-print-the-public-key-of-a-certificate-using-keytool
# to find sigalg:
keytool -keystore secrets/jar -list -rfc -alias nightly
# write to client.crt
keytool -printcert -file client.crt

We can't back out bug 1340093 without also backing out Bug 1330996.

We're choosing to fail forward: add -sigalg config support.  We'll need to adjust the solution for bug 1346296 as well.
Attached patch puppet.patchSplinter Review
Attachment #8846835 - Flags: review?(catlee)
Attachment #8846835 - Flags: review?(catlee) → review+
https://hg.mozilla.org/build/tools/rev/ba5740d844fa742fd1f2e63c35344e82f4503365
bug 1346968 - add jar signing {digest,sig}alg support. p=catlee r=aki
Comment on attachment 8846841 [details]
Bug 1346968: Parameterize signing and digest algorithsm for jar signing

https://reviewboard.mozilla.org/r/119834/#review121716
Attachment #8846841 - Flags: review?(aki) → review+
Rolled out.  Cleaned up signing4 rel patched tools repo.  Cleaned up my tmpfiles.  Release signing works on m-b and jamun.  Nightly signing works on date.  -> reso fixed.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: