laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/28347 )
Change subject: update git URLs (git -> https; gitea) ......................................................................
update git URLs (git -> https; gitea)
Change-Id: Ibd00975142ee6a2ca96453d7baf5b7164ccdd289 --- M README.md M configure.ac M debian/control 3 files changed, 6 insertions(+), 6 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/README.md b/README.md index 51aa276..31caa7d 100644 --- a/README.md +++ b/README.md @@ -27,16 +27,16 @@ --------
The official homepage of the project is -https://osmocom.org/projects/osmobts/wiki +https://osmocom.org/projects/osmobts/wiki
GIT Repository --------------
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 ------------- diff --git a/configure.ac b/configure.ac index 8e3a44c..bba618b 100644 --- a/configure.ac +++ b/configure.ac @@ -360,7 +360,7 @@ fi 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]) diff --git a/debian/control b/debian/control index 2cb152d..d8f6359 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,8 @@ txt2man, osmo-gsm-manuals-dev (>= 1.2.0) Standards-Version: 3.9.8 -Vcs-Browser: http://git.osmocom.org/osmo-bts/ -Vcs-Git: git://git.osmocom.org/osmo-bts +Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-bts +Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-bts Homepage: https://projects.osmocom.org/projects/osmobts
Package: osmo-bts