mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Fix build script where pip wouldn't work
This commit is contained in:
parent
4cf40da7d7
commit
7d78e5d612
@ -26,10 +26,10 @@ if [%1]==[] (
|
||||
)
|
||||
|
||||
:: Create Build Environment
|
||||
cmd /c powershell -ExecutionPolicy RemoteSigned -File "%CurDir%build_env.ps1" -Silent
|
||||
PowerShell.exe -ExecutionPolicy RemoteSigned -File "%CurDir%build_env.ps1" -Silent
|
||||
|
||||
:: Install Current Version of salt
|
||||
cmd /c "%PyDir%\python.exe %SrcDir%\setup.py" install --force
|
||||
"%PyDir%\python.exe" "%SrcDir%\setup.py" install --force
|
||||
|
||||
:: Build the Salt Package
|
||||
call "%CurDir%build_pkg.bat" "%Version%"
|
||||
|
@ -1,2 +1,2 @@
|
||||
pip==8.1.1
|
||||
setuptools==21.0.0
|
||||
pip==8.1.2
|
||||
setuptools==21.2.1
|
||||
|
Loading…
Reference in New Issue
Block a user