fetch all branches on internal installer

old-commit-hash: 145fd88deb
commatwo_master
Adeeb Shihadeh 4 years ago
parent 0551450068
commit d9cbac72db
  1. 4
      selfdrive/ui/installer/installer.cc

@ -195,7 +195,9 @@ void Installer::cloneFinished(int exitCode, QProcess::ExitStatus exitStatus) {
param << value; param << value;
param.close(); param.close();
} }
run("cd " INSTALL_PATH " && git remote set-url origin --push " GIT_SSH_URL); run("cd " INSTALL_PATH " && "
"git remote set-url origin --push " GIT_SSH_URL " && "
"git config remote.origin.fetch \"+refs/heads/*:refs/remotes/origin/*\"");
#endif #endif
// write continue.sh // write continue.sh

Loading…
Cancel
Save