Skip to content

Commit c2029a7

Browse files
committed
nplab: don't use deprecated git.osmocom.org
Update the git clones to point to gitea. Change-Id: If6859323b5af3bd13a974cd1d676d4f19aa16773
1 parent d8e2948 commit c2029a7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

nplab-m3ua-test/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
ARG USER=osmocom-build
22
FROM $USER/sigtran-tests
33

4-
5-
RUNcd /tmp && git clone https://git.osmocom.org/nplab/m3ua-testtool
6-
ADDhttp://git.osmocom.org/nplab/m3ua-testtool/patch/?h=laforge/python3 /tmp/commit
4+
RUNcd /tmp && git clone https://gitea.osmocom.org/nplab/m3ua-testtool
5+
ADDhttps://gitea.osmocom.org/api/v1/repos/nplab/m3ua-testtool/git/refs/heads/laforge/python3 /tmp/commit
76
RUNcd /tmp/m3ua-testtool && \
87
git fetch && \
98
git checkout -f laforge/python3 && \

nplab-sua-test/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ ARG USER=osmocom-build
22
FROM $USER/sigtran-tests
33

44

5-
RUNcd /tmp && git clone https://git.osmocom.org/nplab/sua-testtool
6-
ADDhttp://git.osmocom.org/nplab/sua-testtool/patch/?h=laforge/python3 /tmp/commit
5+
RUNcd /tmp && git clone https://gitea.osmocom.org/nplab/sua-testtool
6+
ADDhttps://gitea.osmocom.org/api/v1/repos/nplab/sua-testtool/git/refs/heads/laforge/python3 /tmp/commit
77
RUNcd /tmp/sua-testtool && \
88
git fetch && \
99
git checkout -f laforge/python3 && \

0 commit comments

Comments
 (0)