我从清华 aosp 下载了 aosp-latest.tar ,并完成 repo sync
现在的问题是,我想建一个本地的 mirror,官网和 tuna 帮助里的指引是需要重新同步
repo init -u https://aosp.tuna.tsinghua.edu.cn/mirror/manifest --mirror repo sync
能在 aosp-latest.tar 的基础上创建本地 mirror 吗?
1
woodfish 2019-05-15 21:28:04 +08:00
不能。清华的这个每月 tar 包是正常的 repo init,不是 mirror 形式的
|