Skip to content

Commit

Permalink
Document the signing procedure of released binary packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppedrot committed Apr 26, 2020
1 parent 6c15158 commit 5cf5f3b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dev/doc/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,12 @@ in time.
the package managers can Cc `@erikmd` to request that he prepare the necessary configuration for the Docker release in [`coqorg/coq`](https://hub.docker.com/r/coqorg/coq)
(namely, he'll need to make sure a `coq-bignums` opam package is available in [`extra-dev`](https://github.com/coq/opam-coq-archive/tree/master/extra-dev), respectively [`released`](https://github.com/coq/opam-coq-archive/tree/master/released), so the Docker image gathering `coq` and `coq-bignums` can be built).
- [ ] Draft a release on GitHub.
- [ ] Get `@maximedenes` to sign the Windows and MacOS packages and
upload them on GitHub.
- [ ] Sign the Windows and MacOS packages and upload them on GitHub.
+ The Windows packages must be signed by the Inria IT security service. They
should be sent as a link to the binary together with its SHA256 hash in a
signed e-mail, via our local contact (currently `@maximedenes`).
+ The MacOS packages should be signed by our own certificate, by sending them
to `@maximedenes`. A detailed step-by-step guide can be found [on the wiki](https://github.com/coq/coq/wiki/SigningReleases).
- [ ] Prepare a page of news on the website with the link to the GitHub release
(see [coq/www#63](https://github.com/coq/www/pull/63)).
- [ ] Upload the new version of the reference manual to the website.
Expand Down

0 comments on commit 5cf5f3b

Please sign in to comment.