Hi I set up my Gerrit with for the latest android aosp 5.1.1_r3.
repo init --mirror -u https://android.googlesource.com/platform/manifest -b android-5.1.1_r3
Update the default.xml with the below changes.
<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" />
I have created a mirror for this version on my AWS instance under /git/ But when i do a : repo init -u http://xx.xx.xx.xx:8080/platform/manifest -b android-5.1.1_r3
The manifest is still showing as below. Does it mean its going to sync from AOSP or from my AWS server?
<remote name="aosp"
fetch=".." />
<default revision="refs/tags/android-5.1.1_r3"
remote="aosp"
sync-j="4" />
Please help me to fix this issue. Many thanks