You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
Add argparse for build.py. verbose, skip, etc. need to be passed to the setup.py files.
Create packages for each vendored product
openssl
tlsssl
python
ruby
Create single install package that allows you to install multiple of these vendored products. Not sure how best to go about doing this right now. Maybe the munki build script will be a good place to start.
Automate the process of creating the single install packages. This will be Default: true
Automate the process of creating a single large install package that contains python, ruby, openssl, tlsssl, etc.
lint the crap out of this when I'm not tired
cleanup styling
look into removing the man files, documentation, and anything extra that isn't actually need Not happening.
tslssl
Link tlsssl against our openssl
tlsssl - option to add the install path to python's sys.path
echo"/Library/ITOps/tlssl"| sudo tee -a /Library/Python/2.7/site-packages/custom.pth
python -m site
tlsssl - currently running python setup.py build a second time doesn't rebuild. I think it should.
tlsssl - should have a cleanup stage to remove files. It's a fast build. So we will build it from scratch on each run.
bonus
setup CI to run flake8 linting on pull requests
The text was updated successfully, but these errors were encountered:
general
build.py
. verbose, skip, etc. need to be passed to thesetup.py
files.true
look into removing the man files, documentation, and anything extra that isn't actually needNot happening.tslssl
sys.path
python setup.py build
a second time doesn't rebuild. I think it should.tlsssl - should have a cleanup stage to remove files. It's a fast build. So we will build it from scratch on each run.bonus
The text was updated successfully, but these errors were encountered: