pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-hnodeb/+/28359 )
Change subject: update git URLs (git -> https; gitea)
......................................................................
update git URLs (git -> https; gitea)
Change-Id: I64be70776dd7f3eb691c4dc8810a746c096a50ae
---
M README.md
M configure.ac
M debian/control
M debian/copyright
4 files changed, 6 insertions(+), 6 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/README.md b/README.md
index 835415d..e05e83e 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,9 @@
You can clone from the official osmo-hnodeb.git repository using
- git clone
git://git.osmocom.org/osmo-hnodeb.git
+ git clone
https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb
-There is a cgit interface at
https://git.osmocom.org/osmo-hnodeb/
+There is a web interface at
<https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb>
Documentation
-------------
diff --git a/configure.ac b/configure.ac
index 9e1e51a..c9f78b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -144,7 +144,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 a306e10..af96c14 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,8 @@
libosmo-rua-dev (>= 0.8.0),
osmo-gsm-manuals-dev (>= 1.2.0)
Standards-Version: 3.9.8
-Vcs-Git:
git://git.osmocom.org/osmo-hnodeb.git
-Vcs-Browser:
https://git.osmocom.org/osmo-hnodeb/
+Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb
+Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb
Homepage:
https://projects.osmocom.org/projects/osmo-hnodeb
Package: osmo-hnodeb
diff --git a/debian/copyright b/debian/copyright
index 8321a0e..50d82e6 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-hnodeb
-Source:
git://git.osmocom.org/osmo-hnodeb
+Source:
https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb
Files: *
Copyright: 2021 sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
--
To view, visit
https://gerrit.osmocom.org/c/osmo-hnodeb/+/28359
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: I64be70776dd7f3eb691c4dc8810a746c096a50ae
Gerrit-Change-Number: 28359
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged