summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-04-04 16:41:45 +0200
committerJoonas Kylmälä <joonas.kylmala@iki.fi>2020-06-25 08:33:01 -0400
commit89f77b02a2b69eb887dfc40e912f7020f372ae9f (patch)
tree1a6d1cd01bd790d365812d05a3fb70d43947b655
parent9ff371afacb44317922539063f07c4f0b437fedf (diff)
downloadmanifest-89f77b02a2b69eb887dfc40e912f7020f372ae9f.tar.gz
manifest-89f77b02a2b69eb887dfc40e912f7020f372ae9f.tar.bz2
manifest-89f77b02a2b69eb887dfc40e912f7020f372ae9f.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 9cc75a9..e0048b9 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"