diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2018-04-20 11:30:09 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2018-06-29 16:34:09 +0200 |
commit | 484719cffd7f5f2c6be71f1a870b2c2a7999b1d7 (patch) | |
tree | c3c1e36ac5f5f23a6da9db2472497a00c157ddd0 | |
parent | 74d9d721187e03dba80f98402dc49f7bd34c3550 (diff) |
manifest: use https by defaultColibri-iMX7_LXDE-Image_2.8b3.111-20180627Colibri-iMX6_LXDE-Image_2.8b3.111-20180627Colibri-iMX6ULL_LXDE-Image_2.8b3.111-20180627Colibri-VF_LXDE-Image_2.8b3.111-20180626Colibri-T30_LXDE-Image_2.8b3.111-20180627Colibri-T20_LXDE-Image_2.8b3.111-20180626Apalis-iMX6_LXDE-Image_2.8b3.111-20180626Apalis-TK1_LXDE-Image_2.8b3.111-20180626Apalis-TK1-Mainline_LXDE-Image_2.8b3.111-20180627Apalis-T30_LXDE-Image_2.8b3.111-20180626
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.xml | 16 |
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"/> |