소스 검색

Remove AWS cloudfront reference in the package downloader URL (#291)

Remove AWS cloudfront reference in the package downloader URL. There
were multiple ones, and the second one is the valid one.

---------

Signed-off-by: Steve Pham <[email protected]>
Steve Pham 1 개월 전
부모
커밋
37d1bc821f
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      Scripts/extras/package_downloader.py

+ 1 - 2
Scripts/extras/package_downloader.py

@@ -18,9 +18,8 @@ import tarfile
 import sys
 import sys
 from urllib.parse import _splithost
 from urllib.parse import _splithost
 
 
-
 # used if LY_PACKAGE_SERVER_URLS is not set.
 # used if LY_PACKAGE_SERVER_URLS is not set.
-DEFAULT_LY_PACKAGE_SERVER_URLS = "https://d2c171ws20a1rv.cloudfront.net;https://d3t6xeg4fgfoum.cloudfront.net"
+DEFAULT_LY_PACKAGE_SERVER_URLS = "https://d1gg6ket0m44ly.cloudfront.net;https://d3t6xeg4fgfoum.cloudfront.net"
 
 
 possible_download_errors = (ssl.SSLError, URLError, OSError)
 possible_download_errors = (ssl.SSLError, URLError, OSError)