刚看了CM的manifest.xml,比如:
<remote name="github"
fetch=".."
review="review.cyanogenmod.org" />
那么这个fetch =“..”是什么意思?
答案 0 :(得分:2)
参考此解释:
https://groups.google.com/forum/#!topic/android-building/mKtph-wOx_w
它应该相对于'manifests /'
的父目录以AOSP为例:
$ repo init -u https://android.googlesource.com/platform/manifest
fetch=".." in the manifest.xml is equal to "https://android.googlesource.com/platform/../"
此外,有关repo清单结构的一些细节:
http://git-repo.googlecode.com/git-history/v1.8.1/docs/manifest-format.txt