twangboy
4177f64f28
Update url to libsodium for mac builds
2019-02-07 12:52:44 -07:00
twangboy
72fd1a2991
Roll back icon change
2019-01-31 17:56:16 -07:00
twangboy
7dd1704132
Add welcome_py2.rtf
2019-01-31 17:50:11 -07:00
twangboy
c93e9e39b9
Add Py2 Warning to installer package
2019-01-31 17:48:10 -07:00
twangboy
e8b92338e9
Update requests on osx
2018-12-27 12:02:19 -07:00
twangboy
0d4b799969
Upgrade requests to 2.20.1
2018-11-08 11:10:08 -07:00
twangboy
fe02b2276f
Add 1.0.2p shasum file
2018-09-06 10:08:46 -06:00
twangboy
5f06dc2762
Fix issues with osx build scripts on 2018.3.3
...
Upgrade openssl to 1.0.2p
2018-09-06 10:05:58 -06:00
twangboy
007a16638e
Bring installer updates from 2017.7.8 to 2018.3.3
2018-08-23 17:13:53 -06:00
twangboy
5eed1682cb
Use 17.0.0 instead of the beta (17.0.0b3)
2018-03-28 12:40:37 -06:00
twangboy
1403e29d97
Rollback pyzmq to version 16.0.3
2018-03-28 12:24:08 -06:00
twangboy
04c00827f1
Remove check for sudo
2017-12-07 17:31:31 -07:00
twangboy
b9f2863b60
Improvements to build scripts
...
Upgrade dependencies where available
Downloaded:
- libsodium to 1.0.15
- OpenSSL to 1.0.2n
- Python to 2.7.14
Pip:
- apache-libcloud to 2.2.1
- cffi to 1.11.2
- CherryPy to 13.0.0
- GitPython to 2.1.7
- idna to 2.6
- Jinja2 to 2.9.6
- pyasn1 to 0.4.2
- pyzmq to 17.0.0b3
- requests to 2.18.4
- six to 1.11.0
- tornado to 4.5.2
- cryptography to 2.1.4
- pyOpenSSL to 17.5.0
Update shasums for downloaded updates
Make the scripts self sudo themselves
Since we're forcing the script to run as sudo, remove individual sudo
calls
Move /opt/salt into variable $INSTALL_DIR in the build_env script
2017-12-07 17:21:36 -07:00
Daniel Wallace
f7df41fa94
split build and install for pkg osx
2017-09-26 12:59:23 -06:00
twangboy
f33395f1ee
Fix logic in /etc/paths.d/salt
detection
2017-09-15 13:41:23 -06:00
rallytime
328dd6aa23
Merge branch '2016.11' into '2017.7'
...
Conflicts:
- pkg/osx/pkg-scripts/postinstall
- pkg/osx/pkg-scripts/preinstall
2017-08-22 09:38:33 -04:00
twangboy
ef8a14cdf9
Remove /opt/salt instead of /opt/salt/bin
2017-08-18 12:19:04 -06:00
twangboy
2dd62aa1da
Add more information to the description
2017-08-18 12:09:08 -06:00
twangboy
f44f5b70dc
Only stop services if they are running
...
Otherwise it will cause an error and the installation will fail
2017-08-18 11:52:34 -06:00
twangboy
3b62bf953c
Remove salt from the path
2017-08-18 11:44:35 -06:00
twangboy
ebdca3a0f5
Update pkg-scripts
...
Improves logging
Removes /opt/salt/bin directory before install
Removes symlink to salt-config before install
2017-08-18 11:25:32 -06:00
twangboy
28053a84a6
Change GitPython version to 2.1.1
...
Version 2.1.4+ requires git to be installed, usually in the form of xcode
command line tools. 2.1.3 has a memory leak problem, 2.1.2 is not
available. So that leaves 2.1.1.
2017-08-10 17:39:58 -06:00
twangboy
69d5973651
Compile scripts with -E -s params for python
2017-07-26 16:36:25 -06:00
twangboy
ac0e04af72
Remove build and dist, sign pkgs
2017-07-20 10:59:24 -06:00
twangboy
9d66e273c4
Fix hard coded pip path
2017-07-20 10:37:08 -06:00
twangboy
7b8d6cbbd2
Add support for Py3
2017-07-19 17:30:47 -06:00
twangboy
aa4eed93c8
Update Python and other reqs
2017-07-19 11:22:07 -06:00
rallytime
52edbffc85
Merge branch '2016.11' into 'develop'
...
Conflicts:
- doc/ref/cache/all/index.rst
- doc/topics/cache/index.rst
- salt/cache/localfs.py
- salt/modules/boto_rds.py
- salt/roster/cloud.py
- salt/states/virtualenv_mod.py
- tests/integration/states/test_archive.py
- tests/unit/modules/test_dockermod.py
- tests/unit/states/dockerng_test.py
2017-03-28 17:09:30 -06:00
rallytime
e77e86db3a
Merge branch '2016.3' into '2016.11'
...
No conflicts.
2017-03-27 17:27:49 -06:00
twangboy
3207d670c5
Fix osx build
2017-03-27 14:52:19 -06:00
rallytime
8928436bdd
Merge branch '2016.11' into 'develop'
...
Conflicts:
- salt/pillar/__init__.py
2017-01-30 09:06:27 -07:00
rallytime
fdaa5ac1b0
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- salt/master.py
- salt/pillar/__init__.py
- salt/utils/__init__.py
2017-01-26 14:09:37 -07:00
twangboy
62e608b627
Update Jinja2 to 2.9.4
2017-01-24 09:44:23 -07:00
rallytime
9ad362fbde
Merge branch '2016.11' into 'develop'
...
Conflicts:
- salt/states/kapacitor.py
2017-01-03 10:17:18 -05:00
twangboy
e96bfe8fa2
Change OSX/OS X to macOS where possible
2016-12-28 14:49:46 -07:00
David Cournapeau
dcc52ba08a
BUG: fix copypasta in preinstall script.
2016-11-24 14:53:04 +00:00
David Cournapeau
6c55e1e7fa
Revert "REF: use a variable to reference the pre/post install script output on OS X installer."
...
This reverts commit 7180e5ec21
.
2016-11-24 14:52:03 +00:00
David Cournapeau
7180e5ec21
REF: use a variable to reference the pre/post install script output on OS X installer.
2016-11-23 11:48:18 +00:00
David Cournapeau
4265da7b53
BUG: use -w option when unloading salt minion launchd script.
2016-11-23 11:39:30 +00:00
David Cournapeau
8c7a88040f
TYPO: fix typo in debug postinstall message in OSX installer.
2016-11-23 11:38:25 +00:00
David Cournapeau
0e8cf75680
FEAT: put back support for Maverick in OS X installer.
...
As launchctl CLI interface changed on Yosemite, we execute the more
recent code for Yosemite and later, and introduced back the old code for
post/pre install scripts when running on Maverick.
Tested on Maverick (10.9.5).
2016-11-23 11:34:42 +00:00
twangboy
8091a3065e
Create paths.d directory
2016-11-03 09:27:50 -06:00
Shane Lee
858e5c1772
Update Python to 2.7.12 for Mac ( #34493 )
2016-07-06 17:10:53 -04:00
Clayton Burlison
b483d1d8a6
Update mac native package for upcoming release
...
This solves an issue where the package `resources` and package `scripts` were being added to the root of the install drive.
Change Spelling for:
* xCode to XCode
* and capitalize Command Line Tools
to match Apple's offical documentation.
Ref: https://developer.apple.com/xcode/
and https://developer.apple.com/library/ios/technotes/tn2339/_index.html
2016-06-01 23:32:23 -05:00
Salt Admin
7844059dcf
Handle system architecture
2016-05-25 14:11:12 -06:00
Shane Lee
4c51d31cae
Fix salt-config script for mac install ( #33250 )
2016-05-15 13:08:10 -07:00
Shane Lee
ae32f17b82
Add salt-config script to Mac Installer ( #32873 )
...
* Add script to configure salt
* Add salt-config.sh to installer scripts
* Add additional information to welcome/conclusion
* Fix text in conclusion
* Make salt-config.sh executable
* Create symlink to salt-config.sh
* Create minion.d directory
* Fix changed comparison to determine restart
* Add -f option to symlink creation
2016-04-29 11:01:20 -07:00
Shane Lee
8de1c6c094
Add debugging options to mac service configs ( #32789 )
2016-04-25 11:06:30 -06:00
Shane Lee
c657f3d829
Remove additional unneeded files and dirs ( #32790 )
2016-04-25 09:23:47 -06:00
twangboy
2e065e4a20
Fix documentation
...
Fix conflicts with parameters and default paths
2016-03-31 15:32:32 -06:00