Skip to content
Snippets Groups Projects
Commit 94a65bc3 authored by Auke Klazema's avatar Auke Klazema
Browse files

SDCH-3421: Change qpid repo location

parent 661bb879
No related branches found
No related tags found
1 merge request!888Resolve SDCH-3421
...@@ -13,9 +13,9 @@ then ...@@ -13,9 +13,9 @@ then
else else
mkdir -p ~/sources mkdir -p ~/sources
cd ~/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_PROTON_VERSION} https://gitbox.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_CPP_VERSION} https://gitbox.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_PYTHON_VERSION} https://gitbox.apache.org/repos/asf/qpid-python.git qpid-python-${QPID_PYTHON_VERSION}
fi fi
# build and install proton libraries # build and install proton libraries
cd ~/sources/qpid-proton-${QPID_PROTON_VERSION}/ cd ~/sources/qpid-proton-${QPID_PROTON_VERSION}/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment