laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-upf/+/29147 )
Change subject: update git URLs (git -> https; gitea)
......................................................................
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(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
osmith: Looks good to me, but someone else must approve
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(a)sysmocom.de>
--
To view, visit
https://gerrit.osmocom.org/c/osmo-upf/+/29147
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: I7e0190b36861710d8cc8dd0cfd50d3dbe301ede5
Gerrit-Change-Number: 29147
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: merged