diff --git a/Apps/Calculator/tactility.py b/Apps/Calculator/tactility.py index 81f271c..d27bef4 100644 --- a/Apps/Calculator/tactility.py +++ b/Apps/Calculator/tactility.py @@ -12,8 +12,8 @@ import requests import tarfile ttbuild_path = ".tactility" -ttbuild_version = "3.1.0" -ttbuild_cdn = "https://cdn.tactility.one" +ttbuild_version = "3.2.0" +ttbuild_cdn = "https://cdn.tactilityproject.org" ttbuild_sdk_json_validity = 3600 # seconds ttport = 6666 verbose = False @@ -636,7 +636,7 @@ if __name__ == "__main__": validate_manifest(manifest) all_platform_targets = manifest["target"]["platforms"].split(",") # Update SDK cache (tool.json) - if should_update_tool_json() and not update_tool_json(): + if not use_local_sdk and should_update_tool_json() and not update_tool_json(): exit_with_error("Failed to retrieve SDK info") # Actions if action_arg == "build": diff --git a/Apps/Diceware/tactility.py b/Apps/Diceware/tactility.py index 81f271c..d27bef4 100644 --- a/Apps/Diceware/tactility.py +++ b/Apps/Diceware/tactility.py @@ -12,8 +12,8 @@ import requests import tarfile ttbuild_path = ".tactility" -ttbuild_version = "3.1.0" -ttbuild_cdn = "https://cdn.tactility.one" +ttbuild_version = "3.2.0" +ttbuild_cdn = "https://cdn.tactilityproject.org" ttbuild_sdk_json_validity = 3600 # seconds ttport = 6666 verbose = False @@ -636,7 +636,7 @@ if __name__ == "__main__": validate_manifest(manifest) all_platform_targets = manifest["target"]["platforms"].split(",") # Update SDK cache (tool.json) - if should_update_tool_json() and not update_tool_json(): + if not use_local_sdk and should_update_tool_json() and not update_tool_json(): exit_with_error("Failed to retrieve SDK info") # Actions if action_arg == "build": diff --git a/Apps/GPIO/tactility.py b/Apps/GPIO/tactility.py index 81f271c..d27bef4 100644 --- a/Apps/GPIO/tactility.py +++ b/Apps/GPIO/tactility.py @@ -12,8 +12,8 @@ import requests import tarfile ttbuild_path = ".tactility" -ttbuild_version = "3.1.0" -ttbuild_cdn = "https://cdn.tactility.one" +ttbuild_version = "3.2.0" +ttbuild_cdn = "https://cdn.tactilityproject.org" ttbuild_sdk_json_validity = 3600 # seconds ttport = 6666 verbose = False @@ -636,7 +636,7 @@ if __name__ == "__main__": validate_manifest(manifest) all_platform_targets = manifest["target"]["platforms"].split(",") # Update SDK cache (tool.json) - if should_update_tool_json() and not update_tool_json(): + if not use_local_sdk and should_update_tool_json() and not update_tool_json(): exit_with_error("Failed to retrieve SDK info") # Actions if action_arg == "build": diff --git a/Apps/GraphicsDemo/tactility.py b/Apps/GraphicsDemo/tactility.py index 81f271c..d27bef4 100644 --- a/Apps/GraphicsDemo/tactility.py +++ b/Apps/GraphicsDemo/tactility.py @@ -12,8 +12,8 @@ import requests import tarfile ttbuild_path = ".tactility" -ttbuild_version = "3.1.0" -ttbuild_cdn = "https://cdn.tactility.one" +ttbuild_version = "3.2.0" +ttbuild_cdn = "https://cdn.tactilityproject.org" ttbuild_sdk_json_validity = 3600 # seconds ttport = 6666 verbose = False @@ -636,7 +636,7 @@ if __name__ == "__main__": validate_manifest(manifest) all_platform_targets = manifest["target"]["platforms"].split(",") # Update SDK cache (tool.json) - if should_update_tool_json() and not update_tool_json(): + if not use_local_sdk and should_update_tool_json() and not update_tool_json(): exit_with_error("Failed to retrieve SDK info") # Actions if action_arg == "build": diff --git a/Apps/HelloWorld/tactility.py b/Apps/HelloWorld/tactility.py index 81f271c..d27bef4 100644 --- a/Apps/HelloWorld/tactility.py +++ b/Apps/HelloWorld/tactility.py @@ -12,8 +12,8 @@ import requests import tarfile ttbuild_path = ".tactility" -ttbuild_version = "3.1.0" -ttbuild_cdn = "https://cdn.tactility.one" +ttbuild_version = "3.2.0" +ttbuild_cdn = "https://cdn.tactilityproject.org" ttbuild_sdk_json_validity = 3600 # seconds ttport = 6666 verbose = False @@ -636,7 +636,7 @@ if __name__ == "__main__": validate_manifest(manifest) all_platform_targets = manifest["target"]["platforms"].split(",") # Update SDK cache (tool.json) - if should_update_tool_json() and not update_tool_json(): + if not use_local_sdk and should_update_tool_json() and not update_tool_json(): exit_with_error("Failed to retrieve SDK info") # Actions if action_arg == "build": diff --git a/Apps/SerialConsole/tactility.py b/Apps/SerialConsole/tactility.py index 81f271c..d27bef4 100644 --- a/Apps/SerialConsole/tactility.py +++ b/Apps/SerialConsole/tactility.py @@ -12,8 +12,8 @@ import requests import tarfile ttbuild_path = ".tactility" -ttbuild_version = "3.1.0" -ttbuild_cdn = "https://cdn.tactility.one" +ttbuild_version = "3.2.0" +ttbuild_cdn = "https://cdn.tactilityproject.org" ttbuild_sdk_json_validity = 3600 # seconds ttport = 6666 verbose = False @@ -636,7 +636,7 @@ if __name__ == "__main__": validate_manifest(manifest) all_platform_targets = manifest["target"]["platforms"].split(",") # Update SDK cache (tool.json) - if should_update_tool_json() and not update_tool_json(): + if not use_local_sdk and should_update_tool_json() and not update_tool_json(): exit_with_error("Failed to retrieve SDK info") # Actions if action_arg == "build": diff --git a/Apps/TwoEleven/tactility.py b/Apps/TwoEleven/tactility.py index 81f271c..d27bef4 100644 --- a/Apps/TwoEleven/tactility.py +++ b/Apps/TwoEleven/tactility.py @@ -12,8 +12,8 @@ import requests import tarfile ttbuild_path = ".tactility" -ttbuild_version = "3.1.0" -ttbuild_cdn = "https://cdn.tactility.one" +ttbuild_version = "3.2.0" +ttbuild_cdn = "https://cdn.tactilityproject.org" ttbuild_sdk_json_validity = 3600 # seconds ttport = 6666 verbose = False @@ -636,7 +636,7 @@ if __name__ == "__main__": validate_manifest(manifest) all_platform_targets = manifest["target"]["platforms"].split(",") # Update SDK cache (tool.json) - if should_update_tool_json() and not update_tool_json(): + if not use_local_sdk and should_update_tool_json() and not update_tool_json(): exit_with_error("Failed to retrieve SDK info") # Actions if action_arg == "build":