Pedro Algarvio c09632abce Update OSX build script to point to the right static requirements file пре 4 година
..
pkg-resources e049707b70 Select appropriate welcome.rtf пре 5 година
pkg-scripts f33395f1ee Fix logic in `/etc/paths.d/salt` detection пре 7 година
scripts b483d1d8a6 Update mac native package for upcoming release пре 8 година
shasums 62be42f4b3 Update mac deps пре 4 година
.gitignore b483d1d8a6 Update mac native package for upcoming release пре 8 година
README.md ba2f6e2a53 fix readme layout and update doc strings пре 4 година
build.sh ba2f6e2a53 fix readme layout and update doc strings пре 4 година
build_env.sh c09632abce Update OSX build script to point to the right static requirements file пре 4 година
build_pkg.sh ba2f6e2a53 fix readme layout and update doc strings пре 4 година
build_sig.sh ba2f6e2a53 fix readme layout and update doc strings пре 4 година
distribution.xml.dist af280e9a38 remove py2 in macOS build script, fix python build using compiled openssl, move pyobjc back in to req.txt пре 4 година
req_pyobjc.in 1b8de68808 Add missed dependency пре 4 година
req_pyobjc.txt 1b8de68808 Add missed dependency пре 4 година

README.md

Building Native Packages on macOS

Salt runs well on the macOS, but does have some limitations.

In this directory you will find scripts and collateral to build a macOS .pkg-style package that uses a custom-built Python. This process has been tested on macOS Lion (10.7) and later.

In addition, because of changes in launchd from version to version of the OS, a simpler approach is taken for the launchd plist files.

This approach enables Salt users to potentially add items to their Salt install via 'pip install' without interfering with the rest of their system's Python packages.

To build a native package you will need the following installed:

  • Xcode, or the Xcode Command Line Tools
  • git

The native package will install package files into /opt/salt. Configuration files will be installed to /etc, but will have '.dist' appended to them.

Launchd plists will be placed in /Library/LaunchDaemons. By default salt-minion will NOT be enabled or started.

The process has been automated via the build.sh script in the directory with this README file. Checkout the Salt repo from GitHub, chdir into the base repo directory, and run

./build.sh

References:

http://crushbeercrushcode.org/2014/01/using-pkgbuild-and-productbuild-on-os-x-10-7/ http://stackoverflow.com/questions/11487596/making-os-x-installer-packages-like-a-pro-xcode-developer-id-ready-pkg