diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-05-29 17:09:23 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-05-29 18:09:23 -0400 |
commit | 5a284e6ded3213abe7167d8e3c813a77b4134453 (patch) | |
tree | cdff7105d7245c252d4038c960231ea96c8946c4 /docs | |
parent | 0db218e7d89dfb07c01c5891bea91aa5c8a4ae15 (diff) | |
download | cryptography-5a284e6ded3213abe7167d8e3c813a77b4134453.tar.gz cryptography-5a284e6ded3213abe7167d8e3c813a77b4134453.tar.bz2 cryptography-5a284e6ded3213abe7167d8e3c813a77b4134453.zip |
update the docs with new jenkins CI URL & mac openssl upgrade process (#3639)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doing-a-release.rst | 3 | ||||
-rw-r--r-- | docs/installation.rst | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst index 7cf012bb..da25d45d 100644 --- a/docs/doing-a-release.rst +++ b/docs/doing-a-release.rst @@ -19,8 +19,7 @@ to the Windows builders and unzip them in the root of the file system. Upgrading macOS ~~~~~~~~~~~~~~~ -``brew update`` and then ``brew upgrade openssl@1.1 --build-bottle`` to -install a 64-bit only library compatible with all Intel Macs. +Run the ``update-brew-openssl`` Jenkins job. Bumping the version number -------------------------- diff --git a/docs/installation.rst b/docs/installation.rst index d676fb30..a18014cb 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -274,7 +274,7 @@ information, consult `Greg Wilson's blog post`_ on the subject. .. _`Homebrew`: https://brew.sh .. _`MacPorts`: https://www.macports.org -.. _`openssl-release`: https://jenkins.cryptography.io/job/openssl-release/ +.. _`openssl-release`: https://ci.cryptography.io/job/cryptography-support-jobs/job/openssl-release-1.1/ .. _`Greg Wilson's blog post`: https://software-carpentry.org/blog/2014/04/mr-biczo-was-right.html .. _virtualenv: https://virtualenv.pypa.io/en/latest/ .. _openssl.org: https://www.openssl.org/source/ |