[Lldb-commits] [lldb] 70d8c01 - [lldb] Update QEMU git URL in setup.sh
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 21 07:31:59 PDT 2023
Author: David Spickett
Date: 2023-04-21T14:31:39Z
New Revision: 70d8c01e45741ca70f1da16f1ad61112d90b6474
URL: https://github.com/llvm/llvm-project/commit/70d8c01e45741ca70f1da16f1ad61112d90b6474
DIFF: https://github.com/llvm/llvm-project/commit/70d8c01e45741ca70f1da16f1ad61112d90b6474.diff
LOG: [lldb] Update QEMU git URL in setup.sh
The old name was maintained for a while but now it has been changed
to gitlab.
Added:
Modified:
lldb/scripts/lldb-test-qemu/setup.sh
Removed:
################################################################################
diff --git a/lldb/scripts/lldb-test-qemu/setup.sh b/lldb/scripts/lldb-test-qemu/setup.sh
index c89dc16820007..c2389b35756cb 100644
--- a/lldb/scripts/lldb-test-qemu/setup.sh
+++ b/lldb/scripts/lldb-test-qemu/setup.sh
@@ -45,7 +45,7 @@ build_qemu() {
# Checkout source code
check_dir_exists "qemu.git"
if [ ! -d "qemu.git" ]; then
- git clone --depth 1 git://git.qemu.org/qemu.git qemu.git
+ git clone --depth 1 https://gitlab.com/qemu-project/qemu.git qemu.git
fi
cd qemu.git
More information about the lldb-commits
mailing list