branch: migrate TIZI to release-tizi

This commit is contained in:
Jason Wen
2025-10-25 15:20:44 -04:00
committed by GitHub
parent 9614e5b54d
commit 5ba3d8ea92
+3
View File
@@ -245,6 +245,9 @@ class Updater:
b: str | None = self.params.get("UpdaterTargetBranch", encoding='utf-8')
if b is None:
b = self.get_branch(BASEDIR)
b = {
("tizi", "release-c3"): "release-tizi",
}.get((HARDWARE.get_device_type(), b), b)
return b
@property