summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2018-10-26 04:17:38 +0100
committerYongqin Liu <yongqin.liu@linaro.org>2018-10-26 07:19:31 +0000
commit20027a07abd29f4684771a858c7ccc155e533ed0 (patch)
tree3bbbe61bc958ff4a82f7294e6ad88612b78484f9
parent1fba96e79429c7e3c03c97612b33f183682a131d (diff)
downloadmanifest-20027a07abd29f4684771a858c7ccc155e533ed0.tar.gz
linaro.xml: use https instead of http
https has to be used anyway, or else there would be a warning message: warning: redirecting to https://android-git.linaro.org Change-Id: Iffa0ae8cb5ec9675def0aa87f16fb57334aaf5bb Signed-off-by: Victor Chong <victor.chong@linaro.org> (cherry picked from commit 47e2207507c558e12d107dabd808ccdadea89936)
-rw-r--r--linaro.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/linaro.xml b/linaro.xml
index f6761af6e..1f721e988 100644
--- a/linaro.xml
+++ b/linaro.xml
@@ -2,8 +2,8 @@
<manifest>
<!-- Repositories -->
<!-- Linaro Repositories -->
- <remote name="linaro-android" fetch="http://android-git.linaro.org/git/" review="android-review.linaro.org" />
- <remote name="linaro-other" fetch="http://git.linaro.org/" />
+ <remote name="linaro-android" fetch="https://android-git.linaro.org/git/" review="android-review.linaro.org" />
+ <remote name="linaro-other" fetch="https://git.linaro.org/" />
<!-- Linaro AddOn Projects -->
<project path="external/gator" name="arm/ds5/gator" revision="android" remote="linaro-other" groups="device,arm"/>