update git URLs (git -> https; gitea)

Change-Id: Ibd00975142ee6a2ca96453d7baf5b7164ccdd289
This commit is contained in:
Harald Welte 2022-06-18 11:39:02 +02:00
parent 2baf54dd46
commit b90e1ef2d0
3 changed files with 6 additions and 6 deletions

View File

@ -27,16 +27,16 @@ Homepage
-------- --------
The official homepage of the project is The official homepage of the project is
https://osmocom.org/projects/osmobts/wiki <https://osmocom.org/projects/osmobts/wiki>
GIT Repository GIT Repository
-------------- --------------
You can clone from the official osmo-bts.git repository using You can clone from the official osmo-bts.git repository using
git clone git://git.osmocom.org/osmo-bts.git git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-bts
There is a cgit interface at https://git.osmocom.org/osmo-bts/ There is a web interface at <https://gitea.osmocom.org/cellular-infrastructure/osmo-bts>
Documentation Documentation
------------- -------------

View File

@ -360,7 +360,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

@ -13,8 +13,8 @@ Build-Depends: debhelper (>= 9),
txt2man, txt2man,
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-Browser: http://git.osmocom.org/osmo-bts/ Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-bts
Vcs-Git: git://git.osmocom.org/osmo-bts Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-bts
Homepage: https://projects.osmocom.org/projects/osmobts Homepage: https://projects.osmocom.org/projects/osmobts
Package: osmo-bts Package: osmo-bts