From 74f92b4e70aefe4ffc64d244a7333b75427c0ce7 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Thu, 14 Apr 2022 15:41:45 +0100 Subject: [PATCH] add api git patches --- .../patches/retropilot-api.patch | 0 static/patches/retropilot-uat-api.patch | 11 +++++++++++ 2 files changed, 11 insertions(+) rename retropilot.patch => static/patches/retropilot-api.patch (100%) create mode 100644 static/patches/retropilot-uat-api.patch diff --git a/retropilot.patch b/static/patches/retropilot-api.patch similarity index 100% rename from retropilot.patch rename to static/patches/retropilot-api.patch diff --git a/static/patches/retropilot-uat-api.patch b/static/patches/retropilot-uat-api.patch new file mode 100644 index 0000000..acaa0d0 --- /dev/null +++ b/static/patches/retropilot-uat-api.patch @@ -0,0 +1,11 @@ +diff --git a/launch_openpilot.sh b/launch_openpilot.sh +index 1525e1715..a58067926 100755 +--- a/launch_openpilot.sh ++++ b/launch_openpilot.sh +@@ -1,5 +1,6 @@ + #!/usr/bin/bash + + export PASSIVE="0" ++export API_HOST="https://uat.api.retropilot.org" + exec ./launch_chffrplus.sh +