wip
This commit is contained in:
Binary file not shown.
@@ -341,14 +341,14 @@ def manager_init(frogpilot_functions) -> None:
|
|||||||
os.environ['CLEAN'] = '1'
|
os.environ['CLEAN'] = '1'
|
||||||
|
|
||||||
# init logging
|
# init logging
|
||||||
sentry.init(sentry.SentryProject.SELFDRIVE)
|
# sentry.init(sentry.SentryProject.SELFDRIVE)
|
||||||
cloudlog.bind_global(dongle_id=dongle_id,
|
# cloudlog.bind_global(dongle_id=dongle_id,
|
||||||
version=get_version(),
|
# version=get_version(),
|
||||||
origin=get_normalized_origin(),
|
# origin=get_normalized_origin(),
|
||||||
branch=get_short_branch(),
|
# branch=get_short_branch(),
|
||||||
commit=get_commit(),
|
# commit=get_commit(),
|
||||||
dirty=is_dirty(),
|
# dirty=is_dirty(),
|
||||||
device=HARDWARE.get_device_type())
|
# device=HARDWARE.get_device_type())
|
||||||
|
|
||||||
# preimport all processes
|
# preimport all processes
|
||||||
for p in managed_processes.values():
|
for p in managed_processes.values():
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Provision script for BrianBot
|
# Provision script for BrianBot
|
||||||
# These actions only occur on BrianBot's comma device.
|
# These actions only occur on BrianBot's comma device.
|
||||||
|
|||||||
Reference in New Issue
Block a user