mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #64036 from twangboy/fix_https
[3006.x] Use https for all urls during build
This commit is contained in:
commit
cfeb9aab5d
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ function VerifyOrDownload ($local_file, $URL, $SHA256) {
|
|||
#-------------------------------------------------------------------------------
|
||||
|
||||
$WEBCACHE_DIR = "$env:TEMP\msi_build_cache_dir"
|
||||
$DEPS_URL = "http://repo.saltproject.io/windows/dependencies"
|
||||
$DEPS_URL = "https://repo.saltproject.io/windows/dependencies"
|
||||
$PROJECT_DIR = $(git rev-parse --show-toplevel)
|
||||
$BUILD_DIR = "$PROJECT_DIR\pkg\windows\build"
|
||||
$BUILDENV_DIR = "$PROJECT_DIR\pkg\windows\buildenv"
|
||||
|
|
Loading…
Add table
Reference in a new issue