update git URLs (git -> https; gitea)

Change-Id: I7e0190b36861710d8cc8dd0cfd50d3dbe301ede5
This commit is contained in:
Vadim Yanitskiy
2022-08-18 03:47:47 +07:00
committed by laforge
parent c88dc7866f
commit 7c3eeb0760
4 changed files with 6 additions and 6 deletions

View File

@@ -12,9 +12,9 @@ GIT Repository
You can clone from the official osmo-upf.git repository using You can clone from the official osmo-upf.git repository using
git clone git://git.osmocom.org/osmo-upf.git git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-upf
There is a cgit interface at https://git.osmocom.org/osmo-upf/ There is a web interface at https://gitea.osmocom.org/cellular-infrastructure/osmo-upf.
To submit patches, see "Contributing" below. To submit patches, see "Contributing" below.

View File

@@ -123,7 +123,7 @@ if test "x$enable_ext_tests" = "xyes" ; then
fi fi
AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmotestvty.py,yes) AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmotestvty.py,yes)
if test "x$OSMOTESTEXT_CHECK" != "xyes" ; then 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
fi fi
AC_MSG_CHECKING([whether to enable VTY/CTRL tests]) AC_MSG_CHECKING([whether to enable VTY/CTRL tests])

4
debian/control vendored
View File

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

2
debian/copyright vendored
View File

@@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: osmo-upf Upstream-Name: osmo-upf
Source: git://git.osmocom.org/osmo-upf Source: https://gitea.osmocom.org/cellular-infrastructure/osmo-upf
Files: * Files: *
Copyright: 2021-2022 sysmocom - s.f.m.c. GmbH <info@sysmocom.de> Copyright: 2021-2022 sysmocom - s.f.m.c. GmbH <info@sysmocom.de>