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:32:54 +0000
commit4f9111b0e2c1d2cbcc4709670c9b0a52aa20d57e (patch)
tree8335161ecd5e3d33569195ba069f060332ba3671
parent79cc6a4b1fb5dcdac7ea752fd4f7e9cd90aed614 (diff)
Change to git protocol for busybox repoarmlt-15.0615.06
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 fb05892..ae8afda 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 3e22944..def63fb 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 515de55..ff010fa 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 b696b5b..c01b850 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"/>