From e424f7182cb01bb4341849aba5be2cb0583fcc72 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 6 Oct 2021 19:44:54 -0700 Subject: [PATCH] retry submodule checkout on internal installer --- selfdrive/ui/installer/installer.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/ui/installer/installer.cc b/selfdrive/ui/installer/installer.cc index 13375d224f..9b2aa6b670 100644 --- a/selfdrive/ui/installer/installer.cc +++ b/selfdrive/ui/installer/installer.cc @@ -196,6 +196,7 @@ void Installer::cloneFinished(int exitCode, QProcess::ExitStatus exitStatus) { param.close(); } run("cd " INSTALL_PATH " && " + "git submodule update --init && " "git remote set-url origin --push " GIT_SSH_URL " && " "git config remote.origin.fetch \"+refs/heads/*:refs/remotes/origin/*\""); #endif