we have release branches now

pull/21836/head
Adeeb Shihadeh 4 years ago
parent 6b0e89afa2
commit 1f341a2810
  1. 4
      selfdrive/ui/SConscript

@ -71,10 +71,10 @@ if arch != 'aarch64' and GetOption('setup'):
senv = qt_env.Clone()
senv['LINKFLAGS'].append('-Wl,-strip-debug')
installers = [
("openpilot", "release3-staging"),
("openpilot", "release3"),
("openpilot_test", "release3-staging"),
("openpilot_internal", "master"),
("dashcam", "dashcam3-staging"),
("dashcam", "dashcam3"),
("dashcam_test", "dashcam3-staging"),
]
for name, branch in installers:

Loading…
Cancel
Save