aboutsummaryrefslogtreecommitdiffstats
path: root/nplab-m3ua-test
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-01-06 23:01:40 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-01-06 23:10:13 +0700
commitea90e44ab05e0b332a7754f5c776c1144754aa82 (patch)
treefeb93d7910bbf7fa40095b95f79084a3e02846ea /nplab-m3ua-test
parentaa27022cf8a40e2fdd8fcf1e376b8686a6d23bc4 (diff)
*/Dockerfile: clone from gerrit.osmocom.org using https://
* Do not clone using deprecated git://, use https:// instead. * Clone from the main repo gerrit.osmocom.org (if possible). * Use the gitiles plugin to fetch the last commit from Gerrit. Change-Id: I204fa6e3e3ebbdb8732393b897fca35659d61ae8
Diffstat (limited to 'nplab-m3ua-test')
-rw-r--r--nplab-m3ua-test/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nplab-m3ua-test/Dockerfile b/nplab-m3ua-test/Dockerfile
index 1a53329..2f6ad93 100644
--- a/nplab-m3ua-test/Dockerfile
+++ b/nplab-m3ua-test/Dockerfile
@@ -2,7 +2,7 @@ ARG USER=osmocom-build
FROM $USER/sigtran-tests
-RUN cd /tmp && git clone git://git.osmocom.org/nplab/m3ua-testtool
+RUN cd /tmp && git clone https://git.osmocom.org/nplab/m3ua-testtool
ADD http://git.osmocom.org/nplab/m3ua-testtool/patch/?h=laforge/python3 /tmp/commit
RUN cd /tmp/m3ua-testtool && \
git fetch && \