From 0239620bd159afe0015f40c73f70e03110b8c817 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 17 Jun 2022 23:20:10 +0200 Subject: [PATCH] update git URLs (git -> https; gitea) Change-Id: I22bc1dd5c8a33fbccc8cc6d0d8daf7f558f17f44 --- README.md | 4 ++-- configure.ac | 2 +- debian/control | 4 ++-- debian/copyright | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 97573bc27..ed9bcd6b7 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,9 @@ GIT Repository You can clone from the official libosmocore.git repository using - git clone git://git.osmocom.org/libosmocore.git + git clone https://gitea.osmocom.org/osmocom/libosmocore -There is a cgit interface at +There is a web interface at Documentation ------------- diff --git a/configure.ac b/configure.ac index bf85c071f..2467c68d6 100644 --- a/configure.ac +++ b/configure.ac @@ -441,7 +441,7 @@ if test "x$enable_ext_tests" = "xyes" ; then AM_PATH_PYTHON AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmo_verify_transcript_vty.py,yes) if test "x$OSMOTESTEXT_CHECK" != "xyes" ; then - AC_MSG_ERROR([Please install git://osmocom.org/python/osmo-python-tests to run the VTY/CTRL tests.]) + AC_MSG_ERROR([Please install https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests to run the VTY/CTRL tests.]) fi fi AC_MSG_CHECKING([whether to enable VTY/CTRL tests]) diff --git a/debian/control b/debian/control index fdd4be82e..ff11656c3 100644 --- a/debian/control +++ b/debian/control @@ -21,8 +21,8 @@ Build-Depends: debhelper (>= 9), libsystemd-dev, python3:native Standards-Version: 3.9.8 -Vcs-Git: git://git.osmocom.org/libosmocore.git -Vcs-Browser: http://git.osmocom.org/libosmocore/ +Vcs-Git: https://gitea.osmocom.org/osmocom/libosmocore +Vcs-Browser: https://gitea.osmocom.org/osmocom/libosmocore Homepage: https://projects.osmocom.org/projects/libosmocore Package: libosmocore diff --git a/debian/copyright b/debian/copyright index b119569aa..79c5876aa 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libosmocore -Source: git://git.osmocom.org/libosmocore.git +Source: https://gitea.osmocom.org/osmocom/libosmocore Files: * Copyright: 2008 Daniel Willmann