laforge has submitted this change. (
https://gerrit.osmocom.org/c/libosmocore/+/28336 )
Change subject: update git URLs (git -> https; gitea)
......................................................................
update git URLs (git -> https; gitea)
Change-Id: I22bc1dd5c8a33fbccc8cc6d0d8daf7f558f17f44
---
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
diff --git a/README.md b/README.md
index 97573bc..ed9bcd6 100644
--- a/README.md
+++ b/README.md
@@ -41,9 +41,9 @@
You can clone from the official libosmocore.git repository using
- git clone
git://git.osmocom.org/libosmocore.git
+ git clone
https://gitea.osmocom.org/osmocom/libosmocore
-There is a cgit interface at <https://git.osmocom.org/libosmocore/>
+There is a web interface at <https://gitea.osmocom.org/osmocom/libosmocore>
Documentation
-------------
diff --git a/configure.ac b/configure.ac
index bf85c07..2467c68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -441,7 +441,7 @@
AM_PATH_PYTHON
AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmo_verify_transcript_vty.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 fdd4be8..ff11656 100644
--- a/debian/control
+++ b/debian/control
@@ -21,8 +21,8 @@
libsystemd-dev,
python3:native
Standards-Version: 3.9.8
-Vcs-Git:
git://git.osmocom.org/libosmocore.git
-Vcs-Browser:
http://git.osmocom.org/libosmocore/
+Vcs-Git:
https://gitea.osmocom.org/osmocom/libosmocore
+Vcs-Browser:
https://gitea.osmocom.org/osmocom/libosmocore
Homepage:
https://projects.osmocom.org/projects/libosmocore
Package: libosmocore
diff --git a/debian/copyright b/debian/copyright
index b119569..79c5876 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: libosmocore
-Source:
git://git.osmocom.org/libosmocore.git
+Source:
https://gitea.osmocom.org/osmocom/libosmocore
Files: *
Copyright: 2008 Daniel Willmann <daniel(a)totalueberwachung.de>
--
To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/28336
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I22bc1dd5c8a33fbccc8cc6d0d8daf7f558f17f44
Gerrit-Change-Number: 28336
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged