From 94a65bc3e03dff41e6f1b6663a45f958539a1aad Mon Sep 17 00:00:00 2001
From: Auke Klazema <klazema@astron.nl>
Date: Wed, 22 Jun 2022 14:06:04 +0200
Subject: [PATCH] SDCH-3421: Change qpid repo location

---
 LCS/MessageBus/qpid/local/sbin/build_qpid | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/LCS/MessageBus/qpid/local/sbin/build_qpid b/LCS/MessageBus/qpid/local/sbin/build_qpid
index fa29873fb78..eb7735a3f33 100755
--- a/LCS/MessageBus/qpid/local/sbin/build_qpid
+++ b/LCS/MessageBus/qpid/local/sbin/build_qpid
@@ -13,9 +13,9 @@ then
 else
   mkdir -p ~/sources
   cd ~/sources
-  git clone --branch=${QPID_PROTON_VERSION} https://git-wip-us.apache.org/repos/asf/qpid-proton.git qpid-proton-${QPID_PROTON_VERSION}
-  git clone --branch=${QPID_CPP_VERSION} https://git-wip-us.apache.org/repos/asf/qpid-cpp.git qpid-cpp-${QPID_CPP_VERSION}
-  git clone --branch=${QPID_PYTHON_VERSION} https://git-wip-us.apache.org/repos/asf/qpid-python.git qpid-python-${QPID_PYTHON_VERSION}
+  git clone --branch=${QPID_PROTON_VERSION} https://gitbox.apache.org/repos/asf/qpid-proton.git qpid-proton-${QPID_PROTON_VERSION}
+  git clone --branch=${QPID_CPP_VERSION} https://gitbox.apache.org/repos/asf/qpid-cpp.git qpid-cpp-${QPID_CPP_VERSION}
+  git clone --branch=${QPID_PYTHON_VERSION} https://gitbox.apache.org/repos/asf/qpid-python.git qpid-python-${QPID_PYTHON_VERSION}
 fi
 # build and install proton libraries
 cd ~/sources/qpid-proton-${QPID_PROTON_VERSION}/
-- 
GitLab