From 0cfbc14ca2bb30315174e13153131bb217764e44 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 4 Apr 2019 16:41:45 +0200 Subject: 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 --- default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.xml b/default.xml index c2f710f..526337a 100644 --- a/default.xml +++ b/default.xml @@ -2,7 +2,7 @@