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-04 10:42:06 +0000
commit3226fb151d4a00b95f1d91b2bcdd667c9f911383 (patch)
tree2e7a278de1533a54b53bc18e267fd298e011ff6b
parent14073082f253b86f4d258f7375c69d756f75aff0 (diff)
Change to git protocol for busybox repo
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>
-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 25d9188..acc6be8 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"/>
<remote fetch="https://github.com/OP-TEE/" name="optee"/>
diff --git a/lsk.xml b/lsk.xml
index b326d00..fcf5f10 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"/>
<remote fetch="https://github.com/OP-TEE/" name="optee"/>
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"/>