twangboy
cf55342150
Update pyzmq to version 15.3.0
2016-11-14 17:11:20 -07:00
Michael Calmer
1fb2c4dfcf
fix status handling in sysv init scripts
2016-11-06 18:49:12 +01:00
Mike Place
edbfadca21
Merge pull request #37442 from twangboy/fix_osx_postinstall
...
Create paths.d directory
2016-11-04 17:07:19 +13:00
twangboy
2de69f48f8
Detect VC for Python correctly on 32bit Windows
2016-11-03 18:23:19 +00:00
twangboy
8091a3065e
Create paths.d directory
2016-11-03 09:27:50 -06:00
Erik Johnson
fb6e545f78
Use NotifyAccess=all in all unit files
...
When systemd-python is not installed, systemd notification falls back to
using the systemd-notify for service notification. This cannot be used
however unless the unit has NotifyAccess=all set.
The particular use case for this is when Salt is installed using pip. We
don't put systemd-python into the requirements.txt because we can't be
sure that the minion supports systemd, so pip installs won't necessarily
have systemd-python available.
2016-10-19 12:50:30 -05:00
Erik Johnson
0ccf789172
Remove EnvironmentFile and Restart lines from unit files
...
These shouldn't be there, because the variables sourced by the
EnvironmentFile are only made available to the Exec commands in the unit
file.
2016-10-07 12:33:04 -05:00
Erik Johnson
ddd44e9b13
Use Type=notify for debian systemd units
2016-10-06 09:14:50 -05:00
Robert James Hernandez
036d73f31b
Use control-group default for killmode
2016-10-05 10:49:37 -07:00
twangboy
5fc63a1054
Add pyOpenSSL to req file for Windows
2016-09-26 17:35:28 -06:00
twangboy
3d6d473d48
Revert to vcredist 12 (2013)
2016-08-22 17:57:14 -06:00
rallytime
00dff9dcbd
Merge branch '2015.8' into '2016.3'
...
No conflicts.
2016-08-18 14:44:12 -06:00
Erik Johnson
6cb0fb47f3
pkg/salt-syndic.service: change Type to notify
2016-08-18 14:45:46 -05:00
Erik Johnson
175ba99e0e
pkg/salt-minion.service: remove KillMode, change Type to notify
2016-08-18 14:44:51 -05:00
Erik Johnson
540ec28954
pkg/salt-master.service: remove KillMode
2016-08-18 14:44:19 -05:00
Erik Johnson
69fad464ab
pkg/salt-api.service: change Type to notify
2016-08-18 14:43:50 -05:00
Nicole Thomas
e86a39a115
Merge pull request #35516 from rallytime/bp-34441
...
Back-port #34441 to 2016.3
2016-08-17 09:47:23 -06:00
markuskramerIgitt
32da48df08
setup.py will not print each individual file
2016-08-17 08:35:44 -06:00
markuskramerIgitt
698a076a39
Completely remove Python and verify
2016-08-17 08:35:44 -06:00
markuskramerIgitt
7406bd22a6
Errors will stop the scripts
2016-08-17 08:35:44 -06:00
markuskramerIgitt
e47c661cb0
Copy and delete silently, do not list each file
2016-08-17 08:34:06 -06:00
twangboy
d120a8906f
Add vcredist 14 dlls
2016-08-10 18:56:08 +00:00
Shane Lee
17a3b23ff8
Use Python 2.7.12 for Windows Build ( #34468 )
2016-07-06 17:29:50 -04:00
Shane Lee
858e5c1772
Update Python to 2.7.12 for Mac ( #34493 )
2016-07-06 17:10:53 -04:00
Shane Lee
f9bfcde61f
Always make changes to minion config if set ( #34020 )
2016-06-15 12:53:53 -04:00
Shane Lee
e4a7190a1d
Always make chanes to minion config if set ( #34021 )
2016-06-15 12:53:42 -04:00
twangboy
dd7d55afb9
Use full path to python.exe
2016-06-13 12:01:15 -06: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
Jorge Schrauwen
1064102394
add no-wheel, instructions were failing for someone testing due to wheel being used nog producing an egg
2016-05-28 19:00:42 +02:00
Jorge Schrauwen
c85e03ecf7
allow for newer pyzmq in esky packages
2016-05-28 16:08:04 +00:00
Jorge Schrauwen
1620b8c0fa
allow esky packages to be build on base64 2015Q4
2016-05-28 13:59:14 +00:00
Mike Place
3a95f8a977
Merge pull request #33509 from twangboy/fix_arch
...
Detect System Architecture for Mac Build
2016-05-26 07:40:54 -07:00
Salt Admin
7844059dcf
Handle system architecture
2016-05-25 14:11:12 -06:00
rallytime
a5e0141eda
Merge branch '2015.8' into '2106.3'
...
Conflicts:
- salt/beacons/__init__.py
- salt/modules/saltutil.py
- salt/modules/zypper.py
- salt/states/grains.py
- salt/states/pkgrepo.py
- salt/states/service.py
2016-05-25 13:44:21 -06:00
twangboy
7d78e5d612
Fix build script where pip wouldn't work
2016-05-25 17:38:39 +00:00
Shane Lee
ca6e929ded
Fix libsodium for 32bit windows ( #33455 )
...
* Add platform specific libsodium dlls
* Update libnacl to 1.4.5
2016-05-24 08:11:44 -07:00
Bo Maryniuk
3b12f396b4
Prevent several minion processes on the same machine ( #33464 )
2016-05-24 07:37:03 -07:00
rallytime
35ad788470
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- conf/minion
- doc/ref/configuration/minion.rst
- salt/modules/boto_elb.py
- salt/modules/sudo.py
- salt/states/boto_elb.py
- salt/transport/zeromq.py
2016-05-19 16:22:36 -06:00
Denys Havrysh
37e1930b6e
Add initscripts, SystemD service units and environment files for Debian ( #32857 )
2016-05-19 13:10:02 -07:00
Shane Lee
4c51d31cae
Fix salt-config script for mac install ( #33250 )
2016-05-15 13:08:10 -07:00
Shane Lee
f61cf6929a
Add PyYAML with CLoader ( #33079 )
...
- Check for python before installing
- Update other dependencies to the latest
2016-05-06 08:28:03 -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
7da7b2329d
Remove _get_date_time_format function ( #32903 )
...
* Remove _get_date_time_format function
* Fix incorrect timelib version
2016-04-28 10:06:44 -06:00
Shane Lee
25df973d4c
Added pycurl to windows dependencies ( #32731 )
2016-04-25 11:13:10 -06: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
Shane Lee
13f18beefc
Add license information for pip modules ( #32738 )
...
* Adds readme file for license information
* Add special requirements modules
2016-04-21 08:12:04 -06:00
rallytime
bbec183474
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- salt/minion.py
- salt/states/user.py
2016-04-15 13:58:50 -06:00
Shane Lee
d12a1c2b8d
Fix binary search and replace ( #32542 )
2016-04-13 10:15:02 -06:00
Erik Johnson
764af33faf
Add salt.bash symlink
2016-04-04 16:53:56 -05:00