summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-12-08 17:32:54 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2015-12-08 17:37:01 +0000
commit7d05d5d22b851657a9fe0db10583b00198a5a49d (patch)
treede5065149c7e2abaee9ec19cd97d518137f9b718
parentcbd36028f0e0fbfc07b7c5d34c3cf47484dcf087 (diff)
Change to git protocol for busybox repoarmlt-15.1015.10
BusyBox is redirecting http to https and their certificate is invalid, so use the git:// URL instead. (cherry picked from commit 4f9111b0e2c1d2cbcc4709670c9b0a52aa20d57e) Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org> Conflicts: latest.xml lsk.xml
-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 f6531be..a744d47 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 c7f1930..00cef23 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"/>