aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-06-18 12:08:12 +0200
committerHarald Welte <laforge@osmocom.org>2022-06-18 12:08:31 +0200
commite427bb299f913c4199295bd4e84ef233edfdf98b (patch)
treefd14533aa7734914c7106c8ed4f82f19d453a692
parentd456fced213465342b559c13f3f91c6ae18fd9d7 (diff)
update git URLs (git -> https; gitea)
-rw-r--r--README.md5
-rw-r--r--configure.ac2
-rw-r--r--debian/control4
3 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index beb3449..0aaf348 100644
--- a/README.md
+++ b/README.md
@@ -23,10 +23,9 @@ GIT Repository
You can clone from the official osmo-hlr.git repository using
- git clone git://git.osmocom.org/osmo-hlr.git
- git clone https://git.osmocom.org/osmo-hlr.git
+ git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr
-There is a cgit interface at https://git.osmocom.org/osmo-hlr/
+There is a web interface at <https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr>
Documentation
-------------
diff --git a/configure.ac b/configure.ac
index d1c14a0..fa3205d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,7 +107,7 @@ if test "x$enable_ext_tests" = "xyes" ; then
AM_PATH_PYTHON
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 58277f1..04ddd0e 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ Build-Depends: debhelper (>= 9),
sqlite3,
osmo-gsm-manuals-dev (>= 1.1.0)
Standards-Version: 3.9.6
-Vcs-Browser: http://cgit.osmocom.org/osmo-hlr
-Vcs-Git: git://git.osmocom.org/osmo-hlr
+Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr
+Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr
Homepage: https://projects.osmocom.org/projects/osmo-hlr
Package: osmo-hlr