FrogPilot setup - FrogPilot branding

This commit is contained in:
FrogAi
2024-07-18 23:46:24 -07:00
parent 0e2c522085
commit 38dbce33eb
15 changed files with 61 additions and 17 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ from openpilot.common.basedir import BASEDIR
from openpilot.common.swaglog import cloudlog
from openpilot.common.git import get_commit, get_origin, get_branch, get_short_branch, get_commit_date
RELEASE_BRANCHES = ['release3-staging', 'release3', 'nightly']
TESTED_BRANCHES = RELEASE_BRANCHES + ['devel', 'devel-staging']
RELEASE_BRANCHES = ['FrogPilot', 'FrogPilot-New', 'FrogPilot-Test']
TESTED_BRANCHES = RELEASE_BRANCHES + ['FrogPilot-Staging', 'FrogPilot-Testing']
BUILD_METADATA_FILENAME = "build.json"