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:31 +0000
commit7f00a822d9a968742efbbcb843fdc33725f6c422 (patch)
tree92a10eacd3cf1152964b86ae49a0f0c631b53eec
parent342cb415e6ac74a5c433d2fc2783375fbf8b92a5 (diff)
Change to git protocol for busybox repoarmlt-15.0715.07
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 458c103..6326942 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 67f92d3..4510af9 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 d6e47be..ae36bf7 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"/>