Pedro Algarvio f60cfd8c67 Take into account the packaging requirements for OSX há 5 anos atrás
..
pkg-resources 7dd1704132 Add welcome_py2.rtf há 5 anos atrás
pkg-scripts f33395f1ee Fix logic in `/etc/paths.d/salt` detection há 7 anos atrás
scripts b483d1d8a6 Update mac native package for upcoming release há 8 anos atrás
shasums fe02b2276f Add 1.0.2p shasum file há 6 anos atrás
.gitignore b483d1d8a6 Update mac native package for upcoming release há 8 anos atrás
README.md e96bfe8fa2 Change OSX/OS X to macOS where possible há 8 anos atrás
build.sh b9f2863b60 Improvements to build scripts há 7 anos atrás
build_env.sh 4177f64f28 Update url to libsodium for mac builds há 5 anos atrás
build_pkg.sh c93e9e39b9 Add Py2 Warning to installer package há 5 anos atrás
build_sig.sh e96bfe8fa2 Change OSX/OS X to macOS where possible há 8 anos atrás
distribution.xml.dist 72fd1a2991 Roll back icon change há 5 anos atrás
req.txt f60cfd8c67 Take into account the packaging requirements for OSX há 5 anos atrás
req_ext.txt f60cfd8c67 Take into account the packaging requirements for OSX há 5 anos atrás

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