mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge branch 'develop' of github.com:saltstack/salt into develop
This commit is contained in:
commit
fae2acfc2d
@ -33,6 +33,11 @@ Once you have your tools installed and the environment configured, you can then
|
||||
all the scripts up into a redistributable. There will be an appropriately
|
||||
versioned ``salt-VERSION.zip`` in ``dist/`` if everything went smoothly.
|
||||
|
||||
Windows
|
||||
-------
|
||||
You will need to add ``C:\Python27\lib\site-packages\zmq`` to your PATH
|
||||
variable. This helps bbfreeze find the zmq dll so it can pack it up.
|
||||
|
||||
Using the Frozen Build
|
||||
======================
|
||||
|
||||
@ -50,6 +55,11 @@ new version.
|
||||
Gotchas
|
||||
=======
|
||||
|
||||
My Windows minion isn't responding
|
||||
----------------------------------
|
||||
The process dispatch on Windows is slower than it is on *nix. You may need to
|
||||
add '-t 15' to your salt calls to give them plenty of time to return.
|
||||
|
||||
Windows and the Visual Studio Redist
|
||||
------------------------------------
|
||||
You will need to install the Visual C++ 2008 32-bit redistributable on all
|
||||
|
Loading…
Reference in New Issue
Block a user