aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-05-09 16:34:45 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-05-09 15:34:45 -0500
commit0830f9233332c8160b90e1af1a9fa4e2058fa3e4 (patch)
tree1b89f14d2a169ccac80f94c0274a475330a0d818 /.github
parent2bc941d85df430a4dcbb3ac1b696946c3ec87fd9 (diff)
downloadcryptography-0830f9233332c8160b90e1af1a9fa4e2058fa3e4.tar.gz
cryptography-0830f9233332c8160b90e1af1a9fa4e2058fa3e4.tar.bz2
cryptography-0830f9233332c8160b90e1af1a9fa4e2058fa3e4.zip
Use a checklist for bumping openssl version (#4221)
* Use a checklist for bumping openssl version * words * empty commit to retrigger jenkins
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/openssl-release.md9
1 files changed, 9 insertions, 0 deletions
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)