summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-04-04 16:41:45 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-06-04 17:26:01 +0200
commit0cfbc14ca2bb30315174e13153131bb217764e44 (patch)
treed2aafe7bd9844dcc80c02a563b9d6fd13e7c6e90
parent49e1057dbd0238a732b938e95a77f5af131fc8ed (diff)
downloadmanifest-0cfbc14ca2bb30315174e13153131bb217764e44.tar.gz
manifest-0cfbc14ca2bb30315174e13153131bb217764e44.tar.bz2
manifest-0cfbc14ca2bb30315174e13153131bb217764e44.zip
Fix fetch from github
The fetch=".." directive is relative to the URL repository hosting the manifest, as without this fix, a repository like android_build would be fetched from https://git.replicant.us/LineageOS/android_build.git. The manifest.xml doesn't have any reference to git.replicant.us. The only reference to git.replicant.us is from the URL of the manifest repository which in this case is is at the following URL: https://git.replicant.us/GNUtoo/manifest.git. This behavior is however not documented in the repo manifest format[1]. References: ----------- [1]https://android.googlesource.com/tools/repo/+/refs/tags/v1.13.2/docs/repo-hooks.md Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index c2f710f..526337a 100644
--- a/default.xml
+++ b/default.xml
@@ -2,7 +2,7 @@
<manifest>
<remote name="github"
- fetch=".."
+ fetch="https://github.com/"
review="review.lineageos.org" />
<remote name="private"