Pedro Algarvio fe075aaace Distro is now a hard dependency 4 years ago
..
pkg-resources e049707b70 Select appropriate welcome.rtf 5 years ago
pkg-scripts f33395f1ee Fix logic in `/etc/paths.d/salt` detection 7 years ago
scripts b483d1d8a6 Update mac native package for upcoming release 8 years ago
shasums 1d00b0543d Rollback zeromq to 4.1.6 5 years ago
.gitignore b483d1d8a6 Update mac native package for upcoming release 8 years ago
README.md e96bfe8fa2 Change OSX/OS X to macOS where possible 8 years ago
build.sh b9f2863b60 Improvements to build scripts 7 years ago
build_env.sh afcedc5232 Remove --ignore-installed 4 years ago
build_pkg.sh e049707b70 Select appropriate welcome.rtf 5 years ago
build_sig.sh e96bfe8fa2 Change OSX/OS X to macOS where possible 8 years ago
distribution.xml.dist 63a53301bd replace tabs with spaces 5 years ago
req.txt fe075aaace Distro is now a hard dependency 4 years ago
req_ext.txt 68a36f2e37 Add req_ext.txt 4 years ago
req_pyobjc.in e6cc2a6192 Separate pyobjc requirements 4 years ago
req_pyobjc.txt e6cc2a6192 Separate pyobjc requirements 4 years ago

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