From 20eb0d733a5c1522af7a5ef43b0dd7c3c2e57218 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 1 Aug 2026 23:07:50 -0700 Subject: [PATCH] athena: publish git commit date (#38513) --- openpilot/system/athena/athenad.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openpilot/system/athena/athenad.py b/openpilot/system/athena/athenad.py index 59a7c21632..828ae6b848 100755 --- a/openpilot/system/athena/athenad.py +++ b/openpilot/system/athena/athenad.py @@ -377,6 +377,7 @@ def getVersion() -> dict[str, str]: "remote": build_metadata.openpilot.git_normalized_origin, "branch": build_metadata.channel, "commit": build_metadata.openpilot.git_commit, + "commit_date": build_metadata.openpilot.git_commit_date.strip("'").split()[0], }