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:42 +0000
commitb82183e9deb1775be4454fbf726f83c73a5f74a0 (patch)
treef1dea5841736a177b9b98c0a051f01447b586bee
parent00aa852161a0d03c697f50cf6aa93d338984c9b0 (diff)
Change to git protocol for busybox repoarmlt-15.0815.08
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 fcf36c7..6db6b08 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 070c584..b8f7f30 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"/>