update git URLs (git -> https; gitea)

Change-Id: I22bc1dd5c8a33fbccc8cc6d0d8daf7f558f17f44
This commit is contained in:
Harald Welte 2022-06-17 23:20:10 +02:00
parent 079149e451
commit 0239620bd1
4 changed files with 6 additions and 6 deletions

View File

@ -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 <https://git.osmocom.org/libosmocore/>
There is a web interface at <https://gitea.osmocom.org/osmocom/libosmocore>
Documentation
-------------

View File

@ -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])

4
debian/control vendored
View File

@ -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

2
debian/copyright vendored
View File

@ -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 <daniel@totalueberwachung.de>