update git URLs (git -> https; gitea)

Change-Id: Ife8212bcd6db51f5d4533c7bd8a52f9a21a8d144
This commit is contained in:
Harald Welte 2022-06-18 11:41:07 +02:00
parent fb6f123daf
commit 9514e3e4ba
3 changed files with 5 additions and 5 deletions

View File

@ -28,9 +28,9 @@ GIT Repository
You can clone from the official osmo-cbc.git repository using
git clone https://git.osmocom.org/osmo-cbc.git
git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc
There is a cgit interface at https://git.osmocom.org/osmo-cbc/
There is a web interface at <https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc>
Documentation
-------------

View File

@ -157,7 +157,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])

4
debian/control vendored
View File

@ -17,8 +17,8 @@ Build-Depends: debhelper (>=9),
libjansson-dev,
osmo-gsm-manuals-dev
Standards-Version: 3.9.8
Vcs-Git: git://git.osmocom.org/osmo-cbc.git
Vcs-Browser: https://git.osmocom.org/osmo-cbc/
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc
Homepage: https://projects.osmocom.org/projects/osmo-cbc
Package: osmo-cbc