Skip to content

Commit

Permalink
Merge pull request boxcutter#205 from arizvisa/boxcutterGH-204
Browse files Browse the repository at this point in the history
Added support for falling back to the saltrepository method int script/cmtool.bat for older versions of windows.
  • Loading branch information
arizvisa authored Jan 10, 2020
2 parents eb82059 + e16d789 commit 5bad369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/cmtool.bat
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ pushd "%SALT_DIR%"

:: If we're on a platform where salt-bootstrap is buggy, then fall back to just
:: using the regular salt-repository method.
if "%PlatformVersionMajor%" == "5" goto saltrepository
if "%PlatformVersionMajor%" == "6" if "%PlatformVersionMinor%" == "0" goto saltrepository
if "%PlatformVersionMajor%" == "6" if "%PlatformVersionMinor%" == "1" goto saltrepository

Expand Down

0 comments on commit 5bad369

Please sign in to comment.