aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-06-18 12:20:11 +0200
committerHarald Welte <laforge@osmocom.org>2022-06-18 12:27:10 +0200
commit3b13edf48f4cf0754d8ce1615881f8c4326b0739 (patch)
tree1116ab01f6beff1641ee611fde2f9215e1030809
parenta3c639ff5fe3c127ec000904840f0fd0bf1b221b (diff)
update git URLs (git -> https; gitea)
-rw-r--r--README.vty-tests2
-rw-r--r--configure.ac2
-rw-r--r--debian/control4
-rw-r--r--debian/copyright2
4 files changed, 5 insertions, 5 deletions
diff --git a/README.vty-tests b/README.vty-tests
index 0669ea8e8..dc34916ee 100644
--- a/README.vty-tests
+++ b/README.vty-tests
@@ -1,6 +1,6 @@
To run the configuration parsing and output (VTY) test suite, first install
- git://git.osmocom.org/python/osmo-python-tests
+ https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests
and pass the following configure options here:
diff --git a/configure.ac b/configure.ac
index 4b67ea62d..a45f2d40d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -159,7 +159,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 0b26c8e50..f61039989 100644
--- a/debian/control
+++ b/debian/control
@@ -24,8 +24,8 @@ Build-Depends: debhelper (>=9),
libosmo-ranap-dev (>= 0.8.0),
osmo-gsm-manuals-dev (>= 1.2.0)
Standards-Version: 3.9.8
-Vcs-Git: git://git.osmocom.org/osmo-msc.git
-Vcs-Browser: https://git.osmocom.org/osmo-msc/
+Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
+Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
Homepage: https://osmocom.org/projects/osmomsc
Package: osmo-msc
diff --git a/debian/copyright b/debian/copyright
index e3cd9b3cb..ac8ed52d2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: osmo-msc
-Source: git://git.osmocom.org/osmo-msc
+Source: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
Files: *
Copyright: 2008 Daniel Willmann <daniel@totalueberwachung.de>