嗨,我为最新的 android aosp 5.1.1_r3 设置了我的 Gerrit。
repo init --mirror -u https://android.googlesource.com/platform/manifest -b android-5.1.1_r3
使用以下更改更新 default.xml。
<remote name="aosp"
fetch="ssh://xx.xx.xx.xx:29418/" />
<default revision="refs/tags/android-5.1.1_r3"
remote="http://xx.xx.xx.xx:8080/"
sync-j="4" />
我在 /git/ 下的 AWS 实例上为此版本创建了一个镜像但是当我执行以下操作时: repo init -u http://xx.xx.xx.xx:8080/platform/manifest -b android-5.1.1_r3
清单仍然显示如下。这是否意味着它将从 AOSP 或我的 AWS 服务器同步?
<remote name="aosp"
fetch=".." />
<default revision="refs/tags/android-5.1.1_r3"
remote="aosp"
sync-j="4" />
请帮我解决这个问题。非常感谢