Console Output
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Cloning repository http://159.27.226.4/hardware/tc397_ota.git
> git init /root/workspace/tc397_ota/tc397_ota # timeout=10
Fetching upstream changes from http://159.27.226.4/hardware/tc397_ota.git
> git --version # timeout=10
> git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
> git fetch --tags --force --progress -- http://159.27.226.4/hardware/tc397_ota.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url http://159.27.226.4/hardware/tc397_ota.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse origin/v3.0^{commit} # timeout=10
Checking out Revision ea158c7c44d864e668d4bb99833e958a7142fccb (origin/v3.0)
> git config core.sparsecheckout # timeout=10
> git checkout -f ea158c7c44d864e668d4bb99833e958a7142fccb # timeout=10
Commit message: "feat_out: 3.0 1. 调整冗余制动架构,将冗余制动的执行调整到auto_fsm.c文件中. 2. 增加0x302的冗余制动测试命令接口,执行5s后自动恢复。 3. 增加bcm相关信号,刹车踏板,剩余里程等信息。 4. 吉利汽车修复方向再次进入智驾时也要遵守角度规则的bug. 5. 开沃汽车角度限值调整为970."
> git rev-list --no-walk 13e4ec98385e691c3084b63dec5944490c160c4a # timeout=10