Skip to content

Commit

Permalink
Add comment to version.py (commaai#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane authored Aug 4, 2021
1 parent 346838e commit 625a40a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@


TESTED_BRANCHES = ['devel', 'release2-staging', 'release3-staging', 'dashcam-staging', 'release2', 'release3', 'dashcam']
SA_BRANCHES = ['stock_additions', 'SA-master']
SA_BRANCHES += [f'{prefix}_{brnch}' for brnch in SA_BRANCHES for prefix in ['shanesmiskol', 'sshane']]
SA_BRANCHES = ['stock_additions', 'SA-master'] # tested SA branches
SA_BRANCHES += [f'{prefix}_{brnch}' for brnch in SA_BRANCHES for prefix in ['shanesmiskol', 'sshane']] # usernames

def run_cmd(cmd: List[str]) -> str:
return subprocess.check_output(cmd, encoding='utf8').strip()
Expand Down

0 comments on commit 625a40a

Please sign in to comment.