aboutsummaryrefslogtreecommitdiff
path: root/config/sources.conf
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-04-29 12:04:14 -0600
committerRob Savoye <rob.savoye@linaro.org>2014-04-29 12:04:14 -0600
commit8cbf9822152b812f57104d7e796665d5ac84e4c3 (patch)
treea866e294dd831a9994a12074fcae4197fceadd03 /config/sources.conf
parentf528f4f628f79efaf0228dd3667b63e898b3355e (diff)
use http: instead of git: for cloning
Change-Id: I786e946dc93f8dd1d7fa17ef4e79c2a8909c34c3
Diffstat (limited to 'config/sources.conf')
-rw-r--r--config/sources.conf32
1 files changed, 16 insertions, 16 deletions
diff --git a/config/sources.conf b/config/sources.conf
index ca2cb44c..52e3ba16 100644
--- a/config/sources.conf
+++ b/config/sources.conf
@@ -4,8 +4,8 @@
#
dejagnu.git git://git.savannah.gnu.org/dejagnu.git
-kernel git://git.linaro.org/kernel/linux-linaro-stable.git
-linux-linaro git://git.linaro.org/kernel/linux-linaro-stable.git
+kernel http://git.linaro.org/git/kernel/linux-linaro-stable.git
+linux-linaro http://git.linaro.org/git/kernel/linux-linaro-stable.git
# GCC
gcc-4.6 svn://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch
@@ -15,8 +15,8 @@ gcc-aarch64-4.7 svn://gcc.gnu.org/svn/gcc/branches/ARM/aarch64-4.7-branch
gcc-embedded-4.6 svn://gcc.gnu.org/svn/gcc/branches/ARM/embedded-4_6-branch
gcc-google-4.6 svn://gcc.gnu.org/svn/gcc/branches/google/gcc-4_6
#gcc svn://gcc.gnu.org/svn/gcc/trunk
-gcc.git git://git.linaro.org/toolchain/gcc.git
-cbuild2.git git://git.linaro.org/toolchain/cbuild2.git
+gcc.git http://git.linaro.org/git/toolchain/gcc.git
+cbuild2.git http://git.linaro.org/git/toolchain/cbuild2.git
#gcc.git http://staging.git.linaro.org/git/toolchain/gcc.git
#gcc-linaro-4.7 lp:gcc-linaro/4.7
@@ -27,29 +27,29 @@ clang http://llvm.org/svn/llvm-project/cfe/trunk
cfe http://llvm.org/svn/llvm-project/cfe/trunk
# Binutils
-binutils.git git://git.linaro.org/toolchain/binutils.git
-binutils-gdb.git git://git.linaro.org/toolchain/binutils-gdb.git
-gdb.git git://git.linaro.org/toolchain/gdb.git
+binutils.git http://git.linaro.org/git/toolchain/binutils.git
+binutils-gdb.git http://git.linaro.org/git/toolchain/binutils-gdb.git
+gdb.git http://git.linaro.org/git/toolchain/gdb.git
# Libraries
llvm http://llvm.org/svn/llvm-project/llvm/trunk
-eglibc.git git://git.linaro.org/toolchain/eglibc.git
-glibc.git git://git.linaro.org/toolchain/glibc.git
-newlib.git git://git.linaro.org/toolchain/newlib.git
-libgloss.git git://git.linaro.org/toolchain/newlib.git
+eglibc.git http://git.linaro.org/git/toolchain/eglibc.git
+glibc.git http://git.linaro.org/git/toolchain/glibc.git
+newlib.git http://git.linaro.org/git/toolchain/newlib.git
+libgloss.git http://git.linaro.org/git/toolchain/newlib.git
cortex-strings lp:cortex-strings
-libav.git git://git.libav.org/libav.git
-libffi.git git://github.com/atgreen/libffi.git
+libav.git http://git.libav.org/libav.git
+libffi.git http://github.com/atgreen/libffi.git
crosstool-ng-linaro lp:~linaro-toolchain-dev/crosstool-ng/linaro
-boot-wrapper.git git://git.linaro.org/arm/models/boot-wrapper.git
+boot-wrapper.git http://git.linaro.org/arm/models/boot-wrapper.git
bitbake.git git://git.openembedded.org/bitbake
llvm-test-suite http://llvm.org/svn/llvm-project/test-suite/trunk
-meta-linaro.git git://git.linaro.org/openembedded/meta-linaro.git
+meta-linaro.git http://git.linaro.org/openembedded/meta-linaro.git
openembedded-core.git git://git.openembedded.org/openembedded-core
valgrind svn://svn.valgrind.org/valgrind/trunk
qemu.git git://git.qemu.org/qemu.git
-qemu-linaro.git git://git.linaro.org/qemu/qemu-linaro.git
+qemu-linaro.git http://git.linaro.org/qemu/qemu-linaro.git