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:33:47 +0000
commit9e10483c2993ce59292ead5128dc32a102982db4 (patch)
tree3692fab6f0264b10f6c288f98f183293adf1f589
parent05449c113534bd4c4b0fc15d1c200d9b093637b5 (diff)
Change to git protocol for busybox repoarmlt-15.0915.09
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 4f9111b0e2c1d2cbcc4709670c9b0a52aa20d57e) 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 b8dc592..00bc4fc 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" />
<project path="arm-tf" name="ARM-software/arm-trusted-firmware" remote="github" revision="master"/>
<project path="build-scripts" name="landing-teams/working/arm/build-scripts" remote="linaro" revision="master"/>
diff --git a/lsk.xml b/lsk.xml
index e95826c..4ca4d91 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" />
<project path="arm-tf" name="ARM-software/arm-trusted-firmware" remote="github" revision="master"/>
<project path="build-scripts" name="landing-teams/working/arm/build-scripts" remote="linaro" revision="master"/>
diff --git a/pinned-latest.xml b/pinned-latest.xml
index 7031a87..608f894 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"/>
diff --git a/pinned-lsk.xml b/pinned-lsk.xml
index f5adccc..74c10c7 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"/>