File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
ARG USER=osmocom-build
2
2
FROM $USER/sigtran-tests
3
3
4
-
5
- RUN cd /tmp && git clone https://git.osmocom.org/nplab/m3ua-testtool
6
- ADD http://git.osmocom.org/nplab/m3ua-testtool/patch/?h=laforge/python3 /tmp/commit
4
+ RUN cd /tmp && git clone https://gitea.osmocom.org/nplab/m3ua-testtool
5
+ ADD https://gitea.osmocom.org/api/v1/repos/nplab/m3ua-testtool/git/refs/heads/laforge/python3 /tmp/commit
7
6
RUN cd /tmp/m3ua-testtool && \
8
7
git fetch && \
9
8
git checkout -f laforge/python3 && \
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ ARG USER=osmocom-build
2
2
FROM $USER/sigtran-tests
3
3
4
4
5
- RUN cd /tmp && git clone https://git .osmocom.org/nplab/sua-testtool
6
- ADD http ://git .osmocom.org/nplab/sua-testtool/patch/?h= laforge/python3 /tmp/commit
5
+ RUN cd /tmp && git clone https://gitea .osmocom.org/nplab/sua-testtool
6
+ ADD https ://gitea .osmocom.org/api/v1/repos/ nplab/sua-testtool/git/refs/heads/ laforge/python3 /tmp/commit
7
7
RUN cd /tmp/sua-testtool && \
8
8
git fetch && \
9
9
git checkout -f laforge/python3 && \
You can’t perform that action at this time.
0 commit comments