Tactility.py 3.2.0

Fix for domain name changes and local sdk
This commit is contained in:
Ken Van Hoeylandt
2026-02-04 17:47:52 +01:00
parent eeef409752
commit d31b6b48a4
7 changed files with 21 additions and 21 deletions
+3 -3
View File
@@ -12,8 +12,8 @@ import requests
import tarfile import tarfile
ttbuild_path = ".tactility" ttbuild_path = ".tactility"
ttbuild_version = "3.1.0" ttbuild_version = "3.2.0"
ttbuild_cdn = "https://cdn.tactility.one" ttbuild_cdn = "https://cdn.tactilityproject.org"
ttbuild_sdk_json_validity = 3600 # seconds ttbuild_sdk_json_validity = 3600 # seconds
ttport = 6666 ttport = 6666
verbose = False verbose = False
@@ -636,7 +636,7 @@ if __name__ == "__main__":
validate_manifest(manifest) validate_manifest(manifest)
all_platform_targets = manifest["target"]["platforms"].split(",") all_platform_targets = manifest["target"]["platforms"].split(",")
# Update SDK cache (tool.json) # 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") exit_with_error("Failed to retrieve SDK info")
# Actions # Actions
if action_arg == "build": if action_arg == "build":
+3 -3
View File
@@ -12,8 +12,8 @@ import requests
import tarfile import tarfile
ttbuild_path = ".tactility" ttbuild_path = ".tactility"
ttbuild_version = "3.1.0" ttbuild_version = "3.2.0"
ttbuild_cdn = "https://cdn.tactility.one" ttbuild_cdn = "https://cdn.tactilityproject.org"
ttbuild_sdk_json_validity = 3600 # seconds ttbuild_sdk_json_validity = 3600 # seconds
ttport = 6666 ttport = 6666
verbose = False verbose = False
@@ -636,7 +636,7 @@ if __name__ == "__main__":
validate_manifest(manifest) validate_manifest(manifest)
all_platform_targets = manifest["target"]["platforms"].split(",") all_platform_targets = manifest["target"]["platforms"].split(",")
# Update SDK cache (tool.json) # 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") exit_with_error("Failed to retrieve SDK info")
# Actions # Actions
if action_arg == "build": if action_arg == "build":
+3 -3
View File
@@ -12,8 +12,8 @@ import requests
import tarfile import tarfile
ttbuild_path = ".tactility" ttbuild_path = ".tactility"
ttbuild_version = "3.1.0" ttbuild_version = "3.2.0"
ttbuild_cdn = "https://cdn.tactility.one" ttbuild_cdn = "https://cdn.tactilityproject.org"
ttbuild_sdk_json_validity = 3600 # seconds ttbuild_sdk_json_validity = 3600 # seconds
ttport = 6666 ttport = 6666
verbose = False verbose = False
@@ -636,7 +636,7 @@ if __name__ == "__main__":
validate_manifest(manifest) validate_manifest(manifest)
all_platform_targets = manifest["target"]["platforms"].split(",") all_platform_targets = manifest["target"]["platforms"].split(",")
# Update SDK cache (tool.json) # 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") exit_with_error("Failed to retrieve SDK info")
# Actions # Actions
if action_arg == "build": if action_arg == "build":
+3 -3
View File
@@ -12,8 +12,8 @@ import requests
import tarfile import tarfile
ttbuild_path = ".tactility" ttbuild_path = ".tactility"
ttbuild_version = "3.1.0" ttbuild_version = "3.2.0"
ttbuild_cdn = "https://cdn.tactility.one" ttbuild_cdn = "https://cdn.tactilityproject.org"
ttbuild_sdk_json_validity = 3600 # seconds ttbuild_sdk_json_validity = 3600 # seconds
ttport = 6666 ttport = 6666
verbose = False verbose = False
@@ -636,7 +636,7 @@ if __name__ == "__main__":
validate_manifest(manifest) validate_manifest(manifest)
all_platform_targets = manifest["target"]["platforms"].split(",") all_platform_targets = manifest["target"]["platforms"].split(",")
# Update SDK cache (tool.json) # 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") exit_with_error("Failed to retrieve SDK info")
# Actions # Actions
if action_arg == "build": if action_arg == "build":
+3 -3
View File
@@ -12,8 +12,8 @@ import requests
import tarfile import tarfile
ttbuild_path = ".tactility" ttbuild_path = ".tactility"
ttbuild_version = "3.1.0" ttbuild_version = "3.2.0"
ttbuild_cdn = "https://cdn.tactility.one" ttbuild_cdn = "https://cdn.tactilityproject.org"
ttbuild_sdk_json_validity = 3600 # seconds ttbuild_sdk_json_validity = 3600 # seconds
ttport = 6666 ttport = 6666
verbose = False verbose = False
@@ -636,7 +636,7 @@ if __name__ == "__main__":
validate_manifest(manifest) validate_manifest(manifest)
all_platform_targets = manifest["target"]["platforms"].split(",") all_platform_targets = manifest["target"]["platforms"].split(",")
# Update SDK cache (tool.json) # 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") exit_with_error("Failed to retrieve SDK info")
# Actions # Actions
if action_arg == "build": if action_arg == "build":
+3 -3
View File
@@ -12,8 +12,8 @@ import requests
import tarfile import tarfile
ttbuild_path = ".tactility" ttbuild_path = ".tactility"
ttbuild_version = "3.1.0" ttbuild_version = "3.2.0"
ttbuild_cdn = "https://cdn.tactility.one" ttbuild_cdn = "https://cdn.tactilityproject.org"
ttbuild_sdk_json_validity = 3600 # seconds ttbuild_sdk_json_validity = 3600 # seconds
ttport = 6666 ttport = 6666
verbose = False verbose = False
@@ -636,7 +636,7 @@ if __name__ == "__main__":
validate_manifest(manifest) validate_manifest(manifest)
all_platform_targets = manifest["target"]["platforms"].split(",") all_platform_targets = manifest["target"]["platforms"].split(",")
# Update SDK cache (tool.json) # 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") exit_with_error("Failed to retrieve SDK info")
# Actions # Actions
if action_arg == "build": if action_arg == "build":
+3 -3
View File
@@ -12,8 +12,8 @@ import requests
import tarfile import tarfile
ttbuild_path = ".tactility" ttbuild_path = ".tactility"
ttbuild_version = "3.1.0" ttbuild_version = "3.2.0"
ttbuild_cdn = "https://cdn.tactility.one" ttbuild_cdn = "https://cdn.tactilityproject.org"
ttbuild_sdk_json_validity = 3600 # seconds ttbuild_sdk_json_validity = 3600 # seconds
ttport = 6666 ttport = 6666
verbose = False verbose = False
@@ -636,7 +636,7 @@ if __name__ == "__main__":
validate_manifest(manifest) validate_manifest(manifest)
all_platform_targets = manifest["target"]["platforms"].split(",") all_platform_targets = manifest["target"]["platforms"].split(",")
# Update SDK cache (tool.json) # 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") exit_with_error("Failed to retrieve SDK info")
# Actions # Actions
if action_arg == "build": if action_arg == "build":