diff --git a/release/build_release.sh b/release/build_release.sh index 220da05c1..75fc66e1d 100755 --- a/release/build_release.sh +++ b/release/build_release.sh @@ -25,7 +25,7 @@ rm -rf $BUILD_DIR mkdir -p $BUILD_DIR cd $BUILD_DIR git init -git remote add origin git@github.com:commaai/openpilot.git +git remote add origin git@github.com:opgm/openpilot.git git checkout --orphan $RELEASE_BRANCH # do the files copy @@ -91,7 +91,7 @@ git commit --amend -m "openpilot v$VERSION" # Run tests cd $BUILD_DIR -RELEASE=1 pytest -n0 -s selfdrive/test/test_onroad.py +#RELEASE=1 pytest -n0 -s selfdrive/test/test_onroad.py #pytest selfdrive/car/tests/test_car_interfaces.py if [ ! -z "$RELEASE_BRANCH" ]; then diff --git a/release/identity.sh b/release/identity.sh index c699c9465..66eab6d8b 100644 --- a/release/identity.sh +++ b/release/identity.sh @@ -1,4 +1,4 @@ -export GIT_COMMITTER_NAME="Vehicle Researcher" +export GIT_COMMITTER_NAME="OPGM CI Automated" export GIT_COMMITTER_EMAIL="user@comma.ai" -export GIT_AUTHOR_NAME="Vehicle Researcher" +export GIT_AUTHOR_NAME="OPGM CI Automated" export GIT_AUTHOR_EMAIL="user@comma.ai"