From 1f341a28102cf9e8a1bdab465f47e85d301da8d7 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 2 Aug 2021 22:18:06 -0700 Subject: [PATCH] we have release branches now --- selfdrive/ui/SConscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selfdrive/ui/SConscript b/selfdrive/ui/SConscript index 61ca8c8687..e39c25f231 100644 --- a/selfdrive/ui/SConscript +++ b/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: