update git URLs (git -> https; gitea)

Change-Id: I0d7a9140ccbe5adecddde1901703e49243ee0b92
This commit is contained in:
Harald Welte 2022-06-18 12:20:11 +02:00
parent a3c639ff5f
commit 3b13edf48f
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
To run the configuration parsing and output (VTY) test suite, first install
git://git.osmocom.org/python/osmo-python-tests
https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests
and pass the following configure options here:

View File

@ -159,7 +159,7 @@ if test "x$enable_ext_tests" = "xyes" ; then
AM_PATH_PYTHON
AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmotestvty.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

@ -24,8 +24,8 @@ Build-Depends: debhelper (>=9),
libosmo-ranap-dev (>= 0.8.0),
osmo-gsm-manuals-dev (>= 1.2.0)
Standards-Version: 3.9.8
Vcs-Git: git://git.osmocom.org/osmo-msc.git
Vcs-Browser: https://git.osmocom.org/osmo-msc/
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
Homepage: https://osmocom.org/projects/osmomsc
Package: osmo-msc

2
debian/copyright vendored
View File

@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: osmo-msc
Source: git://git.osmocom.org/osmo-msc
Source: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
Files: *
Copyright: 2008 Daniel Willmann <daniel@totalueberwachung.de>