This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Lots of updates to build, link, and properly package python2.7.
readline support still isn't working so it has been disabled for now.
Running
cd code
followed withsudo ./build.py
should build a standalone openssl package and a self contained python2.7.14 package.I've resorted to some hacking of the python build since I can't figure out the proper syntax to get it to link from a temp build directory. This means your
config['base_dir']
should be clean. It is currently advised that you runsudo rm -rf PATH
on your base_dir prior to building.At this time, this self contained python package will work with munki as long as you are using the latest Munki 3.2 RC1 or manually patch in the following commit munki/munki@15e677d. Then you will need to change your shebang lines to point to your compiled python.