Open
Bug 1506638
Opened 6 years ago
Updated 2 years ago
Generate checksums in js/src/make-source-package.sh
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: tcampbell, Unassigned)
References
(Blocks 1 open bug)
Details
We need to generate checksum files (SHA-256 / SHA-512 at a minimum) when making the spidermonkey source tarball. I don't think anything clever is needed to do this and make it work as an automation artifact.
Comment 1•6 years ago
|
||
Pascal, just as an inspiration reference, do we have a document about checksum & signing processes which are done for distributing Firefox tarballs?
Flags: needinfo?(pascalc)
Reporter | ||
Comment 2•6 years ago
|
||
This is the code that does it for the Firefox source tarballs.
https://searchfox.org/mozilla-central/rev/7f7c353e969e61a6a85201cc8ad3c3de12ac30d8/toolkit/mozapps/installer/packager.mk#130-141
Updated•6 years ago
|
Flags: needinfo?(pascalc)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•