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>2019-07-14 12:10:04 -0400
commit3df6ee8d77de5b99ca05370ef0c99d25a17e0cac (patch)
treee2f58487d9c5ccd435f57b44f93052a28b67cb15
parentfda2c22183b91376794911bdf0b08377fdcab9b7 (diff)
downloadmanifest-3df6ee8d77de5b99ca05370ef0c99d25a17e0cac.tar.gz
manifest-3df6ee8d77de5b99ca05370ef0c99d25a17e0cac.tar.bz2
manifest-3df6ee8d77de5b99ca05370ef0c99d25a17e0cac.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 be5865e..da139f3 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"