summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2018-04-20 11:30:09 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-06-29 16:34:09 +0200
commit484719cffd7f5f2c6be71f1a870b2c2a7999b1d7 (patch)
treec3c1e36ac5f5f23a6da9db2472497a00c157ddd0
parent74d9d721187e03dba80f98402dc49f7bd34c3550 (diff)
This avoids a warning when fetching GitHub repositories: warning: redirecting to https://github.com/meta-qt5/meta-qt5.git/ Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--default.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/default.xml b/default.xml
index 17e824c..353fb04 100644
--- a/default.xml
+++ b/default.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
- <remote alias="repo" fetch="http://github.com/Angstrom-distribution" name="githa"/>
- <remote alias="repo" fetch="http://github.com/Freescale" name="githf"/>
- <remote alias="repo" fetch="http://github.com/OSSystems" name="githo"/>
- <remote alias="repo" fetch="http://github.com/meta-qt5" name="githq"/>
- <remote alias="repo" fetch="http://github.com/schnitzeltony" name="githe"/>
- <remote alias="repo" fetch="http://github.com/watatuki" name="githt"/>
- <remote alias="repo" fetch="http://github.com/openembedded" name="oe"/>
- <remote alias="repo" fetch="http://git.toradex.com" name="tdx"/>
+ <remote alias="repo" fetch="https://github.com/Angstrom-distribution" name="githa"/>
+ <remote alias="repo" fetch="https://github.com/Freescale" name="githf"/>
+ <remote alias="repo" fetch="https://github.com/OSSystems" name="githo"/>
+ <remote alias="repo" fetch="https://github.com/meta-qt5" name="githq"/>
+ <remote alias="repo" fetch="https://github.com/schnitzeltony" name="githe"/>
+ <remote alias="repo" fetch="https://github.com/watatuki" name="githt"/>
+ <remote alias="repo" fetch="https://github.com/openembedded" name="oe"/>
+ <remote alias="repo" fetch="https://git.toradex.com" name="tdx"/>
<remote alias="repo" fetch="https://git.yoctoproject.org/git" name="yocto"/>
<default sync-j="4"/>