pespin submitted this change.

View Change

Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
update URLs (git -> https; gitea)

Change-Id: Ic9da2fbbc473b1ac5bc4e29c8dd77533455930d4
---
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 bb5afe3..e18e62d 100644
--- a/README.md
+++ b/README.md
@@ -19,9 +19,9 @@

You can clone from the official osmo-hnbgw.git repository using

- git clone git://git.osmocom.org/osmo-hnbgw.git
+ git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-hnbgw

-There is a cgit interface at https://git.osmocom.org/osmo-hnbgw/
+There is a web interface at https://gitea.osmocom.org/cellular-infrastructure/osmo-hnbgw

Documentation
-------------
diff --git a/configure.ac b/configure.ac
index 39c65c0..86fb853 100644
--- a/configure.ac
+++ b/configure.ac
@@ -142,7 +142,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 7d449c0..5ee13e6 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,8 @@
libosmo-rua-dev (>= 1.1.0),
osmo-gsm-manuals-dev (>= 1.2.0)
Standards-Version: 3.9.8
-Vcs-Git: git://git.osmocom.org/osmo-hnbgw.git
-Vcs-Browser: https://git.osmocom.org/osmo-hnbgw/
+Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-hnbgw
+Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-hnbgw
Homepage: https://projects.osmocom.org/projects/osmo-hnbgw

Package: osmo-hnbgw
diff --git a/debian/copyright b/debian/copyright
index cfcb0de..1cfe63f 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-hnbgw
-Source: git://git.osmocom.org/osmo-hnbgw
+Source: https://gitea.osmocom.org/cellular-infrastructure/osmo-hnbgw

Files: *
Copyright: 2021 sysmocom - s.f.m.c. GmbH <info@sysmocom.de>

To view, visit change 28358. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: Ic9da2fbbc473b1ac5bc4e29c8dd77533455930d4
Gerrit-Change-Number: 28358
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge@osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged