Merge pull request #64036 from twangboy/fix_https

[3006.x] Use https for all urls during build
This commit is contained in:
Gareth J. Greenaway 2023-04-06 17:52:36 -07:00 committed by GitHub
commit cfeb9aab5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"