From 0830f9233332c8160b90e1af1a9fa4e2058fa3e4 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 9 May 2018 16:34:45 -0400 Subject: Use a checklist for bumping openssl version (#4221) * Use a checklist for bumping openssl version * words * empty commit to retrigger jenkins --- .github/ISSUE_TEMPLATE/openssl-release.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/openssl-release.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/openssl-release.md b/.github/ISSUE_TEMPLATE/openssl-release.md new file mode 100644 index 00000000..6167739f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/openssl-release.md @@ -0,0 +1,9 @@ +- [ ] Windows + - [ ] Run the `openssl-release-1.1` Jenkins job + - [ ] Copy the resulting artifacts to the Windows builders and unzip them in the root of the file system +- [ ] macOS + - [ ] Send a pull request to `homebrew` upgrading the `openssl@1.1` formula + - [ ] Wait for it to be merged + - [ ] Run the `update-brew-openssl` Jenkins job +- [ ] manylinux1 + - [ ] Send a pull request to `pyca/infra` updating the [version and hash](https://github.com/pyca/infra/blob/master/cryptography-manylinux1/install_openssl.sh#L5-L6) -- cgit v1.2.3