we have release branches now

old-commit-hash: 1f341a28102cf9e8a1bdab465f47e85d301da8d7
This commit is contained in:
Adeeb Shihadeh
2021-08-02 22:18:06 -07:00
parent c6e7a297cb
commit 61ebda31fa
+2 -2
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: