laforge has uploaded this change for review.

View Change

debian-bullseye-titan: Discontinue the use of git://

Change-Id: I188a04dd6ecae3c92186d5cbf6cd002ad518efc3
---
M debian-bullseye-titan/Dockerfile
1 file changed, 2 insertions(+), 2 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/54/29254/1
diff --git a/debian-bullseye-titan/Dockerfile b/debian-bullseye-titan/Dockerfile
index 342cc08..f636003 100644
--- a/debian-bullseye-titan/Dockerfile
+++ b/debian-bullseye-titan/Dockerfile
@@ -37,7 +37,7 @@
apt-get clean

# This is required for obtaining talloc reports from the SUT
-RUN pip3 install git+git://git.osmocom.org/python/osmo-python-tests
+RUN pip3 install git+https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests

# somehow Debian folks updated the gcc version but not titan :/
RUN sed -i 's/^#error/\/\/#error/' /usr/include/titan/cversion.h
@@ -57,7 +57,7 @@
git config --global user.name "Dock Er"

# clone osmo-ttcn3-hacks and deps, invalidate cache if deps change (OS#5017)
-RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git && \
+RUN git clone https://gitea.osmocom.org/ttcn3/osmo-ttcn3-hacks && \
make -j8 -C /osmo-ttcn3-hacks deps
ADD https://gitea.osmocom.org/ttcn3/osmo-ttcn3-hacks/raw/branch/master/deps/Makefile /tmp/deps-Makefile
RUN if ! diff -q /tmp/deps-Makefile /osmo-ttcn3-hacks/deps/Makefile; then \

To view, visit change 29254. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I188a04dd6ecae3c92186d5cbf6cd002ad518efc3
Gerrit-Change-Number: 29254
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge@osmocom.org>
Gerrit-MessageType: newchange