utils/index-all-repositories: update project repositories
- Replace git:// by https://, more secure, more common - Update URLs when necessary Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
This commit is contained in:
parent
2fca2acfff
commit
b5b0d720fb
1 changed files with 8 additions and 8 deletions
|
|
@ -79,19 +79,19 @@ fi
|
|||
index amazon-freertos https://github.com/aws/amazon-freertos.git &
|
||||
index arm-trusted-firmware https://github.com/ARM-software/arm-trusted-firmware &
|
||||
index barebox https://git.pengutronix.de/git/barebox &
|
||||
index busybox git://git.busybox.net/busybox &
|
||||
index busybox https://git.busybox.net/busybox &
|
||||
index coreboot https://review.coreboot.org/coreboot.git &
|
||||
index dpdk git://dpdk.org/dpdk git://dpdk.org/dpdk-stable &
|
||||
index glibc git://sourceware.org/git/glibc.git &
|
||||
index linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git https://github.com/bootlin/linux-history.git &
|
||||
index dpdk https://dpdk.org/git/dpdk https://dpdk.org/git/dpdk-stable &
|
||||
index glibc https://sourceware.org/git/glibc.git &
|
||||
index linux https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git https://github.com/bootlin/linux-history.git &
|
||||
index llvm https://github.com/llvm/llvm-project.git &
|
||||
index mesa https://gitlab.freedesktop.org/mesa/mesa.git &
|
||||
index musl git://git.musl-libc.org/musl &
|
||||
index musl https://git.musl-libc.org/git/musl &
|
||||
index ofono https://git.kernel.org/pub/scm/network/ofono/ofono.git &
|
||||
index op-tee https://github.com/OP-TEE/optee_os.git &
|
||||
index qemu https://git.qemu.org/git/qemu.git &
|
||||
index u-boot https://gitlab.denx.de/u-boot/u-boot.git &
|
||||
index uclibc-ng git://uclibc-ng.org/git/uclibc-ng &
|
||||
index qemu https://gitlab.com/qemu-project/qemu.git &
|
||||
index u-boot https://source.denx.de/u-boot/u-boot.git &
|
||||
index uclibc-ng https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git &
|
||||
index zephyr https://github.com/zephyrproject-rtos/zephyr &
|
||||
index toybox https://github.com/landley/toybox.git &
|
||||
index grub https://git.savannah.gnu.org/git/grub.git &
|
||||
|
|
|
|||
Loading…
Reference in a new issue