summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-12-04 10:42:06 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2015-12-08 17:37:41 +0000
commitccb686271a88b70b14b89d5249f7d1ea8ec96825 (patch)
tree9307b1b4c565cd27f7fe6c5f1b331c6078b56d20
parent84842eb2717eb4549c0ba9f678236352fa5105fb (diff)
Change to git protocol for busybox repoarmlt-15.1115.11
BusyBox is redirecting http to https and their certificate is invalid, so use the git:// URL instead. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org> (cherry picked from commit 3226fb151d4a00b95f1d91b2bcdd667c9f911383) Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--latest.xml2
-rw-r--r--lsk.xml2
-rw-r--r--pinned-latest.xml2
-rw-r--r--pinned-lsk.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/latest.xml b/latest.xml
index 8ad47a2..2434b29 100644
--- a/latest.xml
+++ b/latest.xml
@@ -3,7 +3,7 @@
<remote fetch="https://git.linaro.org/" name="linaro" />
<remote fetch="https://github.com/" name="github" />
- <remote fetch="http://git.busybox.net/" name="busybox" />
+ <remote fetch="git://git.busybox.net/" name="busybox" />
<remote fetch="https://github.com/ARMmbed/" name="mbedtls"/>
<project path="arm-tf" name="ARM-software/arm-trusted-firmware" remote="github" revision="master"/>
diff --git a/lsk.xml b/lsk.xml
index 9069766..6b985ff 100644
--- a/lsk.xml
+++ b/lsk.xml
@@ -3,7 +3,7 @@
<remote fetch="https://git.linaro.org/" name="linaro" />
<remote fetch="https://github.com/" name="github" />
- <remote fetch="http://git.busybox.net/" name="busybox" />
+ <remote fetch="git://git.busybox.net/" name="busybox" />
<remote fetch="https://github.com/ARMmbed/" name="mbedtls"/>
<project path="arm-tf" name="ARM-software/arm-trusted-firmware" remote="github" revision="master"/>
diff --git a/pinned-latest.xml b/pinned-latest.xml
index 26c01d8..ec09b1f 100644
--- a/pinned-latest.xml
+++ b/pinned-latest.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
- <remote fetch="http://git.busybox.net/" name="busybox"/>
+ <remote fetch="git://git.busybox.net/" name="busybox"/>
<remote fetch="https://github.com/" name="github"/>
<remote fetch="https://git.linaro.org/" name="linaro"/>
<remote fetch="https://github.com/ARMmbed/" name="mbedtls"/>
diff --git a/pinned-lsk.xml b/pinned-lsk.xml
index 91c2c39..67de435 100644
--- a/pinned-lsk.xml
+++ b/pinned-lsk.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
- <remote fetch="http://git.busybox.net/" name="busybox"/>
+ <remote fetch="git://git.busybox.net/" name="busybox"/>
<remote fetch="https://github.com/" name="github"/>
<remote fetch="https://git.linaro.org/" name="linaro"/>
<remote fetch="https://github.com/ARMmbed/" name="mbedtls"/>