mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Add Bintray as mirror for development platform manifests
This commit is contained in:
@ -30,6 +30,7 @@ class PlatformManager(BasePkgManager):
|
|||||||
def __init__(self, package_dir=None, repositories=None):
|
def __init__(self, package_dir=None, repositories=None):
|
||||||
if not repositories:
|
if not repositories:
|
||||||
repositories = [
|
repositories = [
|
||||||
|
"https://dl.bintray.com/platformio/dl-platforms/manifest.json",
|
||||||
"{0}://dl.platformio.org/platforms/manifest.json".format(
|
"{0}://dl.platformio.org/platforms/manifest.json".format(
|
||||||
"https" if app.get_setting("enable_ssl") else "http")
|
"https" if app.get_setting("enable_ssl") else "http")
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user