we have release branches now

pull/21836/head
Adeeb Shihadeh 2021-08-02 22:18:06 -07:00
parent 6b0e89afa2
commit 1f341a2810
1 changed files with 2 additions and 2 deletions

View File

@ -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: