pull/35960/head
Maxime Desroches 1 week ago
parent da9dab92a0
commit e635d0de2e
  1. 1
      system/ui/setup.py

@ -321,6 +321,7 @@ class Setup(Widget):
run_cmd(["git", "remote", "set-branches", "--add", "origin", BRANCH], INSTALL_PATH) run_cmd(["git", "remote", "set-branches", "--add", "origin", BRANCH], INSTALL_PATH)
run_cmd_default(["git", "update-ref", f"refs/remotes/origin/{BRANCH}", "refs/remotes/origin/release3-staging"], cwd=INSTALL_PATH) run_cmd_default(["git", "update-ref", f"refs/remotes/origin/{BRANCH}", "refs/remotes/origin/release3-staging"], cwd=INSTALL_PATH)
run_cmd(["git", "branch", "-m", BRANCH], INSTALL_PATH) run_cmd(["git", "branch", "-m", BRANCH], INSTALL_PATH)
run_cmd(["git", "branch", f"--set-upstream-to=origin/{BRANCH}", BRANCH], INSTALL_PATH)
with open(CONTINUE_PATH, "w") as f: with open(CONTINUE_PATH, "w") as f:
f.write(CONTINUE) f.write(CONTINUE)

Loading…
Cancel
Save