Daniel Wozniak
ba8d0eaa9a
Merge pull request #51547 from s0undt3ch/2017.7
...
[2017.7] Allow NOT to install pip dependencies
2019-02-13 11:14:36 -07:00
Pedro Algarvio
8e009e0972
Allow NOT to install pip dependencies
2019-02-13 12:02:09 +00:00
Lenard Fudala
f46e8bec76
Fix service name in minion plist
2019-01-15 15:35:18 -06:00
twangboy
32b9d2ad25
Update requests for osx
2018-12-27 12:03:00 -07:00
twangboy
4196690bbf
Update requests to 2.21.0
2018-12-27 11:58:46 -07:00
twangboy
23f78b0c5c
Upgrade requests to 2.20.1
2018-11-08 11:07:38 -07:00
twangboy
a66765fc4c
Remove arrInstalled artifact
2018-10-04 09:49:12 -06:00
rallytime
09247a33a2
Merge branch '2017.7.8' into '2017.7'
...
No conflicts.
2018-09-10 12:53:13 -04:00
twangboy
6105ebbebb
Use setup.py clean --all
2018-09-07 17:29:33 -06:00
twangboy
750d3fa29e
Remove trusted host switches
2018-09-06 09:59:46 -06:00
twangboy
6b42e73ee9
Fix issues with build script on OSX
...
Upgrade openSSL to 1.0.2p
Upgrade six to 1.11
2018-09-06 09:37:24 -06:00
rallytime
edad2dcda9
Merge branch '2017.7.8' into '2017.7'
...
No conflicts.
2018-09-05 09:36:33 -04:00
twangboy
fb97b00130
Fix broken path to libsodium tarball
2018-08-29 16:40:56 -06:00
twangboy
a112eaa597
Fix path to libsodium tarball
2018-08-23 10:15:28 -06:00
twangboy
a8f054b2d2
Add 64bit binaries for KB2999226 to the x86 installer
...
Fix logic where it detects the Architecture of the system running the
installer instead of the one building the installer
Add a 3 seconds pause to actually see the error code if it throws one
2018-08-22 22:34:50 -06:00
twangboy
e8a1d2f772
Add more descriptive error when KB not found
2018-08-20 17:04:10 -06:00
twangboy
71737ea687
Suppress all ui on vcredist installation
2018-08-20 16:48:39 -06:00
twangboy
7dae9bb2a1
Fix Windows and OSX installers
...
Adds support to Universal Runtime Libraries (UCRT) for Windows
Adds futures to the req.txt for OSX
2018-08-20 16:11:34 -06:00
twangboy
1227095c5d
Add nonfatal switch to VCRedist
2018-08-14 10:21:18 -06:00
Daniel A Wozniak
566a4ea66a
Install the launcher so we can execute py files
2018-08-13 16:21:59 -07:00
twangboy
e30d17099d
Use goto instead of if statement
2018-07-17 18:23:34 -06:00
twangboy
e1042fa084
Remove vcredist for Py3
2018-07-17 16:28:01 -06:00
twangboy
361b3cdc2f
Rollback python-certifi-win32
...
It's causing issues with the test suite on Windows
2018-07-11 10:33:39 -06:00
twangboy
b0087d425c
Add license info
2018-07-06 15:55:14 -06:00
twangboy
935f9b560c
Fix dependencies
...
Adds back libnacl
Adds back libsodium.dll
Adds new python-certifi-win32
2018-07-06 15:46:57 -06:00
twangboy
59ae2cc5fc
Use --disable-pip-version-check for build_env_#.ps1
2018-06-18 13:15:03 -06:00
twangboy
66d8b0331a
Add sign.bat script for signing packages
2018-05-23 11:20:51 -06:00
twangboy
9d498293b1
Remove unused settings, update NSIS
2018-05-03 16:46:03 -06:00
twangboy
990a24d7ed
Fix build_env scripts
...
Uses `cmd /c` when launching commands to avoid the hang when installing
python 3
`clean_env.bat` will uninstall Py2 and Py3 in a single run
2018-04-12 11:26:40 -06:00
Daniel Wallace
b9efec8526
remove libnacl on windows
...
We do not use raet on windows, so we don't need to install it
2018-04-04 13:37:40 -05:00
twangboy
fa0b0efe46
Fix some installer script inconsistencies
2018-03-20 09:54:36 -06:00
Nicole Thomas
4c8d9026d3
Merge pull request #46428 from twangboy/win_fix_reqs
...
Fix issue with dev env install on Windows
2018-03-09 09:52:45 -05:00
Benjamin Drung
a3c54b50f6
Fix various spelling mistakes
...
lintian found various spelling mistakes.
Signed-off-by: Benjamin Drung <benjamin.drung@profitbricks.com>
2018-03-08 15:25:42 +01:00
twangboy
e7ab97cc17
Remove six as a hard dep for Salt
2018-03-07 12:26:37 -07:00
twangboy
cc67e5c2ef
Set six to 1.11.0
...
CherryPy has a requisite of six>=1.11.0 and salt had a requisite of
six==1.10.0 which was causing a problem in the dev environment
2018-03-07 11:52:17 -07:00
twangboy
bcf8b19566
Update the installer build
...
Fixes some issues with Py3 not building
Brings the 2 build_env files more in line with each other
Fixes some typos in the build_env scripts
Removes the need for seperate req files for Py2 and Py3
Setup.py uses the windows req file on Windows
Removes the need to install pycrypto and pyyaml in setup.py. They are
now handled in the req.txt
Uses pypi resources instead of downloading .whl files and .exes for
dependencies
Updates nssm version to address the issue in #46192
Removes nssm from buildenv and downloads 32 and 64 bit versions of nssm
in build_pkg.bat
Removes the AppNoConsole=1 setting from the nsis script since it is not
needed with the new version of nssm
2018-03-02 13:04:48 -07:00
Nicole Thomas
9fb4d4a528
Merge pull request #45688 from bdrung/raise-max-open-files
...
Raise LimitNOFILE to default max open files
2018-01-29 09:26:56 -05:00
rallytime
8e3a2e25fe
Merge branch '2016.11' into '2017.7'
...
Conflicts:
- salt/modules/git.py
2018-01-26 15:17:56 -05:00
Benjamin Drung
bbedeec756
Raise LimitNOFILE to default max open files
...
The configuration option max_open_files defaults to 100,000, but the
salt-master service is only started with a limit of 16,384 open files.
Therefore the higher limit cannot be applied and there will be a log
message:
Current values for max open files soft/hard setting: 16384/16384
The value for the 'max_open_files' setting, 100000, is higher than what
the user running salt is allowed to raise to, 16384. Defaulting to
16384.
This is related to #40173 .
2018-01-25 16:17:48 +01:00
twangboy
52d6d78150
Only keep ssh.py in the Windows installer
2018-01-17 14:00:10 -07:00
twangboy
54eb0db2c4
Keep ssh state and execution modules in the installer
2018-01-17 13:49:39 -07:00
Johannes Renner
530ddd2d29
Set SHELL environment variable
...
When passing a ProxyCommand option to salt-ssh a valid $SHELL is needed to execute the given command.
2018-01-11 13:37:38 +01:00
Nicole Thomas
ff9880c498
Merge pull request #45255 from rallytime/bp-44427
...
Back-port #44427 to 2017.7
2018-01-04 16:46:16 -05:00
Volodymyr Samodid
6ceafbbf3a
use KillMode=process for salt-minion.service
2018-01-03 14:38:23 -05:00
twangboy
e3a8279c01
Get path to python binary based on executable
2018-01-03 10:19:09 -07:00
twangboy
03aec37040
Fix search/replace in Py3
2018-01-02 15:22:58 -07:00
twangboy
b46845888d
Add libnacl dependency
2017-12-27 13:40:49 -07:00
rallytime
4f21a2bbfd
Merge branch '2016.11' into '2017.7'
...
Conflicts:
- pkg/windows/installer/Salt-Minion-Setup.nsi
- salt/runners/manage.py
2017-12-19 12:57:51 -05:00
Jan Harasym
aa438e1605
Installation Fails on headless machines.
...
Installation fails on headless machines if `/passive` is set, `/passive` will display an installation progress bar on windows desktop. `/quiet` suppresses the GUI and does not fail when there is no desktop session available. Fixes #45036 .
2017-12-18 13:56:58 -05:00
rallytime
c4ae4a6b50
Merge branch '2017.7.2' into '2017.7'
...
Conflicts:
- doc/topics/releases/2017.7.2.rst
2017-10-16 13:53:13 -04:00