update git URLs (git -> https; gitea)

Change-Id: Idac4924a077b5389e85efaf62081589fc3de06ad
This commit is contained in:
Harald Welte 2022-06-17 23:18:02 +02:00
parent 206583846c
commit e9cc5c9376
5 changed files with 7 additions and 8 deletions

View File

@ -20,10 +20,9 @@ GIT Repository
You can clone from the official git repository using
git clone git://git.osmocom.org/libosmo-sccp.git
git clone https://git.osmocom.org/libosmo-sccp.git
git clone https://gitea.osmocom.org/osmocom/libosmo-sccp
There is a cgit interface at https://git.osmocom.org/libosmo-sccp/
There is a web interface at <https://gitea.osmocom.org/osmocom/libosmo-sccp>
Documentation
-------------

View File

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

View File

@ -3,7 +3,7 @@
# this script executes m3ua-testtool against osmo-stp. It assumes that
# it is called from within libosmo-sccp/contrib/test and also assumes
# that adjacent to the libosmo-sccp, there's a check-out of
# git://git.osmocom.org/nplab/m3ua-testtool
# https://gitea.osmocom.org/nplab/m3ua-testtool
# the top of the libosmo-sccp git repository
TOPDIR=../../

View File

@ -3,7 +3,7 @@
# this script executes m3ua-testtool against osmo-stp. It assumes that
# it is called from within libosmo-sccp/contrib/test and also assumes
# that adjacent to the libosmo-sccp, there's a check-out of
# git://git.osmocom.org/nplab/m3ua-testtool
# https://gitea.osmocom.org/nplab/sua-testtool
# the top of the libosmo-sccp git repository
TOPDIR=../../

4
debian/control vendored
View File

@ -17,8 +17,8 @@ Build-Depends: debhelper (>= 9),
libsctp-dev,
osmo-gsm-manuals-dev (>= 1.1.0)
Standards-Version: 3.9.7
Vcs-Git: git://git.osmocom.org/libosmo-sccp.git
Vcs-Browser: http://git.osmocom.org/libosmo-sccp/
Vcs-Git: https://gitea.osmocom.org/osmocom/libosmo-sccp
Vcs-Browser: https://gitea.osmocom.org/osmocom/libosmo-sccp
Homepage: https://projects.osmocom.org/projects/libosmo-sccp
Package: libosmo-sccp-dev