need to build from here since we link against the absolute paths

albatross
Adeeb Shihadeh 2021-01-31 20:05:53 -08:00
parent 592f994c05
commit 4dcb22f03f
1 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/bash -e
BUILD_DIR=/tmp/releasepilot
SOURCE_DIR=/data/openpilot
BUILD_DIR=/data/openpilot
SOURCE_DIR=/data/openpilot_source
ln -snf $BUILD_DIR /data/pythonpath
@ -22,9 +22,8 @@ echo "[-] fetching public T=$SECONDS"
git prune || true
git remote prune origin || true
echo "[-] bringing master-ci and devel in sync T=$SECONDS"
git fetch origin master-ci
git fetch origin devel
echo "[-] git fetch origin T=$SECONDS"
git fetch origin
git checkout -f -B release3-staging
git reset --hard origin/devel