This is a simple bash script that takes the output of https://github.com/codexns/pyopenssl-build and moves the resulting files into repos set up for use in Sublime Text.
After compiling the packages on the various environments using pyopenssl-build
and creating a new release with all of the output files, check out the following
repos:
git clone git@github.com:codexns/sublime-pyopenssl-bundler.git
git clone git@github.com:codexns/sublime-cffi.git
git clone git@github.com:codexns/sublime-cryptography.git
git clone git@github.com:codexns/sublime-pyOpenSSL.gitThen execute the update.sh by providing the tag name from pyopenssl-build.
For example:
cd sublime-pyopenssl-bundler
./update.sh cryptography-0.6.1_pyopenssl-0.14_openssl-1.0.1jFinally you'll need to commit the changes to the sublime-cffi,
sublime-cryptography and sublime-pyOpenSSL repos, tag them and push them up
to GitHub.