record front lock (#20400)

* record front lock

* only if set

* add to internal installer

* move that

* change that bck

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: b60cd8d0a0a03b3c1f9f06cba1650a9afe8eb772
This commit is contained in:
Adeeb Shihadeh
2021-03-18 20:15:51 -07:00
committed by GitHub
parent 0addefc40a
commit 1a0ac978ec
6 changed files with 28 additions and 10 deletions
+2
View File
@@ -59,6 +59,8 @@ else:
for name, branch in installers:
d = {'BRANCH': f"'\"{branch}\"'"}
if "internal" in name:
d['INTERNAL'] = "1"
import requests
r = requests.get("https://github.com/commaci2.keys")
r.raise_for_status()