laforge submitted this change.
update git URLs (git -> https; gitea)
Change-Id: I7e0190b36861710d8cc8dd0cfd50d3dbe301ede5
---
M README.md
M configure.ac
M debian/control
M debian/copyright
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 5e61811..73a6604 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,9 @@
You can clone from the official osmo-upf.git repository using
- git clone git://git.osmocom.org/osmo-upf.git
+ git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-upf
-There is a cgit interface at https://git.osmocom.org/osmo-upf/
+There is a web interface at https://gitea.osmocom.org/cellular-infrastructure/osmo-upf.
To submit patches, see "Contributing" below.
diff --git a/configure.ac b/configure.ac
index f86c0bc..0108f92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,7 +123,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 12d35da..5fc2d36 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,8 @@
libosmo-pfcp-dev (>= 0.1.0),
osmo-gsm-manuals-dev (>= 1.2.0)
Standards-Version: 3.9.8
-Vcs-Git: git://git.osmocom.org/osmo-upf.git
-Vcs-Browser: https://git.osmocom.org/osmo-upf/
+Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-upf
+Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-upf
Homepage: https://projects.osmocom.org/projects/osmo-upf
Package: osmo-upf
diff --git a/debian/copyright b/debian/copyright
index 84c249f..b72a15d 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-upf
-Source: git://git.osmocom.org/osmo-upf
+Source: https://gitea.osmocom.org/cellular-infrastructure/osmo-upf
Files: *
Copyright: 2021-2022 sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
To view, visit change 29147. To unsubscribe, or for help writing mail filters, visit settings.